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

<<11121314151617181920>>

  /external/chromium/chrome/browser/history/
expire_history_backend.h 58 // history, as well as moving data from the main database to the archived
59 // database as it gets old.
120 // TODO(brettw) when we have an "archived" history database, this should take
134 // Moves the given visits from the main database to the archived one.
159 // Adds or merges the given URL row with the archived database, returning the
160 // ID of the URL in the archived database, or 0 on failure. The main (source)
161 // database will not be affected (the URL will have to be deleted later).
163 // Assumes the archived database is not NULL.
182 // database, and the list of affected URLs already be filled into
191 // Creates entries in the archived database for the unique URLs reference
    [all...]
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 30 #if ENABLE(DATABASE)
70 LOG_ERROR("SQLite database failed to load from %s\nCause - %s", filename.ascii().data(),
77 LOG_ERROR("SQLite database error when enabling extended errors - %s", sqlite3_errmsg(m_db));
87 LOG_ERROR("SQLite database could not set temp_store to memory");
170 LOG_ERROR("Failed to set maximum size of database to %I64i bytes", static_cast<long long>(size));
172 LOG_ERROR("Failed to set maximum size of database to %lli bytes", static_cast<long long>(size));
181 // Since the page size of a database is locked in at creation and therefore cannot be dynamic,
237 LOG(SQLDatabase, "BusyTimeout set on non-open database");
245 LOG(SQLDatabase, "Busy handler set on non-open database");
275 LOG(SQLDatabase, "Unable to retrieve list of tables from database");
    [all...]
SQLiteFileSystem.cpp 35 #if ENABLE(DATABASE)
53 int SQLiteFileSystem::openDatabase(const String& fileName, sqlite3** database, bool)
57 return sqlite3_open16(path.charactersWithNullTermination(), database);
63 // try to get the next sequence number from the given database
128 #endif // ENABLE(DATABASE)
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.database.CursorWindow.html 10 android.database.CursorWindow
74 Class android.database.<A HREF="../../../../reference/android/database/CursorWindow.html" target="_top"><font size="+2"><code>CursorWindow</code></font></A>
86 <A NAME="android.database.CursorWindow.getType_added(int, int)"></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/CursorWindow.html#getType(int, int)" target="_top"><code>getType</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
101 <A NAME="android.database.CursorWindow.isBlob_changed(int, int)"></A>
102 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/CursorWindow.html#isBlob(int, int)" target="_top"><code>isBlob</code></A>(<code>int,</nobr> int<nobr><nobr></code>) </nobr>
111 <A NAME="android.database.CursorWindow.isFloat_changed(int, int)"></A>
112 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/CursorWindow.html#isFloat(int, int)" target="_top"><code>isFloat</code></A>(<code>int,</nobr> int<nobr><nobr></code>) </nobr>
121 <A NAME="android.database.CursorWindow.isLong_changed(int, int)"></A
    [all...]
android.database.AbstractWindowedCursor.html 10 android.database.AbstractWindowedCursor
74 Class android.database.<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html" target="_top"><font size="+2"><code>AbstractWindowedCursor</code></font></A>
86 <A NAME="android.database.AbstractWindowedCursor.isBlob_changed(int)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html#isBlob(int)" target="_top"><code>isBlob</code></A>(<code>int</code>) </nobr>
96 <A NAME="android.database.AbstractWindowedCursor.isFloat_changed(int)"></A>
97 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html#isFloat(int)" target="_top"><code>isFloat</code></A>(<code>int</code>) </nobr>
106 <A NAME="android.database.AbstractWindowedCursor.isLong_changed(int)"></A>
107 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html#isLong(int)" target="_top"><code>isLong</code></A>(<code>int</code>) </nobr>
116 <A NAME="android.database.AbstractWindowedCursor.isString_changed(int)"></A
    [all...]
pkg_android.database.html 10 android.database
74 Package <A HREF="../../../../reference/android/database/package-summary.html" target="_top"><font size="+1"><code>android.database</code></font></A>
85 <nobr><A HREF="../../../../reference/android/database/DatabaseErrorHandler.html" target="_top"><code><I>DatabaseErrorHandler</I></code></A></nobr>
92 <nobr><A HREF="../../../../reference/android/database/DefaultDatabaseErrorHandler.html" target="_top"><code>DefaultDatabaseErrorHandler</code></A></nobr>
107 <nobr><A HREF="android.database.AbstractCursor.html">AbstractCursor</A></nobr>
114 <nobr><A HREF="android.database.AbstractWindowedCursor.html">AbstractWindowedCursor</A></nobr>
121 <nobr><A HREF="android.database.Cursor.html"><I>Cursor</I></A></nobr>
128 <nobr><A HREF="android.database.CursorWindow.html">CursorWindow</A></nobr>
135 <nobr><A HREF="android.database.CursorWrapper.html">CursorWrapper</A></nobr
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.database.sqlite.SQLiteProgram.html 10 android.database.sqlite.SQLiteProgram
74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteProgram.html" target="_top"><font size="+2"><code>SQLiteProgram</code></font></A>
86 <A NAME="android.database.sqlite.SQLiteProgram.compile_changed(java.lang.String, boolean)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteProgram.html#compile(java.lang.String, boolean)" target="_top"><code>compile</code></A>(<code>String,</nobr> boolean<nobr><nobr></code>) </nobr>
96 <A NAME="android.database.sqlite.SQLiteProgram.native_compile_changed(java.lang.String)"></A>
97 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteProgram.html#native_compile(java.lang.String)" target="_top"><code>native_compile</code></A>(<code>String</code>) </nobr>
106 <A NAME="android.database.sqlite.SQLiteProgram.native_finalize_changed()"></A>
107 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteProgram.html#native_finalize()" target="_top"><code>native_finalize</code></A>() </nobr>
125 <A NAME="android.database.sqlite.SQLiteProgram.mDatabase"></A
    [all...]
  /cts/tests/tests/database/
AndroidManifest.xml 19 package="com.android.cts.database">
27 android:label="CTS tests of android.database"/>
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteProgramTest.java 17 package android.database.sqlite.cts;
25 import android.database.Cursor;
26 import android.database.sqlite.SQLiteDatabase;
27 import android.database.sqlite.SQLiteDoneException;
28 import android.database.sqlite.SQLiteException;
29 import android.database.sqlite.SQLiteQuery;
30 import android.database.sqlite.SQLiteStatement;
34 @TestTargetClass(android.database.sqlite.SQLiteProgram.class)
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
CloseUtils.java 19 import android.database.Cursor;
25 * Utility methods for closing io streams and database cursors.
  /device/moto/stingray/ril/
libmoto_db_ril.so 
  /external/chromium/chrome/browser/webdata/
web_apps_table.h 16 // This class manages the WebApps tables within the SQLite database passed to
19 // Note: The database stores time in seconds, UTC.
web_data_service.h 294 // Unloads the database without actually shutting down the service. This can
311 // As the database processes requests at a later date, all deletion is
364 // Remove all tokens stored in the web database.
436 // Schedules a task to add form fields to the web database.
448 // Removes form elements recorded for Autocomplete from the database.
454 // Schedules a task to add an Autofill profile to the web database.
457 // Schedules a task to update an Autofill profile in the web database.
460 // Schedules a task to remove an Autofill profile from the web database.
470 // Remove "trashed" profile guids from the web database and optionally send
474 // Schedules a task to add credit card to the web database
    [all...]
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
copyright 10 + trivial database library - standalone version
12 - trivial database library - private includes
  /external/javasqlite/src/main/java/SQLite/
Function.java 23 * SQLite.Database db = new SQLite.Database();
Constants.java 18 public static final int SQLITE_ERROR = 1; /* SQL error or missing database */
22 public static final int SQLITE_BUSY = 5; /* The database file is locked */
23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */
25 public static final int SQLITE_READONLY = 8; /* Attempt to write a readonly database */
28 public static final int SQLITE_CORRUPT = 11; /* The database disk image is malformed */
30 public static final int SQLITE_FULL = 13; /* Insertion failed because database is full */
31 public static final int SQLITE_CANTOPEN = 14; /* Unable to open the database file */
32 public static final int SQLITE_PROTOCOL = 15; /* NOT USED. Database lock protocol error */
33 public static final int SQLITE_EMPTY = 16; /* Database is empty */
34 public static final int SQLITE_SCHEMA = 17; /* The database schema changed *
    [all...]
  /external/webkit/LayoutTests/storage/indexeddb/
database-quota-expected.txt 6 webkitIndexedDB.open('database-quota')
14 PASS db.name is "database-quota"
  /frameworks/base/test-runner/src/android/test/
RenamingDelegatingContext.java 24 import android.database.DatabaseErrorHandler;
25 import android.database.sqlite.SQLiteDatabase;
36 * This is a class which delegates to the given context, but performs database
37 * and file operations with a renamed database/file name (prefixes default
92 * @param diskName name of the database/file.
100 * @param diskName name of the database/file.
111 * @param filePrefix : a prefix with which database and file names will be
123 * @param filePrefix : a prefix with which database and file names will be
  /libcore/luni/src/main/java/java/sql/
Savepoint.java 33 * if an error occurrs accessing the database.
42 * if an error occurrs accessing the database.
  /packages/apps/Email/src/com/android/email/data/
ClosingMatrixCursor.java 19 import android.database.Cursor;
20 import android.database.MatrixCursor;
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
Provider.java 21 import android.database.Cursor;
22 import android.database.MatrixCursor;
  /external/webkit/LayoutTests/storage/
change-version.html 3 <title>Test database.changeVersion</title>
45 db1 = window.openDatabase("changeversion-test", "", "Test for the database.changeVersion() function", 1024);
63 db1 = window.openDatabase("changeversion-test", "1", "Test for the database.changeVersion() function", 1024);
64 var db2 = window.openDatabase("changeversion-test", "1", "Test for the database.changeVersion() function", 1024);
103 This test verifies that the JS database.changeVersion() function works as expected.
  /external/webkit/Source/WebCore/platform/audio/
HRTFDatabaseLoader.cpp 88 // Asynchronously load the database in this thread.
102 // Load the default HRTF database.
112 // Start the asynchronous database loading process.
114 m_databaseLoaderThread = createThread(databaseLoaderEntry, this, "HRTF database loader");
136 return s_loader->database();
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 21 import android.database.Cursor;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteOpenHelper;
24 import android.database.sqlite.SQLiteQueryBuilder;
65 Log.w(TAG, "Upgrading test database from version " +
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 17 package android.database;
19 import android.database.sqlite.SQLiteDatabase;
20 import android.database.Cursor;
95 // The database code currently uses PRIMARY collation strength,
97 // of case or accents), leaving the "cote" flavors in database order.

Completed in 1666 milliseconds

<<11121314151617181920>>