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

<<51525354555657585960>>

  /external/libsepol/src/
genusers.c 288 /* Construct policy database */
299 /* Write policy database */
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryExt.java 239 * @return the newly created P-User-Database header
240 * @param the database name, that may be an IP:port or a domain name.
  /external/srtp/
README 69 rdbx_driver rdbx (extended replay database)
71 replay_driver replay database (n.b. not used in libsrtp)
  /external/tcpdump/
ospf.h 26 #define OSPF_TYPE_DD 2 /* Database Description */
276 /* Database Description packet */
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 116 #if ENABLE(DATABASE)
122 // because storing it would grow the database file past its defined maximum
  /external/webkit/Source/cmake/
OptionsEfl.cmake 66 WEBKIT_FEATURE(ENABLE_DATABASE "Enable database" DEFAULT ON)
78 WEBKIT_FEATURE(ENABLE_ICONDATABASE "Enable icon database" DEFAULT ON)
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 410 "enable-html5-database", TRUE,
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 190 * <li>Call this when initializing your database, as it might be because of a data wipe.</li>
207 * <li>Call this when initializing your database, as it might be because of a data wipe.</li>
  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 19 import android.database.Cursor;
20 import android.database.DataSetObserver;
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 22 import android.database.Cursor;
23 import android.database.MatrixCursor;
  /frameworks/base/docs/html/guide/practices/app-design/
responsiveness.jd 89 or database operations, or computationally expensive calculations such as
103 long running operations such as network or database operations that
  /frameworks/base/docs/html/guide/practices/
responsiveness.jd 89 or database operations, or computationally expensive calculations such as
103 long running operations such as network or database operations that
  /frameworks/base/docs/html/guide/topics/search/
index.jd 54 if your data is stored in an SQLite database, you should use the {@link android.database.sqlite}
  /frameworks/base/docs/html/guide/topics/ui/
declaring-layout.jd 402 retreives the data (from a source such as an array or a database query) and converts each entry
468 <dd>Use this adapter when your data comes from a {@link android.database.Cursor}. When
470 row in the {@link android.database.Cursor} and which columns in the {@link android.database.Cursor}
473 android.database.Cursor} containing a row for each person and columns for the names and
475 android.database.Cursor} you want in the layout for each result and an integer array specifying the
483 each result, the {@link android.database.Cursor} containing the results, and these two arrays:</p>
491 {@link android.database.Cursor} using the provided layout by inserting each {@code
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.widget.ResourceCursorAdapter.html 85 <A NAME="android.widget.ResourceCursorAdapter.ctor_added(android.content.Context, int, android.database.Cursor, boolean)"></A>
86 <nobr><A HREF="../../../../reference/android/widget/ResourceCursorAdapter.html#ResourceCursorAdapter(android.content.Context, int, android.database.Cursor, boolean)" target="_top"><code>ResourceCursorAdapter</code></A>(<code>Context,</nobr> int<nobr>,</nobr> Cursor<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 68 * and the file was added to the media database, or null if scanning failed.
90 * and the file was added to the media database, or null if scanning failed.
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 32 import android.database.DatabaseErrorHandler;
33 import android.database.sqlite.SQLiteDatabase;
  /frameworks/ex/common/tests/src/com/android/common/widget/
GroupingListAdapterTests.java 24 import android.database.Cursor;
25 import android.database.MatrixCursor;
  /packages/apps/Browser/src/com/android/browser/
DataController.java 24 import android.database.Cursor;
25 import android.database.sqlite.SQLiteException;
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 22 import android.database.Cursor;
23 import android.database.MergeCursor;
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 31 import android.database.AbstractCursor;
32 import android.database.Cursor;
33 import android.database.DatabaseUtils;
34 import android.database.sqlite.SQLiteDatabase;
35 import android.database.sqlite.SQLiteOpenHelper;
156 // 14 -> 15 move couple of tables to either browser private database or webview database
295 Log.w(TAG, "Upgrading database from version " + oldVersion + " to "
    [all...]
  /packages/apps/Browser/src/com/android/browser/search/
OpenSearchSearchEngine.java 31 import android.database.AbstractCursor;
32 import android.database.Cursor;
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 32 import android.database.Cursor;
161 * from the database.
215 * Temporarily stops loading photos from the database.
220 * Resumes loading photos from the database.
305 * as they come from the database. Each holder has a soft reference to the
340 * Thread responsible for loading photos from the database. Created upon
840 * The thread that performs loading of photos from the database.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 37 import android.database.Cursor;
266 // We don't want onLoadFinished() calls any more, which may come when the database is
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockContentProvider.java 24 import android.database.Cursor;
25 import android.database.MatrixCursor;

Completed in 566 milliseconds

<<51525354555657585960>>