HomeSort by relevance Sort by last modified time
    Searched refs:database (Results 401 - 425 of 1214) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon33830
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon34170
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon34530
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon34875
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon35267
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon35714
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 194 This tool keeps a database of file paths and content checksum. Once the port
196 database (C<port add>). This database can then be queried to check what
  /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/content/
SearchRecentSuggestionsProvider.java 20 import android.database.Cursor;
21 import android.database.sqlite.SQLiteDatabase;
22 import android.database.sqlite.SQLiteOpenHelper;
82 // general database configuration and tables
89 // Table of database versions. Don't forget to update!
98 * This mode bit configures the database to record recent queries. <i>required</i>
104 * This mode bit configures the database to include a 2nd annotation line with each entry.
121 * Builds the database. This version has extra support for using the version field
122 * as a mode flags field, and configures the database columns depending on the mode bits
153 Log.w(TAG, "Upgrading database from version " + oldVersion + " to
    [all...]
  /frameworks/base/core/java/android/widget/
CursorAdapter.java 20 import android.database.ContentObserver;
21 import android.database.Cursor;
22 import android.database.DataSetObserver;
29 * Adapter that exposes data from a {@link android.database.Cursor Cursor} to a
CursorTreeAdapter.java 21 import android.database.ContentObserver;
22 import android.database.Cursor;
23 import android.database.DataSetObserver;
  /frameworks/ex/common/java/com/android/common/content/
SQLiteContentProvider.java 25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteOpenHelper;
27 import android.database.sqlite.SQLiteTransactionListener;
  /frameworks/support/v4/java/android/support/v4/widget/
CursorAdapter.java 20 import android.database.ContentObserver;
21 import android.database.Cursor;
22 import android.database.DataSetObserver;
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 35 import android.database.sqlite.SqliteWrapper;
42 import android.database.Cursor;
43 import android.database.DatabaseUtils;
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 26 import android.database.Cursor;
27 import android.database.MatrixCursor;
28 import android.database.MergeCursor;
  /packages/apps/Music/src/com/android/music/
SortCursor.java 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/providers/CalendarProvider/src/com/android/providers/calendar/
SQLiteContentProvider.java 25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteOpenHelper;
27 import android.database.sqlite.SQLiteTransactionListener;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarDatabaseHelperTest.java 21 import android.database.Cursor;
22 import android.database.DatabaseUtils;
23 import android.database.sqlite.SQLiteDatabase;
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedExpandableListAdapter.java 21 import android.database.ContentObserver;
22 import android.database.Cursor;
23 import android.database.DataSetObserver;
  /cts/tests/src/android/content/cts/
MockContentProvider.java 34 import android.database.Cursor;
35 import android.database.SQLException;
36 import android.database.sqlite.SQLiteDatabase;
37 import android.database.sqlite.SQLiteOpenHelper;
38 import android.database.sqlite.SQLiteQueryBuilder;
  /cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java 17 package android.database.cts;
19 import android.database.CharArrayBuffer;
20 import android.database.CursorWindow;
21 import android.database.MatrixCursor;
22 import android.database.sqlite.SQLiteException;
  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 30 import android.database.Cursor;
31 import android.database.SQLException;
32 import android.database.sqlite.SQLiteDatabase;
33 import android.database.sqlite.SQLiteOpenHelper;
34 import android.database.sqlite.SQLiteQueryBuilder;
51 * Provides access to a database of notes. Each note has a title, the note
59 * The database that the provider uses as its underlying data store
64 * The database version
69 * A projection map used to select columns from the database
74 * A projection map used to select columns from the database
    [all...]
  /external/webkit/Source/WebCore/storage/
SQLTransaction.cpp 32 #if ENABLE(DATABASE)
34 #include "Database.h"
62 PassRefPtr<SQLTransaction> SQLTransaction::create(Database* db, PassRefPtr<SQLTransactionCallback> callback, PassRefPtr<SQLTransactionErrorCallback> errorCallback,
68 SQLTransaction::SQLTransaction(Database* db, PassRefPtr<SQLTransactionCallback> callback, PassRefPtr<SQLTransactionErrorCallback> errorCallback,
155 // If the database was stopped, don't do anything and cancel queued work
156 LOG(StorageAPI, "Database was stopped or interrupted - cancelling work for this transaction");
167 if (currentThread() != database()->scriptExecutionContext()->databaseThread()->getThreadID())
219 ASSERT(currentThread() == database()->scriptExecutionContext()->databaseThread()->getThreadID());
247 // If the database was deleted, jump to the error callback
249 m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to open a transaction, because the user deleted the database");
    [all...]
  /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.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 39 import android.database.Cursor;
40 import android.database.SQLException;
42 import android.database.sqlite.SQLiteDatabase;
43 import android.database.sqlite.SQLiteOpenHelper;
44 import android.database.sqlite.SQLiteQueryBuilder;
63 /** Database filename */
66 /** Current database version */
69 /** Database version from which upgrading is a nop */
72 /** Database version to which upgrading is a nop */
75 /** Name of table in the database */
    [all...]

Completed in 1177 milliseconds

<<11121314151617181920>>