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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/storage/
DatabaseCallback.idl 31 Conditional=DATABASE,
34 boolean handleEvent(in Database database);
35 boolean handleEvent(in DatabaseSync database);
DatabaseThread.h 31 #if ENABLE(DATABASE)
44 class Database;
62 void unscheduleDatabaseTasks(Database*);
64 void recordDatabaseOpen(Database*);
65 void recordDatabaseClosed(Database*);
84 typedef HashSet<RefPtr<Database> > DatabaseSet;
94 #endif // ENABLE(DATABASE)
SQLTransactionCoordinator.cpp 34 #if ENABLE(DATABASE)
36 #include "Database.h"
47 Database* database = transaction->database(); local
48 ASSERT(database);
49 return database->stringIdentifier();
110 // Notify all transactions in progress that the database thread is shutting down
130 #endif // ENABLE(DATABASE)
DatabaseTracker.cpp 32 #if ENABLE(DATABASE)
154 // Since we're imminently opening a database within this context's origin, make sure this origin is being tracked by the QuotaTracker
158 // If a database already exists, ignore the passed-in estimated size and say it's OK.
162 // If the database will fit, allow its creation.
172 // Temporarily make the details of the proposed database available, so the client can get at them.
184 // If the database will fit now, allow its creation.
223 unsigned long long DatabaseTracker::getMaxSizeForDatabase(const AbstractDatabase* database)
225 // The maximum size for a database is the full quota for its origin, minus the current usage within the origin,
226 // plus the current usage of the given database
229 SecurityOrigin* origin = database->securityOrigin()
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsTransaction.java 22 import android.database.sqlite.SQLiteDatabase;
23 import android.database.sqlite.SQLiteTransactionListener;
91 * If the given database has not already been enlisted in this transaction, adds it to our
93 * database in this transaction, this is a no-op.
94 * @param db The database to start a transaction on, if necessary.
119 * Retrieves the database enlisted in the transaction corresponding to the given tag.
120 * @param tag The tag of the database to look up.
121 * @return The database corresponding to the tag, or null if no database with that tag has been
129 * Removes the database corresponding to the given tag from this transaction. It is now th
    [all...]
MemoryCursor.java 18 import android.database.AbstractWindowedCursor;
19 import android.database.Cursor;
20 import android.database.CursorWindow;
21 import android.database.DatabaseUtils;
DatabaseModifier.java 21 import android.database.DatabaseUtils;
22 import android.database.sqlite.SQLiteDatabase;
25 * An interface which wraps key database modify operations (insert, update, delete) to perform
26 * additional tasks before or after the database modification operation. A typical use case is to
27 * generate notification when a database is modified.
  /external/webkit/LayoutTests/storage/
