HomeSort by relevance Sort by last modified time
    Searched full:sqlite (Results 276 - 300 of 1891) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/java/sql/
OldSQLTest.java 47 Class.forName("SQLite.JDBCDriver").newInstance();
48 conn = DriverManager.getConnection("jdbc:sqlite:/" + dbFile.getPath());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
FilterStackDBHelper.java 20 import android.database.sqlite.SQLiteDatabase;
21 import android.database.sqlite.SQLiteOpenHelper;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
PrivateLog.java 21 import android.database.sqlite.SQLiteDatabase;
22 import android.database.sqlite.SQLiteOpenHelper;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DeletedContactsTableUtil.java 20 import android.database.sqlite.SQLiteDatabase;
34 * @param db The sqlite database instance.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 4 # Every identifier in sql is quoted based on a comment in sqlite
5 # documentation "SQLite adds new keywords from time to time when it
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 4 import sqlite3 as sqlite namespace
8 self.cx = sqlite.connect(":memory:")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 4 # Every identifier in sql is quoted based on a comment in sqlite
5 # documentation "SQLite adds new keywords from time to time when it
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 4 import sqlite3 as sqlite namespace
8 self.cx = sqlite.connect(":memory:")
  /device/moto/shamu/
qcril.db 0 SQLite format 3@ -? ?<?? ?i O + & ? ?
    [all...]
  /external/chromium_org/chrome/browser/diagnostics/
sqlite_diagnostics.cc 26 #include "third_party/sqlite/sqlite3.h"
32 // Generic diagnostic test class for checking SQLite database integrity.
56 LOG(WARNING) << "Removing broken SQLite database: "
178 return base::StringPrintf("SQLite error: %d, Last Errno: %d: %s",
  /external/chromium_org/components/password_manager/core/browser/webdata/
logins_table.h 19 // This class manages the logins table within the SQLite database passed to the
  /external/chromium_org/content/test/data/dom_storage/
webcore_test_database.localstorage 0 SQLite format 3@ -? ?????z!11?tableItemTableItemTableCREATE TABLE ItemTable (key TEXT UNIQUE ON CONFLICT REPLACE, value BLOB NOT NULL ON CONFLICT FAIL)[!}1indexsqlite_autoindex_ItemTable_1ItemTable ???F9!dvalueI am in local storage!/1@timestamp1326738338841
  /external/chromium_org/net/extras/sqlite/
sqlite_channel_id_store.h 27 // in terms of a SQLite database. For documentation about the actual member
  /external/chromium_org/sql/test/data/
recovery_387868 0 SQLite format 3@ ,,-? ??>mtablexxCREATE TABLE x (id INTEGER PRIMARY KEY, t0 TEXT)???) *d?????|fP:$??????t^H2??????lV@*??????zd)/This is some text(/This is some text'/This is some text&/This is some text%/This is some text$/This is some text#/This is some text"/This is some text!/This is some text /This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text/This is some text /This is some text /This is some text /This is some text
  /external/chromium_org/sql/test/
scoped_error_ignorer.cc 52 ADD_FAILURE() << " Unexpected SQLite error " << err;
  /external/chromium_org/sync/syncable/
in_memory_directory_backing_store.h 15 // require us to write to a file. An in-memory sqlite database is much faster
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystemPosix.cpp 32 #include "modules/webdatabase/sqlite/SQLiteFileSystem.h"
41 // Defined in Chromium's codebase in third_party/sqlite/src/os_unix.c
52 // Chromium's Posix implementation of SQLite VFS
89 // The mask 0x00007F00 gives us the 7 bits that determine the type of the file SQLite is trying to open.
  /external/chromium_org/third_party/leveldatabase/
README.chromium 10 Alternative to SQLite used as the backend for IndexedDB and internally by the
  /external/chromium_org/third_party/sqlite/src/doc/
vfs-shm.txt 75 The SQLite core will obey the next set of rules. These rules are
76 assertions on the behavior of the SQLite core which might be verified
101 The SQLite core will only ever send requests for UNLOCK, READ, WRITE,
102 CHECKPOINT, or RECOVER to the lock manager. The SQLite core will never
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
sqlite3rtree.h 48 void (*xDelUser)(void *); /* Called by SQLite to clean up pUser */
  /external/chromium_org/third_party/sqlite/src/src/
test5.c 12 ** Code for testing the utf.c module in SQLite. This code
13 ** is not included in the SQLite library. It is used for automated
14 ** testing of the SQLite library. Specifically, the code in this file
15 ** is used for testing the SQLite routines for converting between
  /external/chromium_org/third_party/sqlite/src/test/
default.test 11 # This file implements regression tests for SQLite library. The
exec.test 11 # This file implements regression tests for SQLite library.
fts1l.test 6 # This file implements regression tests for SQLite library. fts1
fts1n.test 11 # This file implements regression tests for SQLite library. The focus

Completed in 3423 milliseconds

<<11121314151617181920>>