Searched
full:database (Results
1926 -
1950 of
2668) sorted by null
<<71727374757677787980>>
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListAdapter.java | 21 import android.database.Cursor;
|
/packages/apps/Music/src/com/android/music/ |
MediaPickerActivity.java | 25 import android.database.Cursor;
|
/packages/apps/Phone/src/com/android/phone/ |
EditFdnContactScreen.java | 28 import android.database.Cursor;
|
SimContacts.java | 30 import android.database.Cursor;
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodAndLanguageSettings.java | 31 import android.database.ContentObserver;
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactsSource.java | 26 import android.database.Cursor;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
BinaryDictionaryFileDumper.java | 22 import android.database.Cursor;
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarSyncTestingBase.java | 25 import android.database.Cursor;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
CallLogProviderTest.java | 29 import android.database.Cursor;
|
GlobalSearchSupportTest.java | 22 import android.database.Cursor;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
DisplaySync.java | 230 sb.append("database error\n");
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.cpp | 5065 WebKitIconDatabase* database = webkit_get_icon_database(); local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
GridViewTest.java | 32 import android.database.DataSetObservable; 33 import android.database.DataSetObserver;
|
/external/blktrace/btt/ |
btt_plot.py | 92 Returns a database containing: 282 """Generate the output plot based upon the type and database"""
|
/external/chromium/chrome/browser/autofill/ |
autofill_metrics_unittest.cc | 61 // Overridden to avoid a trip to the database. This should be a no-op except 71 // Overridden to avoid a trip to the database. [all...] |
/external/chromium/chrome/browser/ |
cookies_tree_model.h | 138 // the cookie from CookieMonster, clear the database, and so forth.) 502 DATABASE = 2
|
/external/chromium/chrome/browser/password_manager/ |
password_store_x_unittest.cc | 385 // database. 395 // database.
|
/external/chromium/net/base/ |
net_error_list.h | 477 // An error adding to the OS certificate database (e.g. OS X Keychain). 522 // Import failed - certificate already exists in database.
|
/external/openssl/ |
e_os.h | 722 /* NOTE: these are implemented by helpers in database app! 723 * if the database is not linked, we need to implement them
|
/external/protobuf/src/google/protobuf/ |
descriptor_database.cc | 57 GOOGLE_LOG(ERROR) << "File already exists in database: " << file.name(); 160 GOOGLE_LOG(ERROR) << "Extension conflicts with extension already in database: "
|
descriptor_database_unittest.cc | 53 static void AddToDatabase(SimpleDescriptorDatabase* database, 57 database->Add(file_proto);
|
/external/srtp/doc/ |
intro.txt | 167 rdbx\_driver & rdbx (extended replay database) \\ 169 replay\_driver & replay database \\
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Proxy.cpp | 635 // If we've just left a script context and indexed database has been 702 #if ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/loader/ |
FrameLoader.cpp | 442 #if ENABLE(DATABASE) 732 // Commit the icon url mapping to the database just in case we don't end up loading later. 740 // In this case, we may end up loading the icon later, but we still want to commit the icon url mapping to the database 758 // FIXME (<rdar://problem/9168605>) - We should support in-memory-only private browsing icons in asynchronous icon database mode. 766 LOG(IconDatabase, "FrameLoader::startIconLoader() - Told not to load this icon, committing iconURL %s to database for pageURL mapping", urlString.ascii().data()); 774 // We were told not to load this icon - that means this icon is already known by the database 775 // If the icon data hasn't been read in from disk yet, kick off the read of the icon from the database to make sure someone 797 LOG(IconDatabase, "Committing iconURL %s to database for pageURLs %s and %s", icon.string().ascii().data(), m_frame->document()->url().string().ascii().data(), originalRequestURL().string().ascii().data()); [all...] |
/external/webkit/Source/WebCore/page/ |
DOMWindow.idl | 168 [EnabledAtRuntime, RequiresAllArguments=Raise] Database openDatabase(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback) [all...] |
Completed in 1563 milliseconds
<<71727374757677787980>>