HomeSort by relevance Sort by last modified time
    Searched full:sqlite3 (Results 226 - 250 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /system/core/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /system/media/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /external/javasqlite/src/main/java/SQLite/
StringEncoder.java 108 // SQLite3 BLOB syntax
222 * Encodes the given byte array into SQLite3 blob notation, ie X'..'
  /external/linux-tools-perf/src/tools/perf/scripts/python/
event_analyzing_sample.py 21 import sqlite3 namespace
35 con = sqlite3.connect("/dev/shm/perf.db")
  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 11 #include <sqlite3.h>
136 sqlite3 *db;
  /packages/apps/Launcher2/
print_db.py 7 import sqlite3 namespace
122 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;
  /frameworks/base/docs/html/tools/help/
index.jd 58 <dt><a href="{@docRoot}tools/help/sqlite3.html">sqlite3</a></dt>
  /packages/apps/Launcher3/
print_db.py 9 import sqlite3 namespace
152 conn = sqlite3.connect(fn)
  /build/target/product/
sdk_base.mk 46 sqlite3 \
  /device/htc/flounder/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /device/lge/hammerhead/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /external/linux-tools-perf/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /external/v8/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 106 /** records the largest memory allocation request handed to sqlite3.
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 35 #include <sqlite3.h>
82 sqlite3* const db;
89 SQLiteConnection(sqlite3* db, int openFlags, const String8& path, const String8& label) :
133 sqlite3* db;
    [all...]
  /frameworks/base/include/androidfw/
CursorWindow.h 47 * Note that the data types come from sqlite3.h.
  /frameworks/compile/libbcc/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
hooks.py 25 import sqlite3 as sqlite
transactions.py 26 import sqlite3 as sqlite
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
hooks.py 25 import sqlite3 as sqlite
transactions.py 26 import sqlite3 as sqlite
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 21 #include <sqlite3.h>
70 sqlite3 *sqlite_db;
81 static int db_table_exists(sqlite3 *db, const char *name)
89 static int db_table_create_pseudonym(sqlite3 *db)
110 static int db_table_create_reauth(sqlite3 *db)
136 static sqlite3 * db_open(const char *db_file)
138 sqlite3 *db;
    [all...]
  /frameworks/base/test-runner/src/android/test/
ProviderTestCase2.java 214 * <a href="http://www.sqlite.org/sqlite.html">sqlite3</a> tool's <code>.dump</code> command.

Completed in 437 milliseconds

1 2 3 4 5 6 7 8 91011>>