HomeSort by relevance Sort by last modified time
    Searched refs:database (Results 276 - 300 of 1618) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/
browsing_data_database_helper.cc 220 for (std::vector<DatabaseInfo>::iterator database = database_info_.begin();
221 database != database_info_.end(); ++database) {
222 if (database->origin_identifier == origin_identifier &&
223 database->database_name == info->name) {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_unittest.cc 137 scoped_refptr<IndexedDBDatabase> database = local
148 database->OpenConnection(request,
152 EXPECT_EQ(database, request->connection()->database());
156 database->CreateTransaction(transaction_id,
indexed_db_dispatcher_host.cc 26 #include "webkit/browser/database/database_util.h"
27 #include "webkit/common/database/database_identifier.h"
230 // TODO(dgrogan): Don't let a non-existing database be opened (and therefore
360 connection->database()->Abort(
427 connection->database()->CreateObjectStore(host_transaction_id,
434 connection->database()->Abort(
451 connection->database()->DeleteObjectStore(
472 connection->database()->CreateTransaction(
512 connection->database()->Get(
536 connection->database()->Put
    [all...]
  /external/sepolicy/
access_vectors 83 # Define a common prefix for userspace database object access vectors.
86 common database
754 inherits database
764 inherits database
775 inherits database
783 inherits database
803 inherits database
840 inherits database
848 inherits database
854 inherits database
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
SnapshotProvider.java 23 import android.database.Cursor;
24 import android.database.DatabaseUtils;
25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteOpenHelper;
27 import android.database.sqlite.SQLiteQueryBuilder;
  /packages/apps/Launcher3/src/com/android/launcher3/
SavedWallpaperImages.java 22 import android.database.Cursor;
23 import android.database.sqlite.SQLiteDatabase;
24 import android.database.sqlite.SQLiteOpenHelper;
227 public void onCreate(SQLiteDatabase database) {
228 database.execSQL("CREATE TABLE IF NOT EXISTS " + TABLE_NAME + " (" +
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 28 import android.database.Cursor;
29 import android.database.SQLException;
30 import android.database.sqlite.SQLiteDatabase;
31 import android.database.sqlite.SQLiteOpenHelper;
32 import android.database.sqlite.SQLiteQueryBuilder;
40 * Provides access to a database of user defined words. Each item has a word and a frequency.
79 * This class helps open, create, and upgrade the database file.
102 Log.i(TAG, "Upgrading database from version " + oldVersion
107 Log.w(TAG, "Upgrading database from version " + oldVersion + " to "
153 // Get the database and run the quer
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ResourcesPanel.js 44 WebInspector.ResourcesPanel = function(database)
62 this.databasesListTreeElement = new WebInspector.StorageCategoryTreeElement(this, WebInspector.UIString("Web SQL"), "Databases", ["database-storage-tree-item"]);
91 /** @type {!Map.<!WebInspector.Database, !Object.<string, !WebInspector.DatabaseTableView>>} */
93 /** @type {!Map.<!WebInspector.Database, !WebInspector.DatabaseQueryView>} */
95 /** @type {!Map.<!WebInspector.Database, !WebInspector.DatabaseTreeElement>} */
312 var database = /** @type {WebInspector.Database} */ (event.data);
313 this._addDatabase(database);
317 * @param {WebInspector.Database} database
    [all...]
  /cts/tests/src/android/content/cts/
DummyProvider.java 25 import android.database.Cursor;
26 import android.database.sqlite.SQLiteDatabase;
27 import android.database.sqlite.SQLiteOpenHelper;
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
HttpAuthDatabase.java 9 import android.database.Cursor;
10 import android.database.sqlite.SQLiteDatabase;
11 import android.database.sqlite.SQLiteException;
15 * This database is used to support WebView's setHttpAuthUsernamePassword and
24 * provided by the underlying SQLiteDatabase instance. The exception is database opening: this
57 * initialization of that database.
59 * @param context the Context to use for opening the database
74 * @param context the Context to use for opening the database
90 * Opens the database, and upgrades it if necessary.
92 * @param context the Context to use for opening the database
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorAdapter.java 21 import android.database.ContentObserver;
22 import android.database.Cursor;
23 import android.database.DataSetObserver;
39 * Adapter that exposes data from a {@link android.database.Cursor Cursor} to a
ShadowAbstractCursor.java 7 import android.database.AbstractCursor;
8 import android.database.CursorWindow;
  /frameworks/ex/common/java/com/android/common/content/
SyncStateContentProviderHelper.java 21 import android.database.Cursor;
22 import android.database.DatabaseUtils;
23 import android.database.sqlite.SQLiteDatabase;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java 21 import android.database.ContentObserver;
22 import android.database.Cursor;
23 import android.database.MatrixCursor;
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsMessageSender.java 23 import android.database.Cursor;
24 import android.database.sqlite.SQLiteException;
25 import android.database.sqlite.SqliteWrapper;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 20 import android.database.Cursor;
21 import android.database.sqlite.SQLiteDatabase;
22 import android.database.sqlite.SQLiteOpenHelper;
30 * a SQLite database.
62 * This exception is thrown when the cache encounter a null key or a null database reference
85 Log.e(TAG, "Could not read timezone database version from CalendarCache");
162 * Write a (key, value) pair in the database used by the cache. This method should be called in
165 * @param db the database (must not be null)
168 * @throws CacheException when key or database are null
173 throw new CacheException("Database cannot be null")
    [all...]
MetaData.java 22 import android.database.Cursor;
23 import android.database.sqlite.SQLiteDatabase;
24 import android.database.sqlite.SQLiteOpenHelper;
30 * values to avoid repeatedly banging on the database. It is also used
31 * for writing the values back to the database, while maintaining the
38 * These fields are updated atomically with the database.
49 * The cached copy of the meta-data fields from the database.
75 * database lock to read all the fields atomically.
84 // If the fields have not been initialized from the database,
85 // then read the database
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForOrganization.java 20 import android.database.Cursor;
21 import android.database.DatabaseUtils;
22 import android.database.sqlite.SQLiteDatabase;
  /cts/tests/tests/database/src/android/database/sqlite/cts/
DatabaseStatementTest.java 17 package android.database.sqlite.cts;
20 import android.database.Cursor;
21 import android.database.sqlite.SQLiteConstraintException;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteDoneException;
24 import android.database.sqlite.SQLiteStatement;
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStatementTest.java 17 package android.database;
20 import android.database.Cursor;
21 import android.database.sqlite.SQLiteConstraintException;
22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteDoneException;
24 import android.database.sqlite.SQLiteStatement;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 23 import android.database.CharArrayBuffer;
24 import android.database.Cursor;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeBrowserProviderSuggestionsCursor.java 9 import android.database.AbstractCursor;
10 import android.database.Cursor;
76 // After clearing history, the Chrome bookmarks database will have a last
  /external/chromium_org/content/test/data/indexeddb/
migration_test.js 15 "this script will create a new database that has no object stores");
transaction_not_blocked.js 7 // Do not use indexedDBTest() - need to re-use previous database.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.cpp 118 String InjectedScriptHost::databaseIdImpl(Database* database)
121 return databaseAgent->databaseId(database);

Completed in 1486 milliseconds

<<11121314151617181920>>