HomeSort by relevance Sort by last modified time
    Searched full:database (Results 676 - 700 of 2940) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/workers/
WorkerThread.cpp 43 #if ENABLE(DATABASE)
197 #if ENABLE(DATABASE)
210 #if ENABLE(DATABASE)
211 // We wait for the database thread to clean up all its stuff so that we
233 #if ENABLE(DATABASE)
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java 17 package android.database.sqlite;
21 import android.database.sqlite.SQLiteDebug.DbStats;
37 * Maintains a pool of active SQLite database connections.
130 * operations to be serialized by locking the primary database connection.
143 * of the database connection request.
163 * Opens a connection pool for the specified database.
165 * @param configuration The database configuration.
168 * @throws SQLiteException if a database error occurs.
184 // This might throw if the database is corrupt.
242 * Reconfigures the database configuration of the connection pool and all of it
    [all...]
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 17 package com.android.internal.database;
19 import android.database.AbstractCursor;
20 import android.database.Cursor;
21 import android.database.DataSetObserver;
26 * performance is ever obtained, it can be put back under android.database.
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 23 import android.database.Cursor;
24 import android.database.sqlite.SQLiteException;
46 "Failed to get database information";
49 "There's no exportable in the database";
208 * Do nothing if the call log type gotton from the database is invalid.
  /packages/apps/Browser/src/com/android/browser/
Bookmarks.java 24 import android.database.Cursor;
57 * Add a bookmark to the database.
64 * @param retainIcon Whether to retain the page's icon in the icon database.
92 * Remove a bookmark from the database. If the url is a visited site, it
93 * will remain in the database, but only as a history item, and not as a
  /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/Email/
proguard.flags 26 *** getTraceIfAvailable(android.database.Cursor);
27 *** log(android.database.Cursor);
76 *** dumpCursor(android.database.Cursor);
82 *** getTraceIfAvailable(android.database.Cursor);
83 *** log(android.database.Cursor);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentTable.java 29 import android.database.Cursor;
30 import android.database.DatabaseUtils;
31 import android.database.sqlite.SQLiteDatabase;
32 import android.database.sqlite.SQLiteOpenHelper;
33 import android.database.sqlite.SQLiteQueryBuilder;
  /development/sdk/
api-versions.xml     [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager_unittest.cc 110 // This will verify that the web database has been loaded and the notification
118 // Add two test profiles to the database.
145 // to the web database, and that we can load the profiles from the web
146 // database.
149 // This will verify that the web database has been loaded and the notification
157 // Verify that we've loaded the profiles from the web database.
178 // This will verify that the web database has been loaded and the notification
186 // Add two test credit cards to the database.
213 // to the web database, and that we can load the credit cards from the web
214 // database
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
alldiffs_index_changes.html 79 <A HREF="android.database.AbstractCursor.html" class="hiddenlink" target="rightframe">AbstractCursor</A><br>
83 <A HREF="android.database.AbstractWindowedCursor.html" class="hiddenlink" target="rightframe">AbstractWindowedCursor</A><br>
127 <!-- Package android.database -->
128 <A HREF="pkg_android.database.html" class="hiddenlink" target="rightframe">android.database</A><br>
129 <!-- Package android.database.sqlite -->
130 <A HREF="pkg_android.database.sqlite.html" class="hiddenlink" target="rightframe">android.database.sqlite</A><br>
374 <A HREF="android.database.Cursor.html" class="hiddenlink" target="rightframe"><i>Cursor</i></A><br>
379 &nbsp;&nbsp;<nobr><A HREF="android.widget.CursorAdapter.html#android.widget.CursorAdapter.ctor_changed(android.content.Context, android.database.Cursor)" class="hiddenlink" target="rightframe">CursorAdapte
    [all...]
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...]
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 54 // synchronously on the main thread and queries the in-memory URL database.
57 // quickly and hit enter, no matter how loaded the main history database is.
64 // The second autocomplete pass uses the full history database, which must be
66 // callback on the history thread with a pointer to the main database. When we
109 // performed because the history system failed to properly init the database.
135 // requests on the database (which hold a reference to us). Normally, these
162 // system. The history database MAY BE NULL in which case it is not
169 // Actually runs the autocomplete job on the given database, which is
286 // Converts a line from the database into an autocomplete match for display.
  /frameworks/base/core/java/android/webkit/
WebViewDatabaseClassic.java 28 import android.database.Cursor;
29 import android.database.DatabaseUtils;
30 import android.database.sqlite.SQLiteDatabase;
31 import android.database.sqlite.SQLiteException;
32 import android.database.sqlite.SQLiteStatement;
168 // Add future database upgrade functions here, one version at a
182 // a separate database managed by the Chrome stack.
211 Log.i(LOGTAG, "Upgrading database from version "
271 // database creation status.
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 17 package android.database;
21 import android.database.Cursor;
22 import android.database.CursorIndexOutOfBoundsException;
23 import android.database.DataSetObserver;
24 import android.database.DatabaseUtils;
25 import android.database.sqlite.SQLiteCursor;
26 import android.database.sqlite.SQLiteCursorDriver;
27 import android.database.sqlite.SQLiteDatabase;
28 import android.database.sqlite.SQLiteQuery;
  /hardware/ti/omap3/dspbridge/inc/
dbdcd.h 21 * Defines the DSP/BIOS Bridge Configuration Database (DCD) API.
71 * Due to the DCD database construction, it is essential for a DCD-enabled
97 * Due to the DCD database construction, it is essential for a DCD-enabled
151 * DSP_EFAIL: Unable to enumerate through the DCD database.
307 * various actions, such as 1) register nodes in the node database, 2)
308 * unregister nodes from the node database, and 3) add overlay nodes.
326 * Due to the DCD database construction, it is essential for a DCD-enabled
352 * This function registers a DSP/BIOS Bridge object in the DCD database.
375 * database.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdcd.h 21 * Defines the DSP/BIOS Bridge Configuration Database (DCD) API.
71 * Due to the DCD database construction, it is essential for a DCD-enabled
97 * Due to the DCD database construction, it is essential for a DCD-enabled
151 * DSP_EFAIL: Unable to enumerate through the DCD database.
307 * various actions, such as 1) register nodes in the node database, 2)
308 * unregister nodes from the node database, and 3) add overlay nodes.
326 * Due to the DCD database construction, it is essential for a DCD-enabled
352 * This function registers a DSP/BIOS Bridge object in the DCD database.
375 * database.
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 101 static WebIconDatabase *database = nil;
102 if (!database)
103 database = [[WebIconDatabase alloc] init];
104 return database;
114 // Check the user defaults and see if the icon database should even be enabled.
294 // Rename legacy icon database files to the new icon database name
304 // Set the private browsing pref then open the WebCore icon database
307 LOG_ERROR("Unable to open icon database");
454 // WebKit Icon Database
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 28 import android.database.Cursor;
29 import android.database.sqlite.SQLiteDatabase;
30 import android.database.sqlite.SQLiteOpenHelper;
31 import android.database.sqlite.SQLiteQueryBuilder;
99 * DatabaseHelper helper class for loading apns into a database.
109 // Get the database version, combining a static schema version and the XML version
117 Log.e(TAG, "Can't get version of APN database", e);
126 // Set up the database schema
163 Log.e(TAG, "Got exception while loading APN database.", e);
200 // 5 << 16 is the Database version and 6 in the xml version
    [all...]
  /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.sqlite.SQLiteDatabase;
33 import android.database.sqlite.SQLiteException;
449 * @param db the EmailProvider database
467 // Always return the cached database, if we've got one
486 // Restore accounts if the database is corrupted...
594 * Restore user Account and HostAuth data from our backup database
603 // In the 1:1000000000 chance that the user gets an app update just as his database become
    [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)

Completed in 1038 milliseconds

<<21222324252627282930>>