/libcore/luni/src/main/java/javax/sql/ |
CommonDataSource.java | 32 * While attempting to connect to a database, this method get the maximum 52 * While attempting to connect to a database, this method set the maximum
|
RowSetReader.java | 24 * to get data from a database into its rows. The {@code RowSet} calls the 51 * if a problem occurs accessing the database or if the reader
|
/libcore/luni/src/test/java/tests/java/sql/ |
UpdateFunctionalityTest.java | 112 assertEquals("Not all records in the database were updated", 138 assertEquals("Not all records in the database were updated", 170 assertEquals("Not all records in the database were updated", 201 assertEquals("Not all records in the database were updated", 248 assertEquals("Not all records in the database were updated", 275 assertEquals("Not all records in the database were updated", 303 assertEquals("Not all records in the database were updated", 335 assertEquals("Not all records in the database were updated",
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactLoader.java | 20 import android.database.Cursor; 21 import android.database.MatrixCursor;
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
DrmImageList.java | 20 import android.database.Cursor; 30 // TODO: get other field from database too ?
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMediaItem.java | 21 import android.database.Cursor; 35 // database fields
|
/packages/apps/Mms/src/com/android/mms/util/ |
AddressUtils.java | 23 import android.database.sqlite.SqliteWrapper; 26 import android.database.Cursor;
|
/packages/apps/Music/src/com/android/music/ |
ScanningProgress.java | 20 import android.database.Cursor; 49 // The external media database is now ready for querying
|
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/ |
HangingSuggestionProvider.java | 21 import android.database.Cursor; 22 import android.database.MatrixCursor;
|
/packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/ |
SlowSuggestionProvider.java | 23 import android.database.Cursor; 24 import android.database.MatrixCursor;
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MockCorpora.java | 19 import android.database.DataSetObservable; 20 import android.database.DataSetObserver;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForCommonDataKind.java | 20 import android.database.Cursor; 21 import android.database.sqlite.SQLiteDatabase;
|
DataRowHandlerForEmail.java | 22 import android.database.Cursor; 23 import android.database.sqlite.SQLiteDatabase;
|
DataRowHandlerForNickname.java | 22 import android.database.Cursor; 23 import android.database.sqlite.SQLiteDatabase;
|
ReorderingCursorWrapper.java | 18 import android.database.AbstractCursor; 19 import android.database.Cursor;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
DbQueryUtils.java | 19 import android.database.DatabaseUtils; 25 * Static methods for helping us build database query selection strings.
|
/cts/tests/tests/database/src/android/database/cts/ |
DatabaseCursorTest.java | 17 package android.database.cts; 21 import android.database.Cursor; 22 import android.database.CursorIndexOutOfBoundsException; 23 import android.database.CursorWrapper; 24 import android.database.DataSetObserver; 25 import android.database.DatabaseUtils; 26 import android.database.sqlite.SQLiteCursor; 27 import android.database.sqlite.SQLiteCursorDriver; 28 import android.database.sqlite.SQLiteDatabase; 29 import android.database.sqlite.SQLiteQuery [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryBuilderTest.java | 17 package android.database.sqlite.cts; 25 import android.database.Cursor; 26 import android.database.sqlite.SQLiteCursor; 27 import android.database.sqlite.SQLiteCursorDriver; 28 import android.database.sqlite.SQLiteDatabase; 29 import android.database.sqlite.SQLiteQuery; 30 import android.database.sqlite.SQLiteQueryBuilder; 36 @TestTargetClass(android.database.sqlite.SQLiteQueryBuilder.class) 165 args = {android.database.sqlite.SQLiteDatabase.CursorFactory.class} 267 args = {android.database.sqlite.SQLiteDatabase.class, java.lang.String[].class [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
filter_false_positive_perftest.cc | 8 // It uses a normal SafeBrowsing database to create a bloom filter where it 10 // bloom filter and found in the database is considered a hit: a valid lookup 12 // bloom filter but not in the database is a miss: a false positive lookup that 28 // database value. 46 // chrome/test/data/safe_browsing/filter/database 49 // database: A normal SafeBrowsing database. 123 // Reads the set of add prefixes contained in a SafeBrowsing database into a 127 FilePath database_file = path.Append(FILE_PATH_LITERAL("database")); 254 // See if the prefix is actually in the database (in-memory prefix list) [all...] |
safe_browsing_service.cc | 212 // We need to check the database for url prefix, and later may fetch the url 233 // We need to check the database for url prefix, and later may fetch the url 322 // check before the database has finished loading. 496 // request, and if any functions on the db thread recreate the database, we 501 // case the database will be recreated before our deletion request is 506 // CheckUrl(), which will want the database. Closing the database here 534 // database isn't going to be closed properly, which could lead to corruption. 599 // If we don't do this here we may fail to close the database below. 612 // Close the database. We don't simply DeleteSoon() because if a close i 676 SafeBrowsingDatabase* database = local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResultsProvider.java | 25 import android.database.Cursor; 26 import android.database.sqlite.SQLiteDatabase; 27 import android.database.sqlite.SQLiteOpenHelper; 28 import android.database.sqlite.SQLiteQueryBuilder;
|
/cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/ |
PermissionContentProvider.java | 21 import android.database.Cursor;
|
PermissionContentProviderGranting.java | 21 import android.database.Cursor;
|
PrivateContentProvider.java | 21 import android.database.Cursor;
|
PrivateContentProviderGranting.java | 21 import android.database.Cursor;
|