Searched
full:sqlite (Results
776 -
800 of
1882) sorted by null
<<31323334353637383940>>
/external/chromium_org/third_party/sqlite/src/test/ |
notify3.test | 11 # This file implements regression tests for SQLite library. The 97 # Executing such SQL causes SQLite to load the database schema into memory
|
recover.test | 11 # This file implements regression tests for SQLite library. 36 # SQLite will fill the earlier rows with the default.
|
rollback.test | 11 # This file implements regression tests for SQLite library. The 118 # start of the first journal-header has not been written by SQLite.
|
tkt3793.test | 11 # This file implements regression tests for SQLite library. 93 # SQLite will attempt to upgrade to an EXCLUSIVE lock, and hence invoke
|
unique.test | 11 # This file implements regression tests for SQLite library. The 21 # (This is allowed in SQLite even that it is not valid SQL)
|
walcrash2.test | 36 # Even if run with an SQLite version affected by the bug, this test case 37 # only goes into an infinite loop if SQLite is compiled without SQLITE_DEBUG
|
malloc5.test | 16 # the configured soft heap limit could cause sqlite to upgrade database 339 # used than the db2 pages. When we try to free memory, SQLite should 367 # SQLite tries to avoid calling sync(). 376 # But if we are really insistent, SQLite will consent to call sync() 377 # if there is no other option. UPDATE: As of 3.6.2, SQLite will not
|
/external/chromium_org/tools/export_tarball/ |
export_tarball.py | 45 'third_party/sqlite/src/test', 46 'third_party/sqlite/test',
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSQLiteCursor.java | 3 import android.database.sqlite.SQLiteCursor; 229 //ResultSets in SQLite\Android are only TYPE_FORWARD_ONLY. Android caches results in the WindowedCursor to allow moveToPrevious() to function.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
SQLite.java | 4 import android.database.sqlite.SQLiteException; 16 public class SQLite {
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteProgram.java | 17 package android.database.sqlite; 25 * A base class for compiled SQLite programs.
|
/frameworks/base/core/jni/ |
Android.mk | 166 external/sqlite/dist \ 167 external/sqlite/android \
|
/frameworks/base/core/tests/coretests/src/android/content/ |
MemoryFileProvider.java | 21 import android.database.sqlite.SQLiteDatabase; 22 import android.database.sqlite.SQLiteOpenHelper;
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
SQLiteCursorTest.java | 17 package android.database.sqlite; 69 // since sqlite wants to make sure each row is in a page, this string will allocate
|
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
android.database.CursorWindow.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteClosable.html#close()" target="_top"><code>close</code></A>() </nobr> 90 Method was locally defined, but is now inherited from <a href="../../../../reference/android/database/sqlite/SQLiteClosable.html#close()" target="_top"><code>SQLiteClosable</code></a>.
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BordeauxSessionStorage.java | 23 import android.database.sqlite.SQLiteDatabase; 24 import android.database.sqlite.SQLiteOpenHelper;
|
/libcore/luni/src/test/java/libcore/sqlite/ |
AbstractSqlTest.java | 17 package libcore.sqlite; 19 import SQLite.Exception;
|
/packages/apps/Browser/src/com/android/browser/provider/ |
SQLiteContentProvider.java | 26 import android.database.sqlite.SQLiteDatabase; 27 import android.database.sqlite.SQLiteOpenHelper;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
FilterStackSource.java | 21 import android.database.sqlite.SQLiteDatabase; 22 import android.database.sqlite.SQLiteException;
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
PhotoDatabase.java | 19 import android.database.sqlite.SQLiteDatabase; 20 import android.database.sqlite.SQLiteOpenHelper;
|
SQLiteContentProvider.java | 26 import android.database.sqlite.SQLiteDatabase; 27 import android.database.sqlite.SQLiteOpenHelper;
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsMessageSender.java | 24 import android.database.sqlite.SQLiteException; 25 import android.database.sqlite.SqliteWrapper;
|
/packages/experimental/StrictModeTest/res/layout/ |
main.xml | 86 android:text="sqlite write on UI thread" 100 android:text="sqlite read on UI thread"
|
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseCursorTest.java | 26 import android.database.sqlite.SQLiteCursor; 27 import android.database.sqlite.SQLiteCursorDriver; 28 import android.database.sqlite.SQLiteDatabase; 29 import android.database.sqlite.SQLiteQuery; 30 import android.database.sqlite.SQLiteStatement;
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3Int.h | 44 ** Macro to return the number of elements in an array. SQLite has a 52 ** from that used by SQLite, so the maximum length is 10, not 9. 89 ** Internal types used by SQLite. 120 sqlite3_vtab base; /* Base class used by SQLite core */ 162 sqlite3_vtab_cursor base; /* Base class used by SQLite core */
|
Completed in 1215 milliseconds
<<31323334353637383940>>