/external/chromium_org/third_party/sqlite/src/test/ |
corruptA.test | 11 # This file implements regression tests for SQLite library. 13 # This file implements tests to make sure SQLite does not crash or
|
eval.test | 11 # This file implements regression tests for SQLite library. 14 # in order to make sure that SQLite is reentrant.
|
types3.test | 11 # This file implements regression tests for SQLite library. The focus 12 # of this file is testing the interaction of SQLite manifest types
|
/external/chromium_org/third_party/sqlite/ |
system-sqlite.patch | 1 This is a backport of the following sqlite changes: 3 1. http://sqlite.org/src/ci/9109128cb5 4 2. http://sqlite.org/src/ci/713b1b7dc1 5 3. http://sqlite.org/src/ci/8d1b5c3ac0 6 4. http://sqlite.org/src/ci/6b236069e1 7 5. http://sqlite.org/src/ci/880b51150a 9 which are needed for experiments with using unpatched sqlite. 11 that you've upgraded to version of sqlite that includes those patches. 12 diff --git a/third_party/sqlite/amalgamation/sqlite3.c b/third_party/sqlite/amalgamation/sqlite3. [all...] |
/external/chromium_org/tools/gyp/samples/ |
samples | 39 'third_party/sqlite/sqlite.gyp',
|
/frameworks/base/core/java/android/database/sqlite/ |
SqliteWrapper.java | 18 package android.database.sqlite; 24 import android.database.sqlite.SQLiteException;
|
/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:")
|
/external/chromium_org/sql/ |
connection.h | 98 // From sqlite.org: "The page size must be a power of two greater than or 103 // Sets the number of pages that will be cached in memory by sqlite. The 109 // normal" flag because of some additional requirements sqlite puts on this 143 // for SQLite error codes and database version numbers. 155 // statement - per the SQLite documentation, if no errors are found the 212 // fresh database from scratch, within the constraints of SQLite's 223 // - a SQLite issue occurs which is structural in nature (like the 245 // BeginTransaction()), closes the SQLite database, and poisons the 273 // nested transactions since sqlite can't do nested transactions. The 295 // SQLite supports attaching multiple database files to a singl [all...] |
/external/chromium/chrome/browser/ |
DEPS | 35 "+third_party/sqlite",
|
memory_purger.cc | 68 // Close the Safe Browsing database, freeing memory used to cache sqlite as 109 // Unload all history backends (freeing memory used to cache sqlite). 117 // Unload all web databases (freeing memory used to cache sqlite). 124 // the LocalStorage sqlite DB). WebKitContext creation is basically free so
|
/external/chromium/chrome/browser/importer/ |
nss_decryptor_system_nss.h | 41 // Reads and parses the Firefox password sqlite db, decrypts the
|
/external/chromium/chrome/browser/webdata/ |
web_apps_table.h | 16 // This class manages the WebApps tables within the SQLite database passed to
|
/external/chromium_org/chrome/browser/diagnostics/ |
sqlite_diagnostics.cc | 24 #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/chrome/browser/webdata/ |
logins_table.h | 19 // This class manages the logins table within the SQLite database passed to the
|
/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" 43 // 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
|