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

<<1112

  /external/javasqlite/src/main/java/SQLite/
Constants.java 10 * perl -ne '$_ =~ s/#define\s+(SQLITE\S+)\s+([0-9x]+)/ public static final int $1 = $2;/ && print $_;' external/sqlite/dist/sqlite3.h
  /packages/apps/Messaging/tools/messagegen/
fillsms 156 adb shell sqlite3 data/data/com.android.providers.telephony/databases/mmssms.db "$1"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 25 import sqlite3 as sqlite
regression.py 26 import sqlite3 as sqlite
types.py 26 import sqlite3 as sqlite
userfunctions.py 26 import sqlite3 as sqlite
dbapi.py 26 import sqlite3 as sqlite
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 25 import sqlite3 as sqlite
regression.py 26 import sqlite3 as sqlite
types.py 26 import sqlite3 as sqlite
userfunctions.py 26 import sqlite3 as sqlite
dbapi.py 26 import sqlite3 as sqlite
  /external/sqlite/dist/orig/
shell.c 49 #include "sqlite3.h"
339 static sqlite3 *globalDb = 0;
417 ** The correct way to do this with sqlite3 is to use the bind API, but
525 sqlite3 *db; /* The database */
    [all...]
  /external/sqlite/dist/
shell.c 49 #include "sqlite3.h"
345 static sqlite3 *globalDb = 0;
423 ** The correct way to do this with sqlite3 is to use the bind API, but
531 sqlite3 *db; /* The database */
    [all...]
  /frameworks/base/docs/html/guide/topics/data/
data-storage.jd 502 <p>The Android SDK includes a {@code sqlite3} database tool that allows you to browse
504 databases. See <a href="{@docRoot}tools/help/adb.html#sqlite">Examining sqlite3
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 
  /development/build/
sdk.atree 47 bin/sqlite3 strip platform-tools/sqlite3
    [all...]
  /build/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 355 // will be untyped and sqlite3's manifest typing will not convert the
  /external/wpa_supplicant_8/src/radius/
radius_server.c 12 #include <sqlite3.h>
341 sqlite3 *db;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 957 sqlite3 sqlite3/test \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 958 sqlite3 sqlite3/test \
    [all...]
  /frameworks/base/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 836 * @param name the name of the sqlite3 function
    [all...]

Completed in 3221 milliseconds

<<1112