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

1 2 3 4

  /external/sqlite/android/
sqlite3_android.h 20 #include <sqlite3.h>
26 int register_android_functions(sqlite3 * handle, int uit16Storage);
28 int register_localized_collators(sqlite3* handle, const char* systemLocale, int utf16Storage);
  /external/autotest/frontend/db/backends/afe_sqlite/
creation.py 1 from django.db.backends.sqlite3.creation import *
introspection.py 1 from django.db.backends.sqlite3.introspection import *
base.py 4 from django.db.backends.sqlite3.base import DatabaseOperations as SQLiteDatabaseOperations
5 from django.db.backends.sqlite3.base import DatabaseWrapper as SQLiteDatabaseWrapper
  /frameworks/base/core/jni/
android_database_SQLiteCommon.h 23 #include <sqlite3.h>
33 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle);
41 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message);
android_database_SQLiteCommon.cpp 24 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) {
36 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) {
android_database_SQLiteGlobal.cpp 23 #include <sqlite3.h>
android_database_SQLiteDebug.cpp 29 #include <sqlite3.h>
  /external/sqlite/dist/orig/
sqlite3ext.h 16 ** sqlite3.h.
20 #include "sqlite3.h"
48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*);
49 int (*busy_timeout)(sqlite3*,int ms);
50 int (*changes)(sqlite3*);
51 int (*close)(sqlite3*);
52 int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*,
54 int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*,
    [all...]
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
90 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
93 ** SQLite3) and Y is the minor version number and Z is the release number.)^
223 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
230 ** sqlite3 object.
232 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
273 ** DESTRUCTOR: sqlite3
276 ** for the [sqlite3] object
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 16 ** sqlite3.h.
20 #include "sqlite3.h"
48 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*);
49 int (*busy_timeout)(sqlite3*,int ms);
50 int (*changes)(sqlite3*);
51 int (*close)(sqlite3*);
52 int (*collation_needed)(sqlite3*,void*,void(*)(void*,sqlite3*,
54 int (*collation_needed16)(sqlite3*,void*,void(*)(void*,sqlite3*,
    [all...]
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
90 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
93 ** SQLite3) and Y is the minor version number and Z is the release number.)^
223 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
230 ** sqlite3 object.
232 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
273 ** DESTRUCTOR: sqlite3
276 ** for the [sqlite3] object
    [all...]
Android.mk 39 common_src_files := sqlite3.c
80 ## Build the device command line tool sqlite3
83 ifneq ($(SDK_ONLY),true) # SDK doesn't need device version of sqlite3
107 LOCAL_MODULE := sqlite3
116 ## Build the host command line tool sqlite3
134 LOCAL_MODULE := sqlite3
138 # Build a minimal version of sqlite3 without any android specific
  /packages/apps/Messaging/tools/
buglesql 43 adb shell su -c sqlite3 $opts data/data/com.android.messaging/databases/bugle_db "$1"
mmssql 43 adb shell su -c sqlite3 $opts data/data/com.android.providers.telephony/databases/mmssms.db "$1"
  /development/build/
product_sdk.mk 47 sqlite3 \
  /external/wpa_supplicant_8/hs20/server/
spp_server.h 17 sqlite3 *db;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sqlite.py 6 from sqlite3.test import (dbapi, types, userfunctions, py25tests,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sqlite.py 6 from sqlite3.test import (dbapi, types, userfunctions, py25tests,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sqlite.py 6 from sqlite3.test import (dbapi, types, userfunctions, py25tests,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sqlite.py 6 from sqlite3.test import (dbapi, types, userfunctions, py25tests,
  /packages/apps/Launcher2/
fill_screens.py 7 import sqlite3 namespace
54 conn = sqlite3.connect(fn)
  /packages/apps/Launcher3/
fill_screens.py 7 import sqlite3 namespace
54 conn = sqlite3.connect(fn)
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
py25tests.py 26 import sqlite3 as sqlite
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
py25tests.py 26 import sqlite3 as sqlite

Completed in 501 milliseconds

1 2 3 4