transaction-error-callback.html 12 // we first retrieve and store the number of rows already in our test database.
15 var database;
36 database.transaction(function(tx)
49 database.transaction(function(tx)
59 database.transaction(function(tx)
76 database = openDatabase("ErrorCallbackDatabase", "1.0", "Test for error callback", 1);
77 database.transaction(function(tx)
open-database-creation-callback.html 27 // Open a new database with a creation callback, and make sure the creation callback is queued
34 log("Creation callback was called with a database with version " +
51 // Try to open another handle to the same database.
52 // Since the version of this database is "" (empty string), openDatabase() should return
66 // Open a handle to another database, first without a creation callback, then with one.
  /libcore/luni/src/main/java/java/sql/
SQLOutput.java 27 * Defined Type</i> (UDT) to the database. This interface is used for custom
49 * if a database error occurs.
59 * if a database error occurs.
69 * if a database error occurs.
79 * if a database error occurs.
89 * if a database error occurs.
99 * if a database error occurs.
109 * if a database error occurs.
119 * if a database error occurs.
129 * if a database error occurs
    [all...]
DatabaseMetaData.java 21 * An interface which provides comprehensive information about the database
25 * information about the underlying database capabilities in association with
372 * if there is a database error.
383 * if there is a database error.
394 * if there is a database error.
399 * Returns whether the database ignores data definition statements within a
402 * @return {@code true} if the database ignores a data definition statement,
405 * if there is a database error.
421 * if there is a database error.
432 * if there is a database error
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
contexts.xml 10 Typically, the Eclipse builder runs performance tests for each component after the build is made on several performance test machines. Each component defines one or several specific performance test suites made of several test (aka scenario). Several performance numbers (e.g. Elapsed Process Time and CPU Time) are stored for each scenario and all build results are available in the performance results database.
15 <description>This view shows the list of all the builds contained in the connected database or in the local data files if no database is connected.
18 - gray+italic: connected to a database but no available local data
19 - gray: connected to a database and local data do not contain any information for this build
  /external/webkit/Source/WebCore/inspector/
InspectorDatabaseInstrumentation.h 34 #include "Database.h"
40 #if ENABLE(DATABASE)
41 inline void InspectorInstrumentation::didOpenDatabase(ScriptExecutionContext* context, PassRefPtr<Database> database, const String& domain, const String& name, const String& version)
45 didOpenDatabaseImpl(inspectorAgent, database, domain, name, version);
  /external/webkit/Source/WebCore/manual-tests/
database-threading-stress-test.html 14 db = openDatabase("StressTest1", "1.0", "Database Stress Test", 200000);
16 alert("Failed to open the database on disk. This is probably because the version was bad or there is not enough space left in this domain's quota");
18 alert("Couldn't open the database.");
79 This test stresses the database threading code by constantly opening transactions to the test database at a fast rate.<br>
  /external/webkit/Source/WebKit/gtk/webkit/
webkiticondatabase.h 59 webkit_icon_database_get_path (WebKitIconDatabase* database);
62 webkit_icon_database_set_path (WebKitIconDatabase* database,
66 webkit_icon_database_get_icon_uri (WebKitIconDatabase* database,
70 webkit_icon_database_get_icon_pixbuf (WebKitIconDatabase* database,
74 webkit_icon_database_clear (WebKitIconDatabase* database);
webkitsecurityorigin.cpp 37 * resources for client-side scripting or database access.
42 * Database quotas and usages are also defined per security origin. The
184 * WebKitSecurityOrigin:web-database-usage:
191 g_param_spec_uint64("web-database-usage",
192 _("Web Database Usage"),
197 * WebKitSecurityOrigin:web-database-quota:
199 * The web database qouta of the security origin in bytes.
204 g_param_spec_uint64("web-database-quota",
205 _("Web Database Quota"),
206 _("The web database quota of the security origin in bytes")
373 WebKitWebDatabase* database = webkit_security_origin_get_web_database(securityOrigin, databaseNames[i].utf8().data()); local
387 WebKitWebDatabase* database = (WebKitWebDatabase*) g_hash_table_lookup(databaseHash, databaseName); local
    [all...]
  /frameworks/base/core/java/android/database/
CrossProcessCursorWrapper.java 17 package android.database;
19 import android.database.CrossProcessCursor;
20 import android.database.Cursor;
21 import android.database.CursorWindow;
22 import android.database.CursorWrapper;
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.database.DatabaseUtils.html 10 android.database.DatabaseUtils
74 Class android.database.<A HREF="../../../../reference/android/database/DatabaseUtils.html" target="_top"><font size="+2"><code>DatabaseUtils</code></font></A>
86 <A NAME="android.database.DatabaseUtils.cursorDoubleToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/DatabaseUtils.html#cursorDoubleToContentValuesIfPresent(android.database.Cursor, android.content.ContentValues, java.lang.String)" target="_top"><code>cursorDoubleToContentValuesIfPresent</code></A>(<code>Cursor,</nobr> ContentValues<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
93 <A NAME="android.database.DatabaseUtils.cursorFloatToContentValuesIfPresent_added(android.database.Cursor, android.content.ContentValues, java.lang.String)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/DatabaseUtils.html#cursorFloatToContentValuesIfPresent(android.database.Cursor, android.content.Co (…)
    [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSet.java 41 * persists on a database. It extends the functionality of
46 * general database environment together with the getters and setters for
52 * API. It may be <i>connected</i>, maintaining a connection to the database
55 * with the database each time.
58 * the {@code RowSet} with data, possibly from a non-relational database source.
89 * if a problem occurs accessing the database.
94 * Fetches data for this {@code RowSet} from the database. If successful,
98 * Data is retrieved connecting to the database and executing an
100 * properties to be set: URL, database name, user name, password,
105 * The {@code RowSet} may use a {@code RowSetReader} to access the database
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.database.sqlite.SQLiteDatabase.html 10 android.database.sqlite.SQLiteDatabase
74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html" target="_top"><font size="+2"><code>SQLiteDatabase</code></font></A>
86 <A NAME="android.database.sqlite.SQLiteDatabase.beginTransactionNonExclusive_added()"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#beginTransactionNonExclusive()" target="_top"><code>beginTransactionNonExclusive</code></A>()</nobr>
93 <A NAME="android.database.sqlite.SQLiteDatabase.beginTransactionWithListenerNonExclusive_added(android.database.sqlite.SQLiteTransactionListener)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#beginTransactionWithListenerNonExclusive(android.database.sqlite.SQLiteTransactionListener)" target="_top"><code>beginTransactionWithListenerNonExclusive</code></A>(<code>SQLiteTransactionListener</code>)</nobr>
100 <A NAME="android.database.sqlite.SQLiteDatabase.enableWriteAheadLogging_added()"></A
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 17 package android.database;
19 import android.database.sqlite.SQLiteDatabase;
27 * This is a series of unit tests for database locks.
64 * attempting to access a database concurrently.
66 * same database at the same time with the same prioritization, neither thread
67 * is locked out and prevented from accessing the database.
114 * testLockLatency() tests the latency of database locks.
116 * the same database, the locking/unlocking of the database is done within an
  /external/webkit/Source/WebCore/platform/sql/
SQLiteFileSystem.h 44 // by the WebKit database code.
50 // Opens a database file.
52 // fileName - The name of the database file.
53 // database - The SQLite structure that represents the database stored
55 // forWebSQLDatabase - True, if and only if we're opening a Web SQL Database file.
58 static int openDatabase(const String& fileName, sqlite3** database, bool forWebSQLDatabase);
60 // Returns the file name for a database.
63 // dbName - The name of the database.
64 // originIdentifier - The origin that wants to use this database
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xresource.h 181 XrmDatabase /* database */
185 XrmDatabase* /* database */,
193 XrmDatabase* /* database */,
200 XrmDatabase* /* database */,
207 XrmDatabase* /* database */,
213 XrmDatabase* /* database */,
218 XrmDatabase /* database */,
226 XrmDatabase /* database */,
234 XrmDatabase /* database */,
251 * Resource Database Managemen
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xresource.h 181 XrmDatabase /* database */
185 XrmDatabase* /* database */,
193 XrmDatabase* /* database */,
200 XrmDatabase* /* database */,
207 XrmDatabase* /* database */,
213 XrmDatabase* /* database */,
218 XrmDatabase /* database */,
226 XrmDatabase /* database */,
234 XrmDatabase /* database */,
251 * Resource Database Managemen
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xresource.h 181 XrmDatabase /* database */
185 XrmDatabase* /* database */,
193 XrmDatabase* /* database */,
200 XrmDatabase* /* database */,
207 XrmDatabase* /* database */,
213 XrmDatabase* /* database */,
218 XrmDatabase /* database */,
226 XrmDatabase /* database */,
234 XrmDatabase /* database */,
251 * Resource Database Managemen
    [all...]

Completed in 1090 milliseconds

1 2 34 5 6 7 8 91011>>