Searched defs:sqlite3 (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A Dandroid_profiling_helper.py24 import sqlite3 namespace
26 sqlite3 = None variable
160 conn = sqlite3.connect(db_file)
/external/sqlite/dist/orig/
H A Dsqlite3.h30 ** the version number) and changes its name to "sqlite3.h" as
90 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
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.
278 ** the [sqlite3] objec
[all...]
H A Dsqlite3.c11 ** 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
437 ** the opaque structure named "sqlite3"
446 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
11682 struct sqlite3 { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h30 ** the version number) and changes its name to "sqlite3.h" as
90 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
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.
278 ** the [sqlite3] objec
[all...]
H A Dsqlite3.c11 ** 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
437 ** the opaque structure named "sqlite3"
446 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
11682 struct sqlite3 { struct
[all...]

Completed in 485 milliseconds