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

<<21222324252627282930>>

  /external/webkit/Source/WebCore/storage/
SQLTransactionSync.idl 34 Conditional=DATABASE,
SQLTransactionSyncCallback.idl 33 Conditional=DATABASE,
  /external/webkit/Source/WebCore/workers/
WorkerContext.h 50 class Database;
113 #if ENABLE(DATABASE)
114 // HTML 5 client-side database
115 PassRefPtr<Database> openDatabase(const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode&);
  /external/webkit/Source/WebKit/mac/Storage/
WebDatabaseManagerInternal.h 29 #if ENABLE(DATABASE)
  /external/webkit/Source/WebKit/win/
WebSecurityOrigin.cpp 36 #if !ENABLE(DATABASE)
133 #if ENABLE(DATABASE)
149 #if ENABLE(DATABASE)
164 #if ENABLE(DATABASE)
  /frameworks/base/core/java/android/database/
DataSetObserver.java 17 package android.database;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCustomFunction.java 17 package android.database.sqlite;
SQLiteMisuseException.java 17 package android.database.sqlite;
  /frameworks/base/core/java/android/widget/
FilterQueryProvider.java 19 import android.database.Cursor;
  /frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
DisabledProvider.java 21 import android.database.Cursor;
EnabledProvider.java 21 import android.database.Cursor;
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
constructors_index_all.html 56 &nbsp;&nbsp;<nobr><A HREF="android.database.CursorWindow.html#android.database.CursorWindow.ctor_added(java.lang.String)" class="hiddenlink" target="rightframe"><b>CursorWindow</b>
58 &nbsp;&nbsp;<nobr><A HREF="android.database.CursorWindow.html#android.database.CursorWindow.ctor_changed(boolean)" class="hiddenlink" target="rightframe">CursorWindow
  /frameworks/base/docs/html/sdk/api_diff/3/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="android.database.sqlite.SQLiteDatabase.html">SQLiteDatabase</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.database.html 10 android.database
74 Package <A HREF="../../../../reference/android/database/package-summary.html" target="_top"><font size="+1"><code>android.database</code></font></A>
85 <nobr><A HREF="android.database.DatabaseUtils.html">DatabaseUtils</A></nobr>
  /frameworks/base/media/java/android/media/
IMediaScannerListener.aidl 30 * and the file was added to the media database, or null if scanning failed.
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 31 import android.database.Cursor;
32 import android.database.sqlite.SQLiteDatabase;
33 import android.database.sqlite.SQLiteException;
34 import android.database.sqlite.SQLiteQueryBuilder;
64 // database mutations are currently being handled. Used by
65 // sFileObserver to not reload the database when it's ourselves
85 * used to access the corresponding database rows.
214 // FileObserver for external modifications to the database file.
217 // sqlite database out from under the SettingsProvider, which is
218 // normally the exclusive owner of the database. But we keep thi
    [all...]
  /frameworks/ex/common/java/com/android/common/io/
MoreCloseables.java 20 import android.database.Cursor;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionManager.java 115 // try to find it in the database
161 // write to database
176 // The session data will be loaded into the memory from the database, even
200 // remove all session data from the callingUid in database
  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 20 import android.database.Cursor;
21 import android.database.sqlite.SQLiteDatabase;
22 import android.database.sqlite.SQLiteOpenHelper;
76 Log.w(LOGTAG, "Upgrading database from version " + oldVersion + " to "
DownloadTouchIcon.java 29 import android.database.Cursor;
57 * Use this ctor to store the touch icon in the bookmarks database for
72 * Use this ctor to download the touch icon and update the bookmarks database
88 * Use this ctor to not store the touch icon in a database, rather add it to
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngine.java 19 import android.database.Cursor;
  /packages/apps/Contacts/res/xml/
social_widget_info.xml 17 <!-- It is enough to update once per day, as the widget watches the database for changes -->
  /packages/apps/Contacts/src/com/android/contacts/list/
OnContactsUnavailableActionListener.java 40 * of a database upgrade.
  /packages/apps/Contacts/src/com/android/contacts/util/
NameConverter.java 21 import android.database.Cursor;
53 * database, so it should be safe to call from the UI thread. See
110 * database, so it should be safe to call from the UI thread.
141 * database, so it should be safe to call from the UI thread.
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmProvider.java 23 import android.database.Cursor;
24 import android.database.SQLException;
25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteQueryBuilder;

Completed in 396 milliseconds

<<21222324252627282930>>