/external/chromium/chrome/browser/ |
browsing_data_database_helper.h | 17 #include "webkit/database/database_tracker.h" 21 // This class fetches database information in the WEBKIT thread, and notifies 31 // Contains detailed information about a web database. 67 // Requests a single database to be deleted in the WEBKIT thread. This must be 96 // Delete a single database file. This must be called in the WEBKIT thread. 106 // fetch its information from the database tracker, but gets them passed as 112 // Return a copy of the database helper. Only one consumer can use the 117 // Add a database to the set of canned databases that is returned by this 149 // Converts the pending database info structs to database info structs [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_backing_store_unittest.cc | 288 IndexedDBDatabaseMetadata database; local 291 database_name, &database, &found); 295 // database.name is not filled in by the implementation. 296 EXPECT_EQ(version, database.version); 297 EXPECT_EQ(int_version, database.int_version); 298 EXPECT_EQ(database_id, database.id); 300 ok = backing_store_->GetObjectStores(database.id, &database.object_stores); 303 EXPECT_EQ(1UL, database.object_stores.size()); 305 database.object_stores[object_store_id] [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DatabaseQueryView.js | 30 WebInspector.DatabaseQueryView = function(database) 34 this.database = database; 42 this._promptElement.className = "database-query-prompt"; 96 this.database.getTableNames(tableNamesCallback); 141 this.database.executeSql(query, this._queryFinished.bind(this, query), this._queryError.bind(this, query)); 156 this.dispatchEventToListeners(WebInspector.DatabaseQueryView.Events.SchemaUpdated, this.database); 192 element.className = "database-user-query"; 196 commandTextElement.className = "database-query-text"; 201 resultElement.className = "database-query-result" [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
vacuum2.test | 19 # Do not use a codec for tests in this file, as the database file is 48 # in the database header. 69 # connections to the same database file. 74 # We are currently not autovacuuming so the database should be 3 pages 89 # Convert the database to an autovacuumed database. 112 # Convert the database back to a non-autovacuumed database. 193 # a database is VACUUMed when there are one or more unfinalized SQL 194 # statements reading the same database using the same db handle [all...] |
corrupt3.test | 14 # segfault if it sees a corrupt database file. 21 # Do not use a codec for tests in this file, as the database file is 33 # Create a database with an overflow page. 95 } {0 {{*** in database main *** 105 } [list 1 {database disk image is malformed}] 110 } {0 {{*** in database main ***
|
corruptC.test | 14 # segfault if it sees a corrupt database file. It creates a base 25 # Do not use a codec for tests in this file, as the database file is 30 # Construct a compact, dense database for testing. 67 # Setup for the tests. Make a backup copy of the good database in test.bu. 102 } {1 {database disk image is malformed}} 123 } {1 {database disk image is malformed}} 135 } {1 {database disk image is malformed}} 147 } {1 {database disk image is malformed}} 161 } {0 {{*** in database main *** 164 # {0 {{*** in database main ** [all...] |
crash4.test | 12 # This file contains additional tests to verify that SQLite database 43 # Assume that a database is created by evaluating the SQL statements 45 # of the database after each statement. Also include a checksum for 46 # the state of the database prior to any of these statements. 56 # Close and reopen the database right before the UPDATE statement. 57 # On each repetition, introduce database corruption typical of
|
crashtest1.c | 2 ** This program tests the ability of SQLite database to recover from a crash. 6 ** The main process first constructs a test database, then starts creating 7 ** subprocesses that write to that database. Each subprocess is killed off, 8 ** without a chance to clean up its database connection, after a random 10 ** failure. The next subprocess to open the database should rollback 45 if( strcmp(zErr,"database disk image is malformed")==0 ){
|
/frameworks/base/docs/html/training/load-data-background/ |
handle-results.jd | 36 {@link android.database.Cursor} containing the query results. You can use this object to 46 that data associated with the {@link android.database.Cursor} has changed. When the 51 To display {@link android.database.Cursor} data returned by 56 the {@link android.database.Cursor} to the view. 60 and then move a {@link android.database.Cursor} into the adapter in the 62 method. As soon as you move the {@link android.database.Cursor} into the adapter, the 64 {@link android.database.Cursor}. 111 {@link android.database.Cursor} becomes invalid. This usually occurs because the data associated 112 with the {@link android.database.Cursor} has changed. Before re-running the query, 115 this callback, you should delete all references to the current {@link android.database.Cursor [all...] |
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_database.cc | 77 // empty database, we return true if the database file doesn't exist. 133 // Don't try to open a database that we know has failed 145 // a file on disk, then we don't bother opening the database. This means 157 NOTREACHED() << "Unable to open DOM storage database in memory."; 163 LOG(ERROR) << "Unable to open DOM storage database at " 178 // This is a new database, create the table and we're done! 182 // The database exists already - check if we need to upgrade 204 // database, however in the case that the database is corrupted to the poin [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/changes/ |
android.database.AbstractCursor.html | 10 android.database.AbstractCursor 74 Class android.database.<A HREF="../../../../reference/android/database/AbstractCursor.html" target="_top"><font size="+2"><code>AbstractCursor</code></font></A> 86 <A NAME="android.database.AbstractCursor.getNotificationUri_added()"></A> 87 <nobr><code>Uri</code> <A HREF="../../../../reference/android/database/AbstractCursor.html#getNotificationUri()" target="_top"><code>getNotificationUri</code></A>()</nobr> 93 <A NAME="android.database.AbstractCursor.getType_added(int)"></A> 94 <nobr><code>int</code> <A HREF="../../../../reference/android/database/AbstractCursor.html#getType(int)" target="_top"><code>getType</code></A>(<code>int</code>)</nobr> 108 <A NAME="android.database.AbstractCursor.getUpdatedField_changed(int)"></A> 109 <nobr><code>Object</code> <A HREF="../../../../reference/android/database/AbstractCursor.html#getUpdatedField(int)" target="_top"><code>getUpdatedField</code></A>(<code>int</code>) </nobr> 118 <A NAME="android.database.AbstractCursor.isFieldUpdated_changed(int)"></A [all...] |
android.database.sqlite.SQLiteOpenHelper.html | 10 android.database.sqlite.SQLiteOpenHelper 74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteOpenHelper.html" target="_top"><font size="+2"><code>SQLiteOpenHelper</code></font></A> 85 <A NAME="android.database.sqlite.SQLiteOpenHelper.ctor_added(android.content.Context, java.lang.String, android.database.sqlite.SQLiteDatabase.CursorFactory, int, android.database.DatabaseErrorHandler)"></A> 86 <nobr><A HREF="../../../../reference/android/database/sqlite/SQLiteOpenHelper.html#SQLiteOpenHelper(android.content.Context, java.lang.String, android.database.sqlite.SQLiteDatabase.CursorFactory, int, android.database.DatabaseErrorHandler)" target="_top"><code>SQLiteOpenHelper</code></A>(<code>Context,</nobr> String<nobr>,</nobr> CursorFactory<nobr>,</nobr> int<nobr>,</nobr> DatabaseErrorHandler<nobr><nobr></code>)</nobr> 101 <A NAME="android.database.sqlite.SQLiteOpenHelper.onDowngrade_added(android.database.sqlite.SQLiteDatabase, int, int)"></A [all...] |
android.database.Cursor.html | 10 android.database.Cursor 74 Interface android.database.<A HREF="../../../../reference/android/database/Cursor.html" target="_top"><font size="+2"><code>Cursor</code></font></A> 86 <A NAME="android.database.Cursor.getType_added(int)"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/android/database/Cursor.html#getType(int)" target="_top"><code>getType</code></A>(<code>int</code>)</nobr> 101 <A NAME="android.database.Cursor.requery_changed()"></A> 102 <nobr><code>boolean</code> <A HREF="../../../../reference/android/database/Cursor.html#requery()" target="_top"><code>requery</code></A>() </nobr> 120 <A NAME="android.database.Cursor.FIELD_TYPE_BLOB"></A> 121 <nobr><code>int</code> <A HREF="../../../../reference/android/database/Cursor.html#FIELD_TYPE_BLOB" target="_top"><code>FIELD_TYPE_BLOB</code></A></nobr> 127 <A NAME="android.database.Cursor.FIELD_TYPE_FLOAT"></A [all...] |
/external/chromium/chrome/browser/history/ |
text_database_manager.h | 38 // full text database, since each page's information is added exactly once. 41 // when clearing history or this information may get added to the database soon 47 // of all database that it has caused a change to. 51 // OptimizeChangedDatabases. We want to do each affected database only once at 71 // |dir| is the directory that will hold the full text database files (there 74 // The visit database is a pointer owned by the caller for the main database 75 // (of recent visits). The visit database will be updated to refer to the 76 // added text database entries. 86 // Returns the directory that holds the full text database files [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_service.h | 77 // Either |urls| or |prefix| is used to lookup database. 192 // the full hash results for prefix hits detected in the database. 229 // Called on the IO thread to try to close the database, freeing the memory 230 // associated with it. The database will be automatically reopened as needed. 232 // NOTE: Actual database closure is asynchronous, and until it happens, the IO 237 // Called on the IO thread to reset the database. 276 // Clients that we've queued up for checking later once the database is ready. 297 // Called on the IO thread. If the database does not exist, queues up a call 298 // on the db thread to create it. Returns whether the database is available. 311 // Called on the database thread to retrieve chunks [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppProvider.java | 39 import android.database.Cursor; 40 import android.database.SQLException; 42 import android.database.sqlite.SQLiteDatabase; 43 import android.database.sqlite.SQLiteOpenHelper; 44 import android.database.sqlite.SQLiteQueryBuilder; 63 /** Database filename */ 66 /** Current database version */ 69 /** Database version from which upgrading is a nop */ 72 /** Database version to which upgrading is a nop */ 75 /** Name of table in the database */ [all...] |
/external/chromium_org/components/webdata/common/ |
web_database_migration_unittest.cc | 159 // The WebDatabaseMigrationTest encapsulates testing of database migrations. 172 // Load the database via the WebDatabase class and migrate the database to 238 // database. 262 // Tests that the all migrations from an empty database succeed. 267 // database. 293 // database. 314 // database. 330 // version 22 database. The corruption is that the |credit_cards| table exists 342 // the database [all...] |
/frameworks/base/docs/html/sdk/api_diff/16/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_removed(java.lang.String, boolean)"></A> 93 <A NAME="android.database.sqlite.SQLiteProgram.native_bind_blob_removed(int, byte[])"></A> 100 <A NAME="android.database.sqlite.SQLiteProgram.native_bind_double_removed(int, double)"></A> 107 <A NAME="android.database.sqlite.SQLiteProgram.native_bind_long_removed(int, long)"></A> 114 <A NAME="android.database.sqlite.SQLiteProgram.native_bind_null_removed(int)"></A> 121 <A NAME="android.database.sqlite.SQLiteProgram.native_bind_string_removed(int, java.lang.String)"></A> 128 <A NAME="android.database.sqlite.SQLiteProgram.native_compile_removed(java.lang.String)"></A [all...] |
/libcore/luni/src/main/java/javax/sql/ |
RowSetMetaData.java | 49 * if a problem occurs accessing the database. 65 * if a problem occurs accessing the database. 79 * if a problem occurs accessing the database. 90 * if a problem occurs accessing the database. 104 * if a problem occurs accessing the database. 119 * if a problem occurs accessing the database. 133 * if a problem occurs accessing the database. 147 * if a problem occurs accessing the database. 162 * if a problem occurs accessing the database. 179 * if a problem occurs accessing the database [all...] |
/external/chromium_org/sql/ |
connection.h | 87 // The database is opened by calling Open[InMemory](). Any uncommitted 94 // Sets the page size that will be used when creating a new database. This 108 // Call to put the database in exclusive locking mode. There is no "back to 113 // Exclusive mode means that the database is not unlocked at the end of each 121 // database file to only the owner. 143 // for SQLite error codes and database version numbers. 170 // Initializes the SQL connection for a temporary in-memory database. There 171 // will be no associated file on disk, and the initial database will be 175 // Create a temporary on-disk database. The database will b [all...] |
/external/chromium/chrome/browser/password_manager/ |
login_database.h | 18 // Interface to the database storage of login information, intended as a helper 26 // Initialize the database with an sqlite file at the given path. 71 // Deletes the login database file on disk, and creates a new, empty database. 73 // that SQLite doesn't leave fragments of passwords in the database file. 75 // whether further use of this login database will succeed is unspecified.
|
/external/chromium_org/chrome/browser/download/ |
download_history.h | 57 // Fires when a download is added to or updated in the database, just after 88 // Callback from |history_| containing all entries in the downloads database 97 // database. 124 // the database. 128 // facilitate batching removals together for database efficiency. 132 // they can be removed when the database finishes adding them.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
database_manager.h | 65 // Either |urls| or |full_hashes| is used to lookup database. |*_results| 189 // the full hash results for prefix hits detected in the database. 231 // Clients that we've queued up for checking later once the database is ready. 254 // Called on the IO thread. If the database does not exist, queues up a call 255 // on the db thread to create it. Returns whether the database is available. 261 // Called on the IO thread to try to close the database, freeing the memory 262 // associated with it. The database will be automatically reopened as needed. 264 // NOTE: Actual database closure is asynchronous, and until it happens, the IO 276 // Called on the database thread to retrieve chunks. 284 // Called on the IO thread after the database reports that it added a chunk [all...] |
/external/chromium_org/content/test/data/ |
simple_database.html | 4 // Open a Web SQL database. 10 g_db = openDatabase("test", "1.0", "test database", 1024 * 1024); 12 document.write("Error: cannot open database."); 31 // Inserts a record into the database. 91 // Gets all the records in the database, ordered by their age. 118 // rows from the database by index. E.g., LIMIT 2,10 will give us 10 records
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLTransaction.h | 43 class Database; 55 static PassRefPtr<SQLTransaction> create(Database*, PassOwnPtr<SQLTransactionCallback>, 64 Database* database() { return m_database.get(); } function in class:WebCore::SQLTransaction 69 SQLTransaction(Database*, PassOwnPtr<SQLTransactionCallback>, 98 RefPtr<Database> m_database;
|