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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 1 # Mimic the sqlite3 console shell's .dump command
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 4 import sqlite3 as sqlite
py25tests.py 26 import sqlite3 as sqlite
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 1 # Mimic the sqlite3 console shell's .dump command
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 4 import sqlite3 as sqlite
py25tests.py 26 import sqlite3 as sqlite
  /prebuilts/sdk/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /sdk/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /system/bt/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /system/core/libutils/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /system/extras/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /system/netd/server/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /system/vold/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /tools/external/fat32lib/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /external/sqlite/dist/orig/
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/
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/javasqlite/src/main/java/SQLite/
Blob.java 239 * Class to represent SQLite3 3.4.0 incremental blob I/O interface.
250 * Internal handle for the SQLite3 blob.
  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 45 sqlite3 $1 "select format, media_type, mime_type, case when substr(_data,-1) is '\' then substr(_data,1,length(_data)-1) else _data end from files where _data like '"$EXTERNAL"/%';" | {
133 sqlite3 $1 "select audio_playlists._data, audio._data from audio_playlists left outer join audio_playlists_map on audio_playlists._id=audio_playlists_map.playlist_id left outer join audio on audio_playlists_map.audio_id=audio._id order by audio_playlists_map.playlist_id,audio_playlists_map.play_order;" | {
  /external/wpa_supplicant_8/hs20/server/
hs20-osu-server.txt 31 sudo apt-get install sqlite3
91 sqlite3 /home/user/hs20-server/AS/DB/eap_user.db < sql.txt
95 sqlite3 /home/user/hs20-server/AS/DB/eap_user.db < sql-example.txt
  /art/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /build/core/
cleanspec.mk 37 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /dalvik/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
  /development/build/tools/
windows_sdk.mk 43 sqlite3 \
  /device/asus/deb/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)

Completed in 1822 milliseconds

1 2 3 4 5 6 78 91011>>