Searched
full:database (Results
726 -
750 of
2940) sorted by null
<<21222324252627282930>>
/external/webkit/Source/WebCore/bindings/js/ |
JSSQLTransactionSyncCustom.cpp | 32 #if ENABLE(DATABASE) 98 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/ |
WebDOMTestCallback.cpp | 23 #if ENABLE(DATABASE) 138 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
JSTestCallback.cpp | 23 #if ENABLE(DATABASE) 134 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/ |
DOMTestCallback.mm | 29 #if ENABLE(DATABASE) 141 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/bindings/scripts/test/V8/ |
V8TestCallback.cpp | 24 #if ENABLE(DATABASE) 164 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8SQLTransactionCustom.cpp | 33 #if ENABLE(DATABASE) 37 #include "Database.h"
|
/external/webkit/Source/WebCore/dom/ |
ExceptionCode.cpp | 42 #if ENABLE(DATABASE) 157 #if ENABLE(DATABASE) 170 "The operation failed for reasons unrelated to the database.", 171 "The operation failed for some reason related to the database.", 172 "The actual database version did not match the expected version.", 173 "Data returned from the database is too large.", 231 "An unknown error occurred within Indexed Database.", 305 #if ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/inspector/ |
WorkerInspectorController.cpp | 83 #if ENABLE(DATABASE) 118 #if ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/platform/sql/ |
SQLiteTransaction.cpp | 29 #if ENABLE(DATABASE) 106 #endif // ENABLE(DATABASE)
|
/external/webkit/Source/WebCore/plugins/ |
PluginDatabase.h | 58 // The first call to installedPlugins creates the plugin database 60 // For testing purposes, it is possible to not populate the database
|
/external/webkit/Source/WebCore/storage/ |
AbstractDatabase.h | 32 #if ENABLE(DATABASE) 130 #endif // ENABLE(DATABASE)
|
IDBDatabase.h | 115 // database so that we can cancel them if the database closes.
|
SQLCallbackWrapper.h | 31 #if ENABLE(DATABASE) 106 #endif // ENABLE(DATABASE)
|
StorageAreaSync.cpp | 240 LOG_ERROR("Filename for local storage database is empty - cannot open for persistent storage"); 251 LOG_ERROR("Failed to open database file %s for local storage", databaseFilename.utf8().data()); 362 LOG_ERROR("Failed to prepare clear statement - cannot write to local storage database"); 368 LOG_ERROR("Failed to clear all items in the local storage database - %i", result); 375 LOG_ERROR("Failed to prepare insert statement - cannot write to local storage database"); 381 LOG_ERROR("Failed to prepare delete statement - cannot write to local storage database"); 399 LOG_ERROR("Failed to update item in the local storage database - %i", result); 465 LOG_ERROR("Failed to delete database file %s\n", databaseFilename.utf8().data());
|
/external/webkit/Source/WebKit/android/jni/ |
WebCoreJniOnLoad.cpp | 83 #if ENABLE(DATABASE) 110 #if ENABLE(DATABASE)
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBasePluginPackage.h | 92 - (void)wasAddedToPluginDatabase:(WebPluginDatabase *)database; 93 - (void)wasRemovedFromPluginDatabase:(WebPluginDatabase *)database;
|
/external/webkit/Source/WebKit/mac/Storage/ |
WebDatabaseManager.mm | 32 #if ENABLE(DATABASE) 140 // Set the database root path in WebCore
|
/frameworks/base/core/java/android/content/ |
ContentProviderNative.java | 20 import android.database.BulkCursorDescriptor; 21 import android.database.BulkCursorNative; 22 import android.database.BulkCursorToCursorAdaptor; 23 import android.database.Cursor; 24 import android.database.CursorToBulkCursorAdaptor; 25 import android.database.DatabaseUtils; 26 import android.database.IBulkCursor; 27 import android.database.IContentObserver;
|
/frameworks/base/core/java/android/util/ |
TimeUtils.java | 218 * Returns a String indicating the version of the time zone database currently 220 * database implementation, but will typically contain the year in which the database 223 * <p>Time zone database updates should be expected to occur periodically due to 226 * the results may differ following a time zone database update. This method allows 227 * applications to detect that a database change has occurred, and to recalculate any 230 * <p>The time zone database may be assumed to change only when the device runtime 231 * is restarted. Therefore, it is not necessary to re-query the database version
|
/frameworks/base/core/java/android/widget/ |
BaseExpandableListAdapter.java | 19 import android.database.DataSetObservable; 20 import android.database.DataSetObserver;
|
/frameworks/base/core/java/com/android/internal/content/ |
SelectionBuilder.java | 20 import android.database.Cursor; 21 import android.database.sqlite.SQLiteDatabase;
|
/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
constructors_index_changes.html | 54 <nobr><A HREF="android.database.CursorWindow.html#android.database.CursorWindow.ctor_changed(boolean)" class="hiddenlink" target="rightframe">CursorWindow
|
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
jdiff_statistics.html | 175 <TD><A HREF="pkg_android.database.sqlite.html">android.database.sqlite</A></TD> 199 <TD><A HREF="pkg_android.database.html">android.database</A></TD> 459 <TD><A HREF="android.database.ContentObservable.html"> 460 android.database.ContentObservable</A></TD> 464 <TD><A HREF="android.database.ContentObserver.html"> 465 android.database.ContentObserver</A></TD> 469 <TD><A HREF="android.database.sqlite.SQLiteProgram.html"> 470 android.database.sqlite.SQLiteProgram</A></TD [all...] |
/frameworks/ex/chips/tests/src/com/android/ex/chips/ |
RecipientAlternatesAdapterTest.java | 19 import android.database.Cursor; 20 import android.database.MatrixCursor;
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
AccountTypeWithDataSet.java | 22 import android.database.Cursor; 55 * Return true if there are any contacts in the database with this account type and data set.
|
Completed in 674 milliseconds
<<21222324252627282930>>