HomeSort by relevance Sort by last modified time
    Searched refs:sqlite (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteAbortExceptionTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteAbortException;
SQLiteConstraintExceptionTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteConstraintException;
SQLiteDatabaseCorruptExceptionTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteDatabaseCorruptException;
SQLiteDiskIOExceptionTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteDiskIOException;
SQLiteDoneExceptionTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteDoneException;
SQLiteExceptionTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteException;
SQLiteFullExceptionTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteFullException;
SQLiteMisuseExceptionTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteMisuseException;
SQLiteQueryTest.java 17 package android.database.sqlite.cts;
SQLiteOpenHelperTest.java 17 package android.database.sqlite.cts;
21 import android.database.sqlite.SQLiteCursor;
22 import android.database.sqlite.SQLiteCursorDriver;
23 import android.database.sqlite.SQLiteDatabase;
24 import android.database.sqlite.SQLiteOpenHelper;
25 import android.database.sqlite.SQLiteQuery;
26 import android.database.sqlite.SQLiteDatabase.CursorFactory;
SQLiteClosableTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteClosable;
SQLiteProgramTest.java 17 package android.database.sqlite.cts;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteDoneException;
24 import android.database.sqlite.SQLiteException;
25 import android.database.sqlite.SQLiteQuery;
26 import android.database.sqlite.SQLiteStatement;
  /external/chromium_org/third_party/sqlite/src/
publish.sh 3 # This script is used to compile SQLite and package everything up
4 # so that it is ready to move to the SQLite website.
23 # Start by building an sqlite shell for linux.
37 # Build the sqlite.so and tclsqlite.so shared libraries
55 mv sqlite3.so sqlite-$VERS.so
56 gzip sqlite-$VERS.so
57 mv sqlite-$VERS.so.gz doc
69 # Build the sqlite.exe executable for windows.
75 zip doc/sqlite-$VERSW.zip sqlite3.exe
83 rm -f ../doc/sqlite-source-$VERSW.zi
    [all...]
  /external/javasqlite/
Android.mk 10 LOCAL_MODULE := sqlite-jdbc
16 external/sqlite/dist
23 # This name is dictated by the fact that the SQLite code calls loadLibrary("sqlite_jni").
32 LOCAL_MODULE := sqlite-jdbc-host
  /external/chromium_org/third_party/sqlite/
sqlite.target.darwin-arm64.mk 27 third_party/sqlite/amalgamation/sqlite3.c \
28 third_party/sqlite/src/ext/fts2/fts2.c \
29 third_party/sqlite/src/ext/fts2/fts2_hash.c \
30 third_party/sqlite/src/ext/fts2/fts2_icu.c \
31 third_party/sqlite/src/ext/fts2/fts2_porter.c \
32 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c \
33 third_party/sqlite/src/ext/fts2/fts2_tokenizer1.c
129 $(LOCAL_PATH)/third_party/sqlite/amalgamation \
130 $(LOCAL_PATH)/third_party/sqlite/src/src \
245 $(LOCAL_PATH)/third_party/sqlite/amalgamation
    [all...]
sqlite.target.linux-arm64.mk 27 third_party/sqlite/amalgamation/sqlite3.c \
28 third_party/sqlite/src/ext/fts2/fts2.c \
29 third_party/sqlite/src/ext/fts2/fts2_hash.c \
30 third_party/sqlite/src/ext/fts2/fts2_icu.c \
31 third_party/sqlite/src/ext/fts2/fts2_porter.c \
32 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c \
33 third_party/sqlite/src/ext/fts2/fts2_tokenizer1.c
129 $(LOCAL_PATH)/third_party/sqlite/amalgamation \
130 $(LOCAL_PATH)/third_party/sqlite/src/src \
245 $(LOCAL_PATH)/third_party/sqlite/amalgamation
    [all...]
sqlite.target.darwin-arm.mk 27 third_party/sqlite/amalgamation/sqlite3.c \
28 third_party/sqlite/src/ext/fts2/fts2.c \
29 third_party/sqlite/src/ext/fts2/fts2_hash.c \
30 third_party/sqlite/src/ext/fts2/fts2_icu.c \
31 third_party/sqlite/src/ext/fts2/fts2_porter.c \
32 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c \
33 third_party/sqlite/src/ext/fts2/fts2_tokenizer1.c
140 $(LOCAL_PATH)/third_party/sqlite/amalgamation \
141 $(LOCAL_PATH)/third_party/sqlite/src/src \
268 $(LOCAL_PATH)/third_party/sqlite/amalgamation
    [all...]
sqlite.target.darwin-mips.mk 27 third_party/sqlite/amalgamation/sqlite3.c \
28 third_party/sqlite/src/ext/fts2/fts2.c \
29 third_party/sqlite/src/ext/fts2/fts2_hash.c \
30 third_party/sqlite/src/ext/fts2/fts2_icu.c \
31 third_party/sqlite/src/ext/fts2/fts2_porter.c \
32 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c \
33 third_party/sqlite/src/ext/fts2/fts2_tokenizer1.c
133 $(LOCAL_PATH)/third_party/sqlite/amalgamation \
134 $(LOCAL_PATH)/third_party/sqlite/src/src \
254 $(LOCAL_PATH)/third_party/sqlite/amalgamation
    [all...]
sqlite.target.darwin-mips64.mk 27 third_party/sqlite/amalgamation/sqlite3.c \
28 third_party/sqlite/src/ext/fts2/fts2.c \
29 third_party/sqlite/src/ext/fts2/fts2_hash.c \
30 third_party/sqlite/src/ext/fts2/fts2_icu.c \
31 third_party/sqlite/src/ext/fts2/fts2_porter.c \
32 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c \
33 third_party/sqlite/src/ext/fts2/fts2_tokenizer1.c
133 $(LOCAL_PATH)/third_party/sqlite/amalgamation \
134 $(LOCAL_PATH)/third_party/sqlite/src/src \
254 $(LOCAL_PATH)/third_party/sqlite/amalgamation
    [all...]
sqlite.target.darwin-x86.mk 27 third_party/sqlite/amalgamation/sqlite3.c \
28 third_party/sqlite/src/ext/fts2/fts2.c \
29 third_party/sqlite/src/ext/fts2/fts2_hash.c \
30 third_party/sqlite/src/ext/fts2/fts2_icu.c \
31 third_party/sqlite/src/ext/fts2/fts2_porter.c \
32 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c \
33 third_party/sqlite/src/ext/fts2/fts2_tokenizer1.c
135 $(LOCAL_PATH)/third_party/sqlite/amalgamation \
136 $(LOCAL_PATH)/third_party/sqlite/src/src \
257 $(LOCAL_PATH)/third_party/sqlite/amalgamation
    [all...]
sqlite.target.darwin-x86_64.mk 27 third_party/sqlite/amalgamation/sqlite3.c \
28 third_party/sqlite/src/ext/fts2/fts2.c \
29 third_party/sqlite/src/ext/fts2/fts2_hash.c \
30 third_party/sqlite/src/ext/fts2/fts2_icu.c \
31 third_party/sqlite/src/ext/fts2/fts2_porter.c \
32 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c \
33 third_party/sqlite/src/ext/fts2/fts2_tokenizer1.c
134 $(LOCAL_PATH)/third_party/sqlite/amalgamation \
135 $(LOCAL_PATH)/third_party/sqlite/src/src \
255 $(LOCAL_PATH)/third_party/sqlite/amalgamation
    [all...]
sqlite.target.linux-arm.mk 27 third_party/sqlite/amalgamation/sqlite3.c \
28 third_party/sqlite/src/ext/fts2/fts2.c \
29 third_party/sqlite/src/ext/fts2/fts2_hash.c \
30 third_party/sqlite/src/ext/fts2/fts2_icu.c \
31 third_party/sqlite/src/ext/fts2/fts2_porter.c \
32 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c \
33 third_party/sqlite/src/ext/fts2/fts2_tokenizer1.c
140 $(LOCAL_PATH)/third_party/sqlite/amalgamation \
141 $(LOCAL_PATH)/third_party/sqlite/src/src \
268 $(LOCAL_PATH)/third_party/sqlite/amalgamation
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 8 #include "sqlite.h"
48 /* internal handle for SQLite database */
51 void *sqlite; /* SQLite handle */ member in struct:__anon2201
64 int haveutf; /* true for SQLite UTF-8 support */
66 struct hfunc *funcs; /* SQLite user defined function handles */
68 struct hvm *vms; /* Compiled SQLite VMs */
81 /* internal handle for SQLite user defined function */
91 handle *h; /* SQLite database handle */
92 void *sf; /* SQLite function handle *
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
threadtest2.c 13 ** or not the SQLite library is threadsafe.
15 ** This file is NOT part of the standard SQLite library. It is used for
23 #include "sqlite.h"
57 int integrity_check(sqlite *db, int id){
75 sqlite *db;
99 sqlite *db;
crashtest1.c 2 ** This program tests the ability of SQLite database to recover from a crash.
25 #include "sqlite.h"
30 sqlite *db;
69 sqlite *db;

Completed in 617 milliseconds

1 2 3 4 5 6 7 8 9