HomeSort by relevance Sort by last modified time
    Searched refs:database (Results 351 - 375 of 1800) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/ActionBarCompat-ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/content/
AssetProvider.java 23 import android.database.Cursor;
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java 23 import android.database.Cursor;
24 import android.database.sqlite.SQLiteDatabase;
25 import android.database.sqlite.SQLiteException;
26 import android.database.sqlite.SQLiteOpenHelper;
73 // Defines an helper object for the backing database
126 // Closes the SQLite database helper class, to avoid memory leaks
132 * Defines a helper class that opens the SQLite database for this provider when a request is
133 * received. If the database doesn't yet exist, the helper creates it.
137 * Instantiates a new SQLite database using the supplied database name and versio
    [all...]
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/sms/
SmsTest.java 21 import android.database.Cursor;
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
Notepadv1.java 20 import android.database.Cursor;
66 // Get all of the notes from the database and create the item list
  /external/chromium_org/base/test/android/java/src/org/chromium/base/
ContentUriTestUtils.java 9 import android.database.Cursor;
  /external/chromium_org/chromeos/
cert_loader.h 32 // initialized), or the cert database changes, observers are called with
67 // Starts the CertLoader with the NSS cert database.
68 // The CertLoader will _not_ take the ownership of the database, but it
72 void StartWithNSSDB(net::NSSCertDatabase* database);
121 // The user-specific NSS certificate database from which the certificates
128 // Cached Certificates loaded from the database.
  /external/chromium_org/components/webdata/common/
web_data_service_backend.h 28 // WebDataServiceBackend handles all database tasks posted by
52 // Initializes the database and notifies caller via callback when complete.
56 // Opens the database file from the profile path if an init has not yet been
58 // of this object on one thread but database access on the DB thread. Returns
59 // the status of the database.
62 // Shuts down the database.
76 // Task runners to run database tasks.
85 WebDatabase* database() { return db_.get(); } function in class:WebDataServiceBackend
97 // Path to database file.
100 // The tables that participate in managing the database. These ar
    [all...]
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.css 32 .indexeddb-database {
40 .indexeddb-database > div {
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransaction.h 41 class Database;
58 static PassRefPtrWillBeRawPtr<SQLTransaction> create(Database*, SQLTransactionCallback*,
69 Database* database() { return m_database.get(); } function in class:blink::FINAL
81 SQLTransaction(Database*, SQLTransactionCallback*,
103 RefPtrWillBeMember<Database> m_database;
  /external/cmockery/cmockery_0_1_2/
Makefile.am 78 src/example/database.h
92 src/example/database.h
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBaseAdapter.java 3 import android.database.DataSetObserver;
ShadowResourceCursorAdapter.java 23 import android.database.Cursor;
80 * android.database.Cursor, ViewGroup)
ShadowSQLiteQueryBuilder.java 3 import android.database.sqlite.SQLiteQueryBuilder;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
SimpleTestCursor.java 1 package com.xtremelabs.robolectric.tester.android.database;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderTest.java 13 import android.database.Cursor;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H2Test.java 4 import android.database.sqlite.SQLiteDatabase;
  /frameworks/base/core/java/android/database/
BulkCursorDescriptor.java 17 package android.database;
Cursor.java 17 package android.database;
27 * by a database query.
358 * Since this method could execute a query on the database and potentially take
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseConfiguration.java 17 package android.database.sqlite;
24 * Describes how to configure a database.
27 * configuration settings that are applied to a database after it
38 // The pattern we use to strip email addresses from database paths
49 * The database path.
54 * The label to use to describe the database when it appears in logs.
60 * The flags used to open the database.
65 * The maximum size of the prepared statement cache for each database connection.
73 * The database locale.
93 * Creates a database configuration with the required parameters for opening
    [all...]
SQLiteDebug.java 17 package android.database.sqlite;
60 * True to enable database performance testing instrumentation.
111 /** a list of {@link DbStats} - one for each main database opened by the applications
118 * contains statistics about a database
121 /** name of the database */
124 /** the page size for the database */
127 /** the database size */
147 * return all pager and database stats for the current process.
159 * @param printer The printer for dumping database state.
SQLiteGlobal.java 17 package android.database.sqlite;
24 * Provides access to SQLite functions that affect all database connection,
59 * Gets the default page size to use when creating a database.
89 * Gets the default database synchronization mode when WAL is not in use.
98 * Gets the database synchronization mode when in WAL mode.
107 * Gets the WAL auto-checkpoint integer in database pages.
SQLiteStatement.java 17 package android.database.sqlite;
22 * Represents a statement that can be executed against a database. The statement
38 * @throws android.database.SQLException If the SQL string is invalid for
58 * @throws android.database.SQLException If the SQL string is invalid for
80 * @throws android.database.SQLException If the SQL string is invalid for
102 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
123 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
144 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
  /frameworks/base/core/java/android/widget/
CursorFilter.java 19 import android.database.Cursor;
ResourceCursorAdapter.java 20 import android.database.Cursor;
100 * android.database.Cursor, ViewGroup)
ResourceCursorTreeAdapter.java 20 import android.database.Cursor;
41 * @param cursor The database cursor
68 * @param cursor The database cursor
86 * @param cursor The database cursor

Completed in 5026 milliseconds

<<11121314151617181920>>