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

  /frameworks/base/core/jni/
android_database_SQLiteCommon.cpp 115 case SQLITE_INTERRUPT:
  /external/javasqlite/src/main/java/SQLite/
Constants.java 26 public static final int SQLITE_INTERRUPT = 9; /* Operation terminated by sqlite3_interrupt()*/
  /external/webkit/Source/WebCore/platform/sql/
SQLiteStatement.cpp 70 return SQLITE_INTERRUPT;
102 return SQLITE_INTERRUPT;
SQLiteDatabase.cpp 48 const int SQLResultInterrupt = SQLITE_INTERRUPT;
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 323 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 391 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 391 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/
    [all...]
sqlite3.c     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 98 milliseconds