/external/webkit/Source/WebCore/inspector/front-end/ |
DatabaseQueryView.js | 26 WebInspector.DatabaseQueryView = function(database) 30 this.database = database; 40 this.promptElement.className = "database-query-prompt"; 93 this.database.getTableNames(tableNamesCallback); 137 this.database.executeSql(query, this._queryFinished.bind(this, query), this._queryError.bind(this, query)); 152 WebInspector.panels.resources.updateDatabaseTables(this.database); 160 var message = WebInspector.UIString("Database no longer has expected version."); 170 element.className = "database-user-query"; 173 commandTextElement.className = "database-query-text" [all...] |
Database.js | 29 WebInspector.Database = function(id, domain, name, version) 37 WebInspector.Database.prototype = { 97 onError(WebInspector.UIString("Database not found.")); 115 var database = new WebInspector.Database( 120 WebInspector.panels.resources.addDatabase(database); 146 InspectorBackend.registerDomainDispatcher("Database", new WebInspector.DatabaseDispatcher());
|
/libcore/luni/src/main/java/java/sql/ |
ParameterMetaData.java | 73 * if a database error happens. 83 * if a database error happens. 101 * if a database error happens. 114 * if a database error happens. 119 * Gets the database-specific type name of a specified parameter. 124 * @return the type name for the parameter as used by the database. A 128 * if a database error happens. 141 * if a database error happens. 155 * if a database error happens. 173 * if a database error is encountered [all...] |
Ref.java | 27 * database, so the data is not necessarily read and converted 29 * the database supports the {@code Ref} type, it is not typically 33 * A {@code Ref} object is stored into the database using the 44 * if there is a database error. 54 * if there is a database error. 67 * if there is a database error. 79 * if there is a database error.
|
SQLInput.java | 54 * if there is a database error. 65 * if there is a database error. 75 * if there is a database error. 85 * if there is a database error. 95 * if there is a database error. 105 * if there is a database error. 115 * if there is a database error. 125 * if there is a database error. 136 * if there is a database error. 147 * if there is a database error [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PUserDatabaseParser.java | 40 * This is the parser for the P-user-database header. 41 * The syntax for the P-user-database header as per 44 * P-User-Database = "P-User-Database" HCOLON database 46 * database = LAQUOT DiameterURI RAQUOT 48 * Eg: P-User-Database: <aaa://host.example.com;transport=tcp>
|
/external/webkit/Source/WebCore/bindings/js/ |
JSInjectedScriptHostCustom.cpp | 38 #if ENABLE(DATABASE) 39 #include "Database.h" 128 #if ENABLE(DATABASE) 129 Database* database = toDatabase(exec->argument(0)); 130 if (database) 131 return jsNumber(impl()->databaseIdImpl(database));
|
/external/webkit/Source/WebCore/storage/ |
SQLTransaction.h | 31 #if ENABLE(DATABASE) 42 class Database; 64 static PassRefPtr<SQLTransaction> create(Database*, PassRefPtr<SQLTransactionCallback>, PassRefPtr<SQLTransactionErrorCallback>, 76 Database* database() { return m_database.get(); } function in class:WebCore::SQLTransaction 81 SQLTransaction(Database*, PassRefPtr<SQLTransactionCallback>, PassRefPtr<SQLTransactionErrorCallback>, 116 RefPtr<Database> m_database;
|
AbstractDatabase.cpp | 32 #if ENABLE(DATABASE) 55 LOG_ERROR("Error (%i) preparing statement to read text result from database (%s)", result, query.ascii().data()); 69 LOG_ERROR("Error (%i) reading text result from database (%s)", result, query.ascii().data()); 79 LOG_ERROR("Failed to prepare statement to set value in database (%s)", query.ascii().data()); 87 LOG_ERROR("Failed to step statement to set value in database (%s)", query.ascii().data()); 246 LOG_ERROR("Unable to open database at path %s", m_filename.ascii().data()); 251 LOG_ERROR("Unable to turn on incremental auto-vacuum for database %s", m_filename.ascii().data()); 273 LOG_ERROR("Unable to create table %s in database %s", databaseInfoTableName().ascii().data(), databaseDebugName().ascii().data()); 275 // Close the handle to the database file. 282 LOG_ERROR("Failed to get current version from database %s", databaseDebugName().ascii().data()) [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteQuery.java | 17 package android.database.sqlite; 19 import android.database.CursorWindow; 46 * @param db The database that this query object is associated with 61 * @param db The database that this query object is associated with 71 * Reads rows into a buffer. This method acquires the database lock. 107 * statements. The database must be locked 122 * Retrieves the column name for the given column index. The database must be locked
|
SQLiteDebug.java | 17 package android.database.sqlite; 56 * Controls the tracking of time spent holding the database lock. 62 * Controls the printing of stack traces when tracking the time spent holding the database lock. 83 /** The number of bytes in all database files opened in the current process 113 /** a list of {@link DbStats} - one for each main database opened by the applications 120 * contains statistics about a database 123 /** name of the database */ 126 /** the page size for the database */ 129 /** the database size */ 149 * return all pager and database stats for the current process [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarUpgradeReceiver.java | 36 * It's job is to prime the calendar database. Either create it 52 // Lookup the last known database version 56 // If the version is old go ahead and attempt to create or upgrade the database. 58 // Store the current version so this receiver isn't run again until the database 64 // Ask for a reference to the database to force the helper to either 65 // create the database or open it up, performing any necessary upgrades 69 Log.i(TAG, "Creating or opening calendar database");
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsUpgradeReceiver.java | 35 * It's job is to prime the contacts database. Either create it 51 // Lookup the last known database version 55 // If the version is old go ahead and attempt to create or upgrade the database. 57 // Store the current version so this receiver isn't run again until the database 64 // Ask for a reference to the database to force the helper to either 65 // create the database or open it up, performing any necessary upgrades 69 Log.i(TAG, "Creating or opening contacts database");
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.database.sqlite.SQLiteDatabase.html | 10 android.database.sqlite.SQLiteDatabase 74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html" target="_top"><font size="+2"><code>SQLiteDatabase</code></font></A> 86 <A NAME="android.database.sqlite.SQLiteDatabase.insertWithOnConflict_added(java.lang.String, java.lang.String, android.content.ContentValues, int)"></A> 87 <nobr><code>long</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#insertWithOnConflict(java.lang.String, java.lang.String, android.content.ContentValues, int)" target="_top"><code>insertWithOnConflict</code></A>(<code>String,</nobr> String<nobr>,</nobr> ContentValues<nobr>,</nobr> int<nobr><nobr></code>)</nobr> 93 <A NAME="android.database.sqlite.SQLiteDatabase.updateWithOnConflict_added(java.lang.String, android.content.ContentValues, java.lang.String, java.lang.String[], int)"></A> 94 <nobr><code>int</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#updateWithOnConflict(java.lang.String, android.content.ContentValues, java.lang.String, java.lang.String[], int)" target="_top"><code>updateWithOnConflict</code></A>(<code>String,</nobr> ContentValues<nobr>,</nobr> String<nobr>,</nobr> String[]<nobr>,</nobr> int<nobr><nobr></code>)</nobr> 109 <A NAME="android.database.sqlite.SQLiteDatabase.CONFLICT_ABORT"></A> 110 <nobr><code>int</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#CONFLICT_ABORT" target="_top"><code>CONFLICT_ABORT</code></A></nobr> 116 <A NAME="android.database.sqlite.SQLiteDatabase.CONFLICT_FAIL"></A [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
UserBigramDictionary.java | 21 import android.database.Cursor; 22 import android.database.sqlite.SQLiteDatabase; 23 import android.database.sqlite.SQLiteOpenHelper; 24 import android.database.sqlite.SQLiteQueryBuilder; 34 * Stores all the pairs user types in databases. Prune the database if the size 58 * Database version should increase if the database structure changes 64 /** Name of the words table in the database */ 73 /** Name of the frequency table in the database */ 150 // Don't close the database as locale changes will require it to be reopened anywa [all...] |
UserUnigramDictionary.java | 21 import android.database.Cursor; 22 import android.database.sqlite.SQLiteDatabase; 23 import android.database.sqlite.SQLiteOpenHelper; 24 import android.database.sqlite.SQLiteQueryBuilder; 55 // TODO: we should probably change the database name 70 /** Name of the words table in the database */ 114 // Don't close the database as locale changes will require it to be reopened anyway 115 // Also, the database is written to somewhat frequently, so it needs to be kept alive 167 * Schedules a background thread to write any pending words to the database. 182 * This class helps open, create, and upgrade the database file [all...] |
/frameworks/base/docs/html/sdk/api_diff/11/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="../../../../reference/android/database/sqlite/SQLiteAccessPermException.html" target="_top"><code>SQLiteAccessPermException</code></A></nobr> 92 <nobr><A HREF="../../../../reference/android/database/sqlite/SQLiteBindOrColumnIndexOutOfRangeException.html" target="_top"><code>SQLiteBindOrColumnIndexOutOfRangeException</code></A></nobr> 99 <nobr><A HREF="../../../../reference/android/database/sqlite/SQLiteBlobTooBigException.html" target="_top"><code>SQLiteBlobTooBigException</code></A></nobr> 106 <nobr><A HREF="../../../../reference/android/database/sqlite/SQLiteCantOpenDatabaseException.html" target="_top"><code>SQLiteCantOpenDatabaseException</code></A></nobr> 113 <nobr><A HREF="../../../../reference/android/database/sqlite/SQLiteDatabaseLockedException.html" target="_top"><code>SQLiteDatabaseLockedException</code></A></nobr> 120 <nobr><A HREF="../../../../reference/android/database/sqlite/SQLiteDatatypeMismatchException.html" target="_top"><code>SQLiteDatatypeMismatchException</code></A></nobr> 127 <nobr><A HREF="../../../../reference/android/database/sqlite/SQLiteOutOfMemoryException.html" target="_top"><code>SQLiteOutOfMemoryException</code></A>< (…) [all...] |
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...] |
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseUtilsTest.java | 17 package android.database.cts; 27 import android.database.Cursor; 28 import android.database.DatabaseUtils; 29 import android.database.DatabaseUtils.InsertHelper; 30 import android.database.sqlite.SQLiteAbortException; 31 import android.database.sqlite.SQLiteDatabase; 32 import android.database.sqlite.SQLiteDoneException; 33 import android.database.sqlite.SQLiteException; 34 import android.database.sqlite.SQLiteStatement; 47 @TestTargetClass(android.database.DatabaseUtils.class [all...] |
/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/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; 61 /** Database filename */ 64 /** Current database version */ 67 /** Database version from which upgrading is a nop */ 70 /** Database version to which upgrading is a nop */ 73 /** Name of table in the database */ [all...] |