HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3 (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_profiling_helper.py 24 import sqlite3
26 sqlite3 = None variable
160 conn = sqlite3.connect(db_file)
  /external/sqlite/dist/orig/
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
99 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
102 ** SQLite3) and Y is the minor version number and Z is the release number.)^
233 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
240 ** sqlite3 object.
242 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
287 ** DESTRUCTOR: sqlite3
290 ** for the [sqlite3] object
    [all...]
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
276 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
277 /************** Begin file sqlite3.h *****************************************/
307 ** the version number) and changes its name to "sqlite3.h" as
376 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
379 ** SQLite3) and Y is the minor version number and Z is the release number.)
519 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
14077 struct sqlite3 { struct
    [all...]
  /external/sqlite/dist/
sqlite3.h 30 ** the version number) and changes its name to "sqlite3.h" as
99 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
102 ** SQLite3) and Y is the minor version number and Z is the release number.)^
233 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
240 ** sqlite3 object.
242 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
287 ** DESTRUCTOR: sqlite3
290 ** for the [sqlite3] object
    [all...]
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
276 /************** Include sqlite3.h in the middle of sqliteInt.h ***************/
277 /************** Begin file sqlite3.h *****************************************/
307 ** the version number) and changes its name to "sqlite3.h" as
376 ** ^(The [SQLITE_VERSION] C preprocessor macro in the sqlite3.h header
379 ** SQLite3) and Y is the minor version number and Z is the release number.)
519 typedef struct sqlite3 sqlite3; typedef in typeref:struct:sqlite3
14077 struct sqlite3 { struct
    [all...]

Completed in 1046 milliseconds