HomeSort by relevance Sort by last modified time
    Searched full:database (Results 1226 - 1250 of 2940) sorted by null

<<41424344454647484950>>

  /external/openssh/openbsd-compat/
port-uw.c 101 * authentication scheme that has checked the ia database for
  /external/oprofile/doc/
opannotate.1.in 85 Use sample database out of directory dir_path instead of the default location (/var/lib/oprofile).
opreport.1.in 93 Use sample database out of directory dir_path instead of the default location (/var/lib/oprofile).
  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.cpp 133 #if ENABLE(DATABASE)
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8SQLResultSetRowListCustom.cpp 33 #if ENABLE(DATABASE)
V8SQLTransactionSyncCustom.cpp 33 #if ENABLE(DATABASE)
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.h 110 // database file.
  /external/webkit/Source/WebCore/platform/
ThreadGlobalData.h 93 // We need to check for e.g. database objects manipulating strings on secondary threads.
  /external/webkit/Source/WebCore/platform/sql/
SQLiteStatement.h 92 SQLiteDatabase* database() { return &m_database; } function in class:WebCore::SQLiteStatement
  /external/webkit/Source/WebCore/platform/win/
MIMETypeRegistryWin.cpp 54 String path = "MIME\\Database\\Content Type\\" + type;
  /external/webkit/Source/WebCore/storage/
OriginUsageRecord.cpp 31 #if ENABLE(DATABASE)
  /external/webkit/Source/WebCore/webaudio/
OfflineAudioDestinationNode.cpp 115 // The database must be loaded before we can proceed.
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 36 #include "Database.h"
292 #if ENABLE(DATABASE)
293 PassRefPtr<Database> WorkerContext::openDatabase(const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback, ExceptionCode& ec)
300 return Database::openDatabase(this, name, version, displayName, estimatedSize, creationCallback, ec);
WorkerContext.idl 53 [EnabledAtRuntime, RequiresAllArguments=Raise] Database openDatabase(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize, in [Callback, Optional] DatabaseCallback creationCallback)
  /external/webkit/Source/WebKit/chromium/public/
WebCommonWorkerClient.h 86 // Called on the main webkit thread before opening a web database.
  /external/webkit/Source/WebKit/chromium/src/
WebIDBDatabaseImpl.cpp 103 // multi-process chromium knows which database connection is closing.
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.h 110 #if ENABLE(DATABASE)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.h 124 #if ENABLE(DATABASE)
  /frameworks/base/core/java/android/content/
Context.java 24 import android.database.DatabaseErrorHandler;
25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteDatabase.CursorFactory;
102 * Database open flag: when set, the database is opened with write-ahead
565 * add them to the media database with
580 * an application's private storage and add it to the media database:</p>
698 * application package. Create the database file if it doesn't exist.
700 * @param name The name (unique in the application package) of the database.
708 * @return The contents of a newly created database with the given name
    [all...]
CursorEntityIterator.java 19 import android.database.Cursor;
IContentProvider.java 20 import android.database.Cursor;
  /frameworks/base/core/java/android/database/
CrossProcessCursor.java 17 package android.database;
CursorWrapper.java 17 package android.database;
  /frameworks/base/core/java/android/os/
CancellationSignal.java 98 * such as a database or a content provider to handle cancellation requests
  /frameworks/base/core/java/android/provider/
Applications.java 21 import android.database.Cursor;

Completed in 242 milliseconds

<<41424344454647484950>>