/external/webkit/Source/WebKit/mac/Plugins/ |
WebBasePluginPackage.mm | 441 - (void)wasAddedToPluginDatabase:(WebPluginDatabase *)database 446 ASSERT(![pluginDatabases containsObject:database]); 447 [pluginDatabases addObject:database]; 450 - (void)wasRemovedFromPluginDatabase:(WebPluginDatabase *)database 453 ASSERT([pluginDatabases containsObject:database]); 455 [pluginDatabases removeObject:database];
|
/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;
|
/packages/apps/Phone/src/com/android/phone/ |
CallerInfoCache.java | 23 import android.database.Cursor; 39 * contacts database. The cached information is refreshed periodically and used when database 43 * latest information stored in the original database. 205 // There's no way to know which part of the database was updated. Also we don't want 239 // Contacts database may contain +15001234567 while a dialed number may be
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoStore.java | 24 import android.database.sqlite.SQLiteDatabase; 57 /** The database helper. */ 60 /** The database to use for storing metadata for the photo files. */ 66 * @param databaseHelper Helper class for obtaining a database instance. 130 // Get a reference to the database. 266 * the associated photo file entry from the database.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImpl.java | 20 import android.database.DatabaseUtils; 21 import android.database.SQLException; 22 import android.database.sqlite.SQLiteCursor; 23 import android.database.sqlite.SQLiteDatabase; 48 /** The table name of writable dictionary on the database */ 55 /** The column name of database */ 57 /** The column name of database */ 59 /** The column name of database */ 61 /** The column name of database */ 63 /** The column name of database */ [all...] |
/external/chromium/chrome/browser/ |
cookies_tree_model_unittest.cc | 73 // dbhost1 -> database -> db1, dbhost2 -> database -> db2, 296 SCOPED_TRACE("First database origin removed"); 353 // dbhost1 -> database -> db1, dbhost2 -> database -> db2, 370 SCOPED_TRACE("First database removed"); 419 // dbhost1 -> database -> db1, dbhost2 -> database -> db2, 431 SCOPED_TRACE("First database removed"); 487 // dbhost1 -> database -> db1, dbhost2 -> database -> db2 [all...] |
/external/chromium/chrome/browser/history/ |
text_database_manager.cc | 26 // The number of database files we will be attached to at once. 223 // This info is complete, write to the database. 259 // This info is complete, write to the database. 282 // anything in the main database, but we don't bother looking through the 283 // archived database. 300 // We're supposed to update the visit database. 308 // Update the visit database to reference our addition. 333 // We want to open the database for writing, but only if it exists. To 398 // We want to open the database for writing, but only if it exists. To 497 // If we currently have an open transaction, that database is not ye [all...] |
/external/webkit/Source/WebCore/loader/icon/ |
IconDatabase.cpp | 111 // (setting the client should occur before the database is opened) 134 // Formulate the full path for the database file 151 // Since we close and reopen the database within the same process, reset 286 // PARANOID DISCUSSION: This method makes some assumptions. It returns a WebCore::image which the icon database might dispose of at anytime in the future, 293 // This is because we make the assumption that anything in memory is newer than whatever is in the database. 294 // So the only time the data will be set from the second thread is when it is INITIALLY being read in from the database, but we would never 434 // This saves us in the case where a page was ready to be deleted from the database but was just retained - so theres no need to delete it! 494 // Mark stuff for deletion from the database only if we're not in private browsing 542 // Mark the IconRecord as requiring an update to the database only if private browsing is disabled 621 // And mark this mapping to be added to the database [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResultsBackupHelper.java | 27 import android.database.Cursor; 37 /** {@link BackupHelper} for the test results database. */
|
/cts/tests/tests/database/src/android/database/cts/ |
AbstractCursorTest.java | 17 package android.database.cts; 21 import android.database.AbstractCursor; 22 import android.database.CharArrayBuffer; 23 import android.database.ContentObserver; 24 import android.database.CursorIndexOutOfBoundsException; 25 import android.database.CursorWindow; 26 import android.database.DataSetObserver; 27 import android.database.sqlite.SQLiteDatabase;
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_PlaylistsTest.java | 22 import android.database.Cursor; 23 import android.database.SQLException;
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AlphabetIndexerTest.java | 20 import android.database.Cursor; 21 import android.database.MatrixCursor;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
QuickContactsDemo.java | 23 import android.database.CharArrayBuffer; 24 import android.database.Cursor;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ExpandableList2.java | 23 import android.database.Cursor; 76 // database on the main thread.
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
BusinessCardActivity.java | 95 * We should always run database queries on a background thread. The database may be
|
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
Notepadv2.java | 21 import android.database.Cursor; 52 // Get all of the rows from the database and create the item list
|
/external/chromium/chrome/browser/diagnostics/ |
sqlite_diagnostics.cc | 21 #include "webkit/database/database_tracker.h" 75 string16 str(ASCIIToUTF16("Database corruption detected :"));
|
/external/clang/tools/clang-check/ |
ClangCheck.cpp | 21 // is looked up in the compile command database. If the path of a file is 27 // the compile command line database.
|
/external/dnsmasq/contrib/wrt/ |
README | 2 etc. Persistent leases are good: if the lease database is lost on a 20 leasefile; responsibility for maintaining the lease database transfers
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
components.html | 18 nor from the performance results database. 30 database.
|
/external/ganymed-ssh2/examples/ |
SwingShell.java | 67 KnownHosts database = new KnownHosts(); field in class:SwingShell 76 database.addHostkeys(knownHostFile); 370 * in the in-memory database. 383 /* Check database */ 385 int result = database.verifyHostkey(hostname, serverHostKeyAlgorithm, serverHostKey); 422 /* Add the hostkey to the in-memory database */ 424 database.addHostkey(new String[] { hashedHostname }, serverHostKeyAlgorithm, serverHostKey); 537 String[] hostkeyAlgos = database.getPreferredServerHostkeyAlgorithmOrder(hostname);
|
/external/junit/src/org/junit/ |
Assume.java | 18 * // only provides information if database is reachable. 20 * DBConnection dbc = Database.connect();
|
/external/srtp/crypto/include/ |
rdbx.h | 4 * replay database with extended packet indices, using a rollover counter 43 * An rdbx_t is a replay database with extended range; it uses an
|
/external/srtp/crypto/replay/ |
rdb.c | 4 * Implements a replay database for packet security 51 * this implementation of a replay database works as follows:
|
/external/webkit/Source/WebCore/bindings/js/ |
JSSQLTransactionCustom.cpp | 32 #if ENABLE(DATABASE) 121 #endif // ENABLE(DATABASE)
|