HomeSort by relevance Sort by last modified time
    Searched full:database (Results 376 - 400 of 4506) sorted by null

<<11121314151617181920>>

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_database_unittest.cc 30 class MockDB : public DomDistillerDatabase::Database {
104 // Test that DomDistillerDatabase calls Init on the underlying database and that
116 scoped_ptr<DomDistillerDatabase::Database>(mock_db),
133 scoped_ptr<DomDistillerDatabase::Database>(mock_db),
153 // Test that DomDistillerDatabase calls Load on the underlying database and that
167 scoped_ptr<DomDistillerDatabase::Database>(mock_db),
189 scoped_ptr<DomDistillerDatabase::Database>(mock_db),
207 // Test that DomDistillerDatabase calls Save on the underlying database with the
220 scoped_ptr<DomDistillerDatabase::Database>(mock_db),
251 scoped_ptr<DomDistillerDatabase::Database>(mock_db)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementBackend.cpp 121 SQLiteDatabase* database = &db->sqliteDatabase(); local
123 SQLiteStatement statement(*database, m_statement);
127 WTF_LOG(StorageAPI, "Unable to verify correctness of statement %s - error %i (%s)", m_statement.ascii().data(), result, database->lastErrorMsg());
131 m_error = SQLError::create(SQLError::SYNTAX_ERR, "could not prepare statement", result, database->lastErrorMsg());
155 m_error = SQLError::create(SQLError::DATABASE_ERR, "could not bind value", result, database->lastErrorMsg());
180 m_error = SQLError::create(SQLError::DATABASE_ERR, "could not iterate results", result, database->lastErrorMsg());
186 resultSet->setInsertId(database->lastInsertRowID());
193 m_error = SQLError::create(SQLError::CONSTRAINT_ERR, "could not execute statement due to a constaint failure", result, database->lastErrorMsg());
197 m_error = SQLError::create(SQLError::DATABASE_ERR, "could not execute statement", result, database->lastErrorMsg());
204 resultSet->setRowsAffected(database->lastChanges())
    [all...]
DatabaseContext.cpp 33 #include "modules/webdatabase/Database.h"
50 // 2. Database
55 // open a Database via DatabaseManager::openDatabase().
63 // succeed in opening Databases for this ExecutionContext, the Database
125 // To do this, we stop the database and let everything shutdown naturally
126 // because the database closing process may still make use of this context.
154 // of the database. However, it is NOT OK to create a new thread
158 // Create the database thread on first request - but not if at least one database was already opened,
159 // because in that case we already had a database thread and terminated it and should not create another
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
attach2.test 60 # db2 just RESERVES the database. It does not obtain a write-lock until
115 } {1 {database is locked}}
121 # database is found to be busy.
157 # A procedure to verify the status of locks on a database.
160 # If the database was compiled with OMIT_TEMPDB set, then
215 } {1 {database is locked}}
222 # is set too small, then changes will spill to the database, forcing
242 # Reads are allowed against a reserved database.
255 # Writes against a reserved database are not allowed.
259 } {1 {database is locked}
    [all...]
corruptB.test 14 # segfault if it sees a corrupt database file. It specifically focuses
28 # Do not use a codec for tests in this file, as the database file is
61 } {1 {database disk image is malformed}}
75 } {1 {database disk image is malformed}}
108 } {1 {database disk image is malformed}}
122 } {1 {database disk image is malformed}}
136 } {1 {database disk image is malformed}}
150 } {1 {database disk image is malformed}}
162 } {1 {database disk image is malformed}}
166 # Corrupt the header-size field of a database record
    [all...]
sysfault.test 65 {1 {unable to open database file}} \
66 {1 {attempt to write a readonly database}}
97 1 EAGAIN {{database is locked} {disk I/O error}}
98 2 ETIMEDOUT {{database is locked} {disk I/O error}}
99 3 EBUSY {{database is locked} {disk I/O error}}
100 4 EINTR {{database is locked} {disk I/O error}}
101 5 ENOLCK {{database is locked} {disk I/O error}}
102 6 EACCES {{database is locked} {disk I/O error}}
213 {1 {unable to open database file}} \
214 {1 {unable to open database: test.db2}}
    [all...]
backup.test 33 # backup-5.*: Test the source database being modified during a backup.
44 # backup-10.*: Test writing the source database mid backup.
113 # 1) Populate the source database.
114 # 2) Populate the destination database.
122 # database, the only page size tested is 1024 bytes (the same as the
125 # * Source database is an in-memory database, OR
126 # * Source database is a file-backed database.
128 # * Target database is an in-memory database, O
    [all...]
  /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...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabaseHelper.java 21 import android.database.Cursor;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteException;
24 import android.database.sqlite.SQLiteOpenHelper;
34 * Open, create, and upgrade the cell broadcast SQLite database. Previously an inner class of
37 * framework, to simplify access to this database from third-party apps.
46 /** Temporary table for upgrading the database version. */
50 * Database version 1: initial version
51 * Database version 2-9: (reserved for OEM database customization
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 17 package android.database.sqlite.cts;
21 import android.database.AbstractCursor;
22 import android.database.Cursor;
23 import android.database.CursorWindow;
24 import android.database.DataSetObserver;
25 import android.database.StaleDataException;
26 import android.database.sqlite.SQLiteCursor;
27 import android.database.sqlite.SQLiteDatabase;
28 import android.database.sqlite.SQLiteDirectCursorDriver;
71 // get SQLiteCursor by querying database
    [all...]
SQLiteClosableTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteClosable;
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.h 69 // to the database, to any observers, and logs to the console if in testing
114 // Clean up URLs from the activity log database.
115 // If restrict_urls is empty then all URLs in the activity log database are
121 // Deletes the database associated with the policy that's currently in use.
133 // If so, we need to log to the database and stream to the API.
140 // the database. This is true if the Watchdog app is active *or* the
167 // since they may need to do some cleanup work on the database thread.
171 // The database policy object takes care of recording & looking up data:
189 // We need the DB, FILE, and IO threads to write to the database.
191 // dispatching anything to the policies/database to prevent things fro
    [all...]
  /frameworks/base/core/java/android/webkit/
WebStorage.java 23 * {@link WebView}. It manages the Application Cache API, the Web SQL Database
32 * The Web SQL Database API provides storage which is private to a given origin.
33 * Similar to the Application Cache, use of the Web SQL Database can be attributed
100 * Gets the quota for this origin, for the Web SQL Database API, in
101 * bytes. If this origin does not use the Web SQL Database API, this
135 * Database APIs. This method operates asynchronously, with the result
146 * Cache and Web SQL Database APIs by the given origin. The amount is given
156 * Gets the storage quota for the Web SQL Database API for the given origin.
167 * Sets the storage quota for the Web SQL Database API for the given origin.
180 * Web SQL Database APIs by the given origin. The origin is specified usin
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
pkg_android.database.sqlite.html 10 android.database.sqlite
74 Package <A HREF="../../../../reference/android/database/sqlite/package-summary.html" target="_top"><font size="+1"><code>android.database.sqlite</code></font></A>
85 <nobr><A HREF="android.database.sqlite.SQLiteClosable.html">SQLiteClosable</A></nobr>
92 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html">SQLiteDatabase</A></nobr>
99 <nobr><A HREF="android.database.sqlite.SQLiteException.html">SQLiteException</A></nobr>
106 <nobr><A HREF="android.database.sqlite.SQLiteOpenHelper.html">SQLiteOpenHelper</A></nobr>
113 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html">SQLiteProgram</A></nobr>
120 <nobr><A HREF="android.database.sqlite.SQLiteQuery.html">SQLiteQuery</A></nobr>
127 <nobr><A HREF="android.database.sqlite.SQLiteQueryBuilder.html">SQLiteQueryBuilder</A></nobr
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 17 package android.database.sqlite;
19 import android.database.CursorWindow;
20 import android.database.DatabaseUtils;
26 * Provides a single client the ability to use a database.
28 * <h2>About database sessions</h2>
30 * Database access is always performed using a session. The session
31 * manages the lifecycle of transactions and database connections.
39 * When <em>Write Ahead Logging (WAL)</em> is enabled, the database can
54 * A thread has at most one session per database. This constraint ensures that
55 * a thread can never use more than one database connection at a time for
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataDbHelper.java 21 import android.database.Cursor;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteOpenHelper;
37 * Various helper functions for the state database
42 // This was the initial release version of the database. It should never be
45 // This is the first released version of the database that implements CLIENTID. It is
48 // This is the current database version. It should be updated when the database schema
50 // that's what the framework uses to track our database version.
156 // database. Before multi-client support, the dictionary packed used only one databas
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CharArrayBufferTest.java 16 package android.database.cts;
19 import android.database.CharArrayBuffer;
CursorIndexOutOfBoundsExceptionTest.java 17 package android.database.cts;
19 import android.database.CursorIndexOutOfBoundsException;
  /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.
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_cfg.c 32 /* size of database for service discovery */
58 BTA_HH_DISC_BUF_SIZE /* HH SDP discovery database size */
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_cfg.c 43 * it can be de-allocated after the last call to access the database */
53 (tSDP_DISCOVERY_DB *)bta_jv_sdp_db_data /* The data buffer to keep SDP database */
  /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.

Completed in 880 milliseconds

<<11121314151617181920>>