HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3 (Results 26 - 50 of 88) sorted by null

12 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 26 import sqlite3 as sqlite
dump.py 4 import sqlite3 as sqlite
hooks.py 25 import sqlite3 as sqlite
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 26 import sqlite3 as sqlite
dump.py 4 import sqlite3 as sqlite
hooks.py 25 import sqlite3 as sqlite
  /external/javasqlite/src/main/native/
sqlite_jni.c 12 #include "sqlite3.h"
53 int is3; /* True for SQLITE3 handle */
74 struct hbl *blobs; /* SQLite3 blob handles */
77 struct hbk *backups; /* SQLite3 backup handles */
86 int is3; /* True for SQLITE3 handle */
102 int is3; /* True for SQLITE3 handle */
106 int tail_len; /* only for SQLite3/prepare */
117 sqlite3_blob *blob; /* SQLite3 blob */
127 sqlite3_backup *bkup; /* SQLite3 backup handle */
814 sqlite3_close((sqlite3 *) h->sqlite)
    [all...]
  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 45 sqlite3 $1 "select format, media_type, mime_type, case when substr(_data,-1) is '\' then substr(_data,1,length(_data)-1) else _data end from files where _data like '"$EXTERNAL"/%';" | {
133 sqlite3 $1 "select audio_playlists._data, audio._data from audio_playlists left outer join audio_playlists_map on audio_playlists._id=audio_playlists_map.playlist_id left outer join audio on audio_playlists_map.audio_id=audio._id order by audio_playlists_map.playlist_id,audio_playlists_map.play_order;" | {
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
dump.py 4 import sqlite3 as sqlite
hooks.py 25 import sqlite3 as sqlite
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
dump.py 4 import sqlite3 as sqlite
hooks.py 25 import sqlite3 as sqlite
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_profiling_helper_unittest.py 151 real_sqlite3 = android_profiling_helper.sqlite3
152 android_profiling_helper.sqlite3 = mock_sqlite3
161 android_profiling_helper.sqlite3 = real_sqlite3
android_profiling_helper.py 24 import sqlite3 namespace
26 sqlite3 = None variable
160 conn = sqlite3.connect(db_file)
  /development/build/
sdk-windows-x86.atree 40 rm platform-tools/sqlite3
41 bin/sqlite3.exe strip platform-tools/sqlite3.exe
  /external/sqlite/android/
sqlite3_android.cpp 225 sqlite3 * handle;
279 sqlite3 * handle = sqlite3_context_db_handle(context);
416 extern "C" int register_localized_collators(sqlite3* handle, const char* systemLocale, int utf16Storage)
495 extern "C" int register_android_functions(sqlite3 * handle, int utf16Storage)
  /packages/apps/Launcher2/
print_db.py 7 import sqlite3 namespace
122 conn = sqlite3.connect(fn)
  /external/sqlite/dist/orig/
sqlite3.c 11 ** programs, you need this file and the "sqlite3.h" header file that defines
13 ** the "sqlite3.h" header file at hand, you will find a copy embedded within
14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
15 ** of the embedded sqlite3.h header file.) Additional code files may be needed
17 ** language. The code for the "sqlite3" command-line shell is also in a
213 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
214 /************** Begin file sqlite3.h *****************************************/
244 ** the version number) and changes its name to "sqlite3.h" as
304 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
307 ** SQLite3) and Y is the minor version number and Z is the release number.)
446 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
11682 struct sqlite3 { struct
    [all...]
  /external/sqlite/dist/
sqlite3.c 11 ** programs, you need this file and the "sqlite3.h" header file that defines
13 ** the "sqlite3.h" header file at hand, you will find a copy embedded within
14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
15 ** of the embedded sqlite3.h header file.) Additional code files may be needed
17 ** language. The code for the "sqlite3" command-line shell is also in a
213 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
214 /************** Begin file sqlite3.h *****************************************/
244 ** the version number) and changes its name to "sqlite3.h" as
304 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
307 ** SQLite3) and Y is the minor version number and Z is the release number.)
446 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
11682 struct sqlite3 { struct
    [all...]
  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 11 #include <sqlite3.h>
  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 11 #include <sqlite3.h>
136 sqlite3 *db;
  /packages/apps/Launcher3/
print_db.py 10 import sqlite3 namespace
154 conn = sqlite3.connect(fn)
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 54 #include <sqlite3.h>
108 static sqlite3 *sqlite_db = NULL;
112 static int db_table_exists(sqlite3 *db, const char *name)
120 static int db_table_create_milenage(sqlite3 *db)
144 static sqlite3 * db_open(const char *db_file)
146 sqlite3 *db;
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 21 #include <sqlite3.h>
71 sqlite3 *sqlite_db;
86 static int db_table_exists(sqlite3 *db, const char *name)
94 static int db_table_create_pseudonym(sqlite3 *db)
115 static int db_table_create_reauth(sqlite3 *db)
141 static sqlite3 * db_open(const char *db_file)
143 sqlite3 *db;
    [all...]
  /build/core/
cleanspec.mk 37 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)

Completed in 944 milliseconds

12 3 4