HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_BUSY (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
util.c 74 case SQLITE_BUSY:
  /frameworks/base/core/jni/
android_database_SQLiteCommon.cpp 91 case SQLITE_BUSY:
android_database_SQLiteConnection.cpp 49 * longer than this amount of time then SQLite will generate a SQLITE_BUSY error.
50 * The SQLITE_BUSY error is then raised as a SQLiteDatabaseLockedException.
158 // Set the default busy handler to retry automatically before returning SQLITE_BUSY.
741 } else if (err == SQLITE_LOCKED || err == SQLITE_BUSY) {
    [all...]
  /external/python/cpython2/Modules/_sqlite/
util.c 74 case SQLITE_BUSY:
  /external/javasqlite/src/main/java/SQLite/
Constants.java 22 public static final int SQLITE_BUSY = 5; /* The database file is locked */
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 120 conn.db.last_error() == SQLite.Constants.SQLITE_BUSY &&
JDBCConnection.java 129 if (dbx.last_error() != SQLite.Constants.SQLITE_BUSY ||
  /external/sqlite/dist/orig/
sqlite3.h 297 ** will leave the database connection open and return [SQLITE_BUSY].
424 #define SQLITE_BUSY 5 /* The database file is locked */
501 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
502 #define SQLITE_BUSY_SNAPSHOT (SQLITE_BUSY | (2<<8))
    [all...]
sqlite3.c 574 ** will leave the database connection open and return [SQLITE_BUSY].
701 #define SQLITE_BUSY 5 /* The database file is locked */
    [all...]
shell.c     [all...]
  /external/sqlite/dist/
sqlite3.h 297 ** will leave the database connection open and return [SQLITE_BUSY].
424 #define SQLITE_BUSY 5 /* The database file is locked */
501 #define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
502 #define SQLITE_BUSY_SNAPSHOT (SQLITE_BUSY | (2<<8))
    [all...]
sqlite3.c 574 ** will leave the database connection open and return [SQLITE_BUSY].
701 #define SQLITE_BUSY 5 /* The database file is locked */
    [all...]
shell.c     [all...]
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/misc/common/robolectric/lib/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]

Completed in 679 milliseconds