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

  /external/chromium_org/sql/
error_delegate_util.cc 71 case SQLITE_RANGE:
statement.cc 316 if (err == SQLITE_RANGE)
  /frameworks/base/core/jni/
android_database_SQLiteCommon.cpp 106 case SQLITE_RANGE:
  /external/javasqlite/src/main/java/SQLite/
Constants.java 42 public static final int SQLITE_RANGE = 25; /* 2nd parameter to sqlite3_bind out of range */
  /external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c 715 sqlite3Error(pVm->db, SQLITE_RANGE, 0);
972 ** out of range, then SQLITE_RANGE is returned. Othewise SQLITE_OK.
994 sqlite3Error(p->db, SQLITE_RANGE, 0);
996 return SQLITE_RANGE;
    [all...]
test4.c 398 case SQLITE_RANGE: zName = "SQLITE_RANGE"; break;
test7.c 429 case SQLITE_RANGE: zName = "SQLITE_RANGE"; break;
sqlite.h.in 401 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */
    [all...]
test1.c 145 case SQLITE_RANGE: zName = "SQLITE_RANGE"; break;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 406 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h 424 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */
    [all...]
sqlite3.c 539 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */
    [all...]
  /external/sqlite/dist/
sqlite3.h 424 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */
    [all...]
sqlite3.c 539 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1002 milliseconds