Searched
full:database (Results
676 -
700 of
2668) sorted by null
<<21222324252627282930>>
/external/dnsmasq/contrib/wrt/ |
README | 2 etc. Persistent leases are good: if the lease database is lost on a 20 leasefile; responsibility for maintaining the lease database transfers
|
/external/srtp/crypto/include/ |
rdbx.h | 4 * replay database with extended packet indices, using a rollover counter 43 * An rdbx_t is a replay database with extended range; it uses an
|
/external/srtp/crypto/replay/ |
rdb.c | 4 * Implements a replay database for packet security 51 * this implementation of a replay database works as follows:
|
/external/webkit/Source/WebCore/bindings/js/ |
JSSQLTransactionCustom.cpp | 32 #if ENABLE(DATABASE) 121 #endif // ENABLE(DATABASE)
|
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/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.BulkCursorNative; 21 import android.database.BulkCursorToCursorAdaptor; 22 import android.database.Cursor; 23 import android.database.CursorToBulkCursorAdaptor; 24 import android.database.CursorWindow; 25 import android.database.DatabaseUtils; 26 import android.database.IBulkCursor; 27 import android.database.IContentObserver;
|
/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/ex/common/java/com/android/common/ |
ArrayListCursor.java | 19 import android.database.AbstractCursor; 20 import android.database.CursorWindow;
|
/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 1206 milliseconds
<<21222324252627282930>>