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

<<31323334353637383940>>

  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
NotesDbAdapter.java 23 import android.database.sqlite.SQLiteDatabase;
24 import android.database.sqlite.SQLiteOpenHelper;
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java 23 import android.database.sqlite.SQLiteDatabase;
24 import android.database.sqlite.SQLiteOpenHelper;
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java 23 import android.database.sqlite.SQLiteDatabase;
24 import android.database.sqlite.SQLiteOpenHelper;
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java 23 import android.database.sqlite.SQLiteDatabase;
24 import android.database.sqlite.SQLiteOpenHelper;
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java 23 import android.database.sqlite.SQLiteDatabase;
24 import android.database.sqlite.SQLiteOpenHelper;
  /external/chromium/app/sql/
statement.cc 12 #include "third_party/sqlite/sqlite3.h"
147 // Verify that our enum matches sqlite's values.
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
HttpAuthDatabase.java 10 import android.database.sqlite.SQLiteDatabase;
11 import android.database.sqlite.SQLiteException;
  /external/chromium_org/chrome/browser/
memory_purger.cc 111 // Unload all history backends (freeing memory used to cache sqlite).
119 // Unload all web databases (freeing memory used to cache sqlite).
  /external/chromium_org/chrome/browser/password_manager/
login_database.h 30 // Initialize the database with an sqlite file at the given path.
78 // that SQLite doesn't leave fragments of passwords in the database file.
  /external/chromium_org/sql/
meta_table.cc 47 UMA_HISTOGRAM_ENUMERATION("Sqlite.DeprecationVersionResult",
140 db_->AddTaggedHistogram("Sqlite.Version", GetVersionNumber());
recovery.h 63 // table module (see third_party/sqlite/src/src/recover.c). If the
79 // TODO(shess): Later versions of SQLite allow extracting the path
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.cpp 35 #include "modules/webdatabase/sqlite/SQLiteDatabase.h"
36 #include "modules/webdatabase/sqlite/SQLiteStatement.h"
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystem.h 47 // Registers a user-defined SQLite VFS.
53 // database - The SQLite structure that represents the database stored
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h 70 ** This method should return either SQLITE_OK (0), or an SQLite error
109 ** the end of the buffer has been reached, or an SQLite error code.
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h 70 ** This method should return either SQLITE_OK (0), or an SQLite error
109 ** the end of the buffer has been reached, or an SQLite error code.
  /external/chromium_org/third_party/sqlite/src/src/
mutex_noop.c 16 ** that use SQLite in a single thread. The routines defined
170 ** is not currently allocated. SQLite will never do either.
pager.h 12 ** This header file defines the interface that the sqlite page cache
46 ** Page number PAGER_MJ_PGNO is never used in an SQLite database (it is
test_onefile.c 15 ** This file contains some example code demonstrating how the SQLite
16 ** vfs feature can be used to have SQLite operate directly on an
22 ** From SQLite's point of view, this space is used to store a single
27 ** will fail (SQLITE_IOERR). To prevent SQLite from attempting this,
52 ** to consume more than 90% of the blob space. If SQLite tries to
69 ** header and checksum mechanisms serve to prevent SQLite from
72 ** When SQLite calls OsDelete() to delete the journal file, the final
816 ** This procedure registers the fs vfs with SQLite. If the argument is
  /external/chromium_org/third_party/sqlite/src/test/
analyze7.test 11 # This file implements regression tests for SQLite library.
86 # If ENABLE_STAT2 is defined, SQLite comes up with a different estimated
badutf.test 11 # This file implements regression tests for SQLite library.
13 # This file checks to make sure SQLite is able to gracefully
bigfile.test 11 # This file implements regression tests for SQLite library. The
12 # focus of this script testing the ability of SQLite to handle database
corrupt9.test 11 # This file implements regression tests for SQLite library.
13 # This file implements tests to make sure SQLite does not crash or
corruptE.test 11 # This file implements regression tests for SQLite library.
13 # This file implements tests to make sure SQLite does not crash or
descidx2.test 11 # This file implements regression tests for SQLite library. The
64 # format set to three, SQLite should ignore the DESC argument on the
incrvacuum_ioerr.test 11 # This file implements regression tests for SQLite library. The
16 # available in the SQLite test fixture.

Completed in 549 milliseconds

<<31323334353637383940>>