HomeSort by relevance Sort by last modified time
    Searched full:sqlite (Results 951 - 975 of 1882) sorted by null

<<31323334353637383940>>

  /external/chromium_org/sql/
sql.target.linux-mips.mk 102 $(LOCAL_PATH)/third_party/sqlite \
189 $(LOCAL_PATH)/third_party/sqlite \
sql.target.linux-x86.mk 105 $(LOCAL_PATH)/third_party/sqlite \
196 $(LOCAL_PATH)/third_party/sqlite \
statement.cc 10 #include "third_party/sqlite/sqlite3.h"
173 // Verify that our enum matches sqlite's values.
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackendSync.cpp 38 #include "modules/webdatabase/sqlite/SQLValue.h"
39 #include "modules/webdatabase/sqlite/SQLiteTransaction.h"
  /external/chromium_org/third_party/leveldatabase/src/doc/
benchmark.html 86 <p>In order to test LevelDB's performance, we benchmark it against other well-established database implementations. We compare LevelDB (revision 39) against <a href="http://www.sqlite.org/">SQLite3</a> (version 3.7.6.3) and <a href="http://fallabs.com/kyotocabinet/spex.html">Kyoto Cabinet's</a> (version 1.2.67) TreeDB (a B+Tree based key-value store). We would like to acknowledge Scott Hess and Mikio Hirabayashi for their suggestions and contributions to the SQLite3 and Kyoto Cabinet benchmarks, respectively.</p>
91 <p>We wrote benchmark tools for SQLite and Kyoto TreeDB based on LevelDB's <span class="code">db_bench</span>. The code for each of the benchmarks resides here:</p>
94 <li> <b>SQLite:</b> <a href="http://code.google.com/p/leveldb/source/browse/#svn%2Ftrunk%2Fdoc%2Fbench%2Fdb_bench_sqlite3.cc">doc/bench/db_bench_sqlite3.cc</a>.</li>
102 <li>SQLite: We tuned SQLite's performance, by setting its locking mode to exclusive. We also enabled SQLite's <a href="http://www.sqlite.org/draft/wal.html">write-ahead logging</a>.</li>
363 <p>SQLite's performance does not change substantially when compared to
  /external/chromium_org/third_party/sqlite/src/src/
test_tclvar.c 13 ** is not included in the SQLite library. It is used for automated
14 ** testing of the SQLite library.
  /external/chromium_org/third_party/sqlite/src/test/
collate5.test 12 # This file implements regression tests for SQLite library. The
34 # Mimic the SQLite 2 collation type NUMERIC.
corrupt6.test 11 # This file implements regression tests for SQLite library.
13 # This file implements tests to make sure SQLite does not crash or
corruptB.test 11 # This file implements regression tests for SQLite library.
13 # This file implements tests to make sure SQLite does not crash or
filefmt.test 11 # This file implements regression tests for SQLite library.
199 # corrupted, but SQLite was reporting that it was.
loadext.test 11 # This file implements regression tests for SQLite library. The
56 # that SQLite is correctly copying the message from xDlError().
notify2.test 20 # test_thread.c. sqlite3_blocking_step() is not an SQLite API function,
22 # can be used to synchronize multi-threaded access to SQLite databases
null.test 11 # This file implements regression tests for SQLite library.
159 # BY term to the right SELECT is an SQLite extension.
vtab7.test 11 # This file implements regression tests for SQLite library. The focus
26 # to the global tcl list variable ::echo_module whenever SQLite invokes
  /external/chromium_org/third_party/sqlite/src/tool/
restore_jrnl.tcl 11 # This file implements utility functions for SQLite library.
39 puts "Example: restore_jrnl.tcl foo.sqlite"
  /external/robolectric/
pom.xml 42 <artifactId>sqlite-jdbc</artifactId>
159 <!-- required for testing robolectric-sqlite -->
  /frameworks/base/docs/html/guide/faq/
framework.jd 111 <li>SQLite DB</li>
117 Application Preferences, SQLite DB, Files or ContentProviders. Please refer to
  /frameworks/base/docs/html/guide/topics/search/
index.jd 54 if your data is stored in an SQLite database, you should use the {@link android.database.sqlite}
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
alldiffs_index_all.html 289 <!-- Package android.database.sqlite -->
290 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br>
460 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.beginTransactionNonExclusive_added()" class="hiddenlink" target="rightframe"><b>beginTransactionNonExclusive</b>
463 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.beginTransactionWithListenerNonExclusive_added(android.database.sqlite.SQLiteTransactionListener)" class="hiddenlink" target="rightframe"><b>beginTransactionWithListenerNonExclusive</b>
469 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.bindAllArgsAsStrings_added(java.lang.String[])" class="hiddenlink" target="rightfram (…)
    [all...]
android.content.Context.html 93 <A NAME="android.content.Context.openOrCreateDatabase_added(java.lang.String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler)"></A>
94 <nobr><code>SQLiteDatabase</code>&nbsp;<A HREF="../../../../reference/android/content/Context.html#openOrCreateDatabase(java.lang.String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler)" target="_top"><code>openOrCreateDatabase</code></A>(<code>String,</nobr> int<nobr>,</nobr> CursorFactory<nobr>,</nobr> DatabaseErrorHandler<nobr><nobr></code>)</nobr>
android.content.ContextWrapper.html 93 <A NAME="android.content.ContextWrapper.openOrCreateDatabase_added(java.lang.String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler)"></A>
94 <nobr><code>SQLiteDatabase</code>&nbsp;<A HREF="../../../../reference/android/content/ContextWrapper.html#openOrCreateDatabase(java.lang.String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler)" target="_top"><code>openOrCreateDatabase</code></A>(<code>String,</nobr> int<nobr>,</nobr> CursorFactory<nobr>,</nobr> DatabaseErrorHandler<nobr><nobr></code>)</nobr>
android.test.mock.MockContext.html 93 <A NAME="android.test.mock.MockContext.openOrCreateDatabase_added(java.lang.String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler)"></A>
94 <nobr><code>SQLiteDatabase</code>&nbsp;<A HREF="../../../../reference/android/test/mock/MockContext.html#openOrCreateDatabase(java.lang.String, int, android.database.sqlite.SQLiteDatabase.CursorFactory, android.database.DatabaseErrorHandler)" target="_top"><code>openOrCreateDatabase</code></A>(<code>String,</nobr> int<nobr>,</nobr> CursorFactory<nobr>,</nobr> DatabaseErrorHandler<nobr><nobr></code>)</nobr>
packages_index_all.html 64 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br>
packages_index_changes.html 63 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br>
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
packages_index_changes.html 63 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br>

Completed in 229 milliseconds

<<31323334353637383940>>