summaryrefslogtreecommitdiff
path: root/core/jni/android_database_CursorWindow.cpp
AgeCommit message (Expand)Author
2020-09-24Improve performance of small CursorWindows.Jeff Sharkey
2019-05-24Update LOG_WINDOW format params.Daniel Santiago Rivera
2019-04-03Improve CursorWindow failure messageMakoto Onuki
2018-01-26@FastNative for CursorWindowChris Craik
2017-07-20Merge "frameworks/base: use proper nativehelper headers"Steven Moreland
2017-07-19frameworks/base: use proper nativehelper headersSteven Moreland
2017-02-28Throw exception if slot has invalid offsetFyodor Kupolov
2016-08-29Add logging to CursorWindow JNI code to track #31046363 am: 0903ec5017Amith Yamasani
2016-08-26Add logging to CursorWindow JNI code to track #31046363Amith Yamasani
2016-08-25Unicode: specify destination length in utf8_to_utf16 methodsSergio Giro
2015-09-22constify JNINativeMethod function pointer tablesDaniel Micay
2014-11-19Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe
2014-04-16frameworks: 64 bit compile issuesMark Salyzyn
2014-01-08AArch64: Use long for pointersAshok Bhat
2012-03-08Split Parcel JNI details away from Binder.Jeff Sharkey
2012-02-27move CursorWindow from libbinder to libandroidfwMathias Agopian
2012-01-12Rewrite SQLite database wrappers.Jeff Brown
2012-01-12Clean up database tests a little bit.Jeff Brown
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-10-28Optimize fillWindow to improve reverse-seek performance.Jeff Brown
2011-10-12Deprecate local-only CursorWindows.Jeff Brown
2011-10-11Use ashmem for CursorWindows.Jeff Brown
2011-10-07Fix regression in CursorWindow.getString()Jeff Brown
2011-10-07Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown
2011-10-07Restore broken CursorWindow.getType behavior.Jeff Brown
2011-10-06Clean up CursorWindow code.Jeff Brown
2011-08-31Fix JNI leak in copyStringToBufferJeff Brown
2011-02-25bug:3467948 if byteArray couldn't be allocated for blob, throw exceptionVasu Nori
2011-01-04when cursorwindow allocation fails, print the number of cursors left openVasu Nori
2010-12-21resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9Vasu Nori
2010-12-20Revert "bug:2448371 cursorwindow size moved to resource xml file."Vasu Nori
2010-12-20bug:2448371 cursorwindow size moved to resource xml file.Vasu Nori
2010-11-29fix messages from sqlite layer in c++ code to be useful.Vasu Nori
2010-06-14fix bugs introduced by I3ef1bcdb2eb1c45f68e829ccb6e3ecde28076591Vasu Nori
2010-06-02add API to Cursor to get column value typeVasu Nori
2010-05-28Move CursorWindow class from core/jni to libbinderMike Lockwood
2009-06-01 - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project