HomeSort by relevance Sort by last modified time
    Searched full:database (Results 651 - 675 of 2668) sorted by null

<<21222324252627282930>>

  /frameworks/base/docs/html/sdk/api_diff/11/changes/
alldiffs_index_all.html 86 <A HREF="android.database.AbstractCursor.html" class="hiddenlink" target="rightframe">AbstractCursor</A><br>
94 <A HREF="android.database.AbstractWindowedCursor.html" class="hiddenlink" target="rightframe">AbstractWindowedCursor</A><br>
287 <!-- Package android.database -->
288 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br>
289 <!-- Package android.database.sqlite -->
290 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br>
367 <nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.appendSelectionArgs_added(java.lang.String[], java.lang.String[])" class="hiddenlink (…)
    [all...]
methods_index_all.html 101 <nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.appendSelectionArgs_added(java.lang.String[], java.lang.String[])" class="hiddenlink" target="rightframe"><b>appendSelectionArgs</b>
128 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.beginTransactionNonExclusive_added()" class="hiddenlink" target="rightframe"><b>beginTransactionNonExclusive</b>
130 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.beginTransactionWithListenerNonExclusive_added(android.database.sqlite.SQLiteTransactionListener)" class="hiddenlink" target="rightframe"><b>beginTransactionWithListenerNonExclusive</b>
132 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.bindAllArgsAsStrings_added(java.lang.String[])" class="hiddenlink" target="rightframe"><b>bindAllArgsAsStrings</b>
135 &nbsp;&nbsp;<nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.blobFileDescriptorForQuery_added(android.databas (…)
    [all...]
  /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;
  /external/chromium/chrome/browser/password_manager/
login_database.cc 52 // Set pragmas for a small, private database (based on WebDatabase).
58 LOG(WARNING) << "Unable to open the password store database.";
65 // Check the database version.
72 LOG(WARNING) << "Password store database is too new.";
79 LOG(WARNING) << "Unable to initialize the password store database.";
87 // If the file on disk is an older database version, bring it up to date.
  /external/e2fsprogs/ext2ed/
README 105 2. ncurses uses its own terminfo database rather then the termcap file.
106 It is important that the terminfo database will be found by ncurses.
109 the terminfo database.
115 l/linux to c/console in the terminfo database.
118 for the terminfo database on /usr/local/lib/terminfo. If you are
119 using it, and your 1.9.4 compatible terminfo database is not on the
  /external/webkit/Source/WebCore/inspector/
InspectorAgent.cpp 67 #if ENABLE(DATABASE)
118 #if ENABLE(DATABASE)
145 #if ENABLE(DATABASE)
199 #if ENABLE(DATABASE)
237 #if ENABLE(DATABASE)
287 #if ENABLE(DATABASE)
  /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/java/android/database/sqlite/
SQLiteProgram.java 17 package android.database.sqlite;
19 import android.database.DatabaseUtils;
20 import android.database.Cursor;
34 /** The database this program is compiled against.
44 * Native linkage, do not modify. This comes from the database and should not be modified
413 * <P>The database lock must be held when calling this method.
  /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/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 32 import android.database.Cursor;
33 import android.database.sqlite.SQLiteDatabase;
34 import android.database.sqlite.SQLiteOpenHelper;
129 // Then, find it in database
155 // Then, find it in database
319 if (file != null) { // insert to database
  /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/apps/Email/src/com/android/email/provider/
EmailProvider.java 29 import android.database.ContentObserver;
30 import android.database.Cursor;
31 import android.database.MatrixCursor;
32 import android.database.SQLException;
33 import android.database.sqlite.SQLiteDatabase;
34 import android.database.sqlite.SQLiteException;
35 import android.database.sqlite.SQLiteOpenHelper;
133 // Any changes to the database format *must* include update-in-place code.
135 // Version 4: Database wipe required; changing AccountManager interface w/Exchange
136 // Version 5: Database wipe required; changing AccountManager interface w/Exchang
    [all...]
  /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/
AbstractCursor_SelfContentObserverTest.java 16 package android.database.cts;
18 import android.database.AbstractCursor;
ContentObserverTest.java 17 package android.database.cts;
25 import android.database.ContentObserver;
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_SettingsTest.java 50 // backup the current contents in database
72 // // clear all contents in current database.
  /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 :"));

Completed in 2311 milliseconds

<<21222324252627282930>>