Searched refs:SQLITE_NOTADB (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/sql/
H A Derror_delegate_util.cc20 case SQLITE_NOTADB:
H A Dconnection.cc453 // SQLITE_NOTADB can happen if page 1 of db_ exists, but is not
459 if (rc == SQLITE_NOTADB || rc == SQLITE_IOERR_SHORT_READ) {
945 // land is. If it's mostly SQLITE_NOTADB, then the database should
H A Dconnection_unittest.cc487 // SQLITE_NOTADB on pragma statemenets which attempt to read the
491 ignore_errors.IgnoreError(SQLITE_NOTADB);
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java43 public static final int SQLITE_NOTADB = 26; /* File opened that is not a database file */ field in class:Constants
/external/chromium_org/content/child/
H A Dweb_database_observer_impl.cc179 if (error == SQLITE_CORRUPT || error == SQLITE_NOTADB) {
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_database.cc325 error == SQLITE_NOTADB) {
330 // 84% SQLITE_CORRUPT, SQLITE_CANTOPEN, SQLITE_NOTADB
H A Dthumbnail_database.cc560 error == SQLITE_NOTADB) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite.h.in402 #define SQLITE_NOTADB 26 /* File opened that is not a database file */
H A Dbtree.c2311 rc = SQLITE_NOTADB;
2348 rc = SQLITE_NOTADB;
H A Dtest1.c146 case SQLITE_NOTADB: zName = "SQLITE_NOTADB"; break;
/external/chromium_org/storage/browser/database/
H A Ddatabase_tracker.cc180 if (error == SQLITE_CORRUPT || error == SQLITE_NOTADB) {
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h407 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
H A Dsqlite3.c950 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h425 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
H A Dsqlite3.c540 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h425 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
H A Dsqlite3.c540 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 1911 milliseconds