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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/history/
text_database_manager.h 38 // full text database, since each page's information is added exactly once.
41 // when clearing history or this information may get added to the database soon
47 // of all database that it has caused a change to.
51 // OptimizeChangedDatabases. We want to do each affected database only once at
71 // |dir| is the directory that will hold the full text database files (there
74 // The visit database is a pointer owned by the caller for the main database
75 // (of recent visits). The visit database will be updated to refer to the
76 // added text database entries.
86 // Returns the directory that holds the full text database files
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 77 // Either |urls| or |prefix| is used to lookup database.
192 // the full hash results for prefix hits detected in the database.
229 // Called on the IO thread to try to close the database, freeing the memory
230 // associated with it. The database will be automatically reopened as needed.
232 // NOTE: Actual database closure is asynchronous, and until it happens, the IO
237 // Called on the IO thread to reset the database.
276 // Clients that we've queued up for checking later once the database is ready.
297 // Called on the IO thread. If the database does not exist, queues up a call
298 // on the db thread to create it. Returns whether the database is available.
311 // Called on the database thread to retrieve chunks
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 39 import android.database.Cursor;
40 import android.database.SQLException;
42 import android.database.sqlite.SQLiteDatabase;
43 import android.database.sqlite.SQLiteOpenHelper;
44 import android.database.sqlite.SQLiteQueryBuilder;
63 /** Database filename */
66 /** Current database version */
69 /** Database version from which upgrading is a nop */
72 /** Database version to which upgrading is a nop */
75 /** Name of table in the database */
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.database.Cursor.html 10 android.database.Cursor
74 Interface android.database.<A HREF="../../../../reference/android/database/Cursor.html" target="_top"><font size="+2"><code>Cursor</code></font></A>
86 <A NAME="android.database.Cursor.getType_added(int)"></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/Cursor.html#getType(int)" target="_top"><code>getType</code></A>(<code>int</code>)</nobr>
101 <A NAME="android.database.Cursor.requery_changed()"></A>
102 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/Cursor.html#requery()" target="_top"><code>requery</code></A>() </nobr>
120 <A NAME="android.database.Cursor.FIELD_TYPE_BLOB"></A>
121 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/Cursor.html#FIELD_TYPE_BLOB" target="_top"><code>FIELD_TYPE_BLOB</code></A></nobr>
127 <A NAME="android.database.Cursor.FIELD_TYPE_FLOAT"></A
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.database.sqlite.SQLiteProgram.html 10 android.database.sqlite.SQLiteProgram
74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteProgram.html" target="_top"><font size="+2"><code>SQLiteProgram</code></font></A>
86 <A NAME="android.database.sqlite.SQLiteProgram.compile_removed(java.lang.String, boolean)"></A>
93 <A NAME="android.database.sqlite.SQLiteProgram.native_bind_blob_removed(int, byte[])"></A>
100 <A NAME="android.database.sqlite.SQLiteProgram.native_bind_double_removed(int, double)"></A>
107 <A NAME="android.database.sqlite.SQLiteProgram.native_bind_long_removed(int, long)"></A>
114 <A NAME="android.database.sqlite.SQLiteProgram.native_bind_null_removed(int)"></A>
121 <A NAME="android.database.sqlite.SQLiteProgram.native_bind_string_removed(int, java.lang.String)"></A>
128 <A NAME="android.database.sqlite.SQLiteProgram.native_compile_removed(java.lang.String)"></A
    [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSetMetaData.java 49 * if a problem occurs accessing the database.
65 * if a problem occurs accessing the database.
79 * if a problem occurs accessing the database.
90 * if a problem occurs accessing the database.
104 * if a problem occurs accessing the database.
119 * if a problem occurs accessing the database.
133 * if a problem occurs accessing the database.
147 * if a problem occurs accessing the database.
162 * if a problem occurs accessing the database.
179 * if a problem occurs accessing the database
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 24 import android.database.Cursor;
25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteOpenHelper;
27 import android.database.sqlite.SQLiteQueryBuilder;
36 * ContentProvider for the database of received cell broadcasts.
67 /** The database for this content provider. */
148 * Insert a new row. This throws an exception, as the database can only be modified by
151 * @param values a set of column_name/value pairs to add to the database.
160 * Delete one or more rows. This throws an exception, as the database can only be modified by
172 * Update one or more rows. This throws an exception, as the database can only be modified b
    [all...]
  /external/chromium/chrome/browser/password_manager/
login_database.h 18 // Interface to the database storage of login information, intended as a helper
26 // Initialize the database with an sqlite file at the given path.
71 // Deletes the login database file on disk, and creates a new, empty database.
73 // that SQLite doesn't leave fragments of passwords in the database file.
75 // whether further use of this login database will succeed is unspecified.
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.c 23 "Could not find service name in services database",
29 "Entry already exists in database",
30 "Database store error",
31 "Database read error",
34 "No such entry in the database",
40 "Database is locked or in use--try again later",
  /external/webkit/Source/WebCore/inspector/
InjectedScriptHost.h 44 class Database;
66 #if ENABLE(DATABASE)
79 #if ENABLE(DATABASE)
104 #if ENABLE(DATABASE)
105 int databaseIdImpl(Database*);
124 #if ENABLE(DATABASE)
  /external/webkit/Source/WebCore/storage/
Database.h 32 #if ENABLE(DATABASE)
52 class Database : public AbstractDatabase {
54 virtual ~Database();
57 static PassRefPtr<Database> openDatabase(ScriptExecutionContext*, const String& name, const String& expectedVersion, const String& displayName,
91 Database(ScriptExecutionContext*, const String& name, const String& expectedVersion,
118 #endif // ENABLE(DATABASE)
OriginQuotaManager.cpp 31 #if ENABLE(DATABASE)
115 void OriginQuotaManager::markDatabase(AbstractDatabase* database)
117 ASSERT(database);
119 OriginUsageRecord* usageRecord = m_usageMap.get(database->securityOrigin());
122 usageRecord->markDatabase(database->stringIdentifier());
137 #endif // ENABLE(DATABASE)
SQLStatementSync.cpp 33 #if ENABLE(DATABASE)
58 SQLiteDatabase* database = &db->sqliteDatabase(); local
60 SQLiteStatement statement(*database, m_statement);
110 resultSet->setInsertId(database->lastInsertRowID());
120 resultSet->setRowsAffected(database->lastChanges());
126 #endif // ENABLE(DATABASE)
SQLTransaction.cpp 32 #if ENABLE(DATABASE)
34 #include "Database.h"
62 PassRefPtr<SQLTransaction> SQLTransaction::create(Database* db, PassRefPtr<SQLTransactionCallback> callback, PassRefPtr<SQLTransactionErrorCallback> errorCallback,
68 SQLTransaction::SQLTransaction(Database* db, PassRefPtr<SQLTransactionCallback> callback, PassRefPtr<SQLTransactionErrorCallback> errorCallback,
155 // If the database was stopped, don't do anything and cancel queued work
156 LOG(StorageAPI, "Database was stopped or interrupted - cancelling work for this transaction");
167 if (currentThread() != database()->scriptExecutionContext()->databaseThread()->getThreadID())
219 ASSERT(currentThread() == database()->scriptExecutionContext()->databaseThread()->getThreadID());
247 // If the database was deleted, jump to the error callback
249 m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to open a transaction, because the user deleted the database");
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabasePrivate.h 34 // Sent when all icons are removed from the database. The object of the notification is
35 // the icon database. There is no userInfo. Clients should react by removing any cached
47 @discussion Returns true if the icon database is currently enabled, or false if it
54 @discussion Enables or disables the icon database based on the flag passed in.
55 @param flag Pass true to enable the icon database, or false to disable it.
61 @discussion Causes the icon database to delete all of the images that it has stored,
  /frameworks/base/core/java/android/database/sqlite/
SQLiteGlobal.java 17 package android.database.sqlite;
24 * Provides access to SQLite functions that affect all database connection,
59 * Gets the default page size to use when creating a database.
89 * Gets the default database synchronization mode when WAL is not in use.
98 * Gets the database synchronization mode when in WAL mode.
107 * Gets the WAL auto-checkpoint integer in database pages.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmpx.h 50 /* Open user accounting database.
56 /* Close user accounting database.
62 /* Get the next entry from the user accounting database.
68 /* Get the user accounting database entry corresponding to ID.
74 /* Get the user accounting database entry corresponding to LINE.
80 /* Write the entry UTMPX into the user accounting database.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h 50 /* Open user accounting database.
56 /* Close user accounting database.
62 /* Get the next entry from the user accounting database.
68 /* Get the user accounting database entry corresponding to ID.
74 /* Get the user accounting database entry corresponding to LINE.
80 /* Write the entry UTMPX into the user accounting database.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h 50 /* Open user accounting database.
56 /* Close user accounting database.
62 /* Get the next entry from the user accounting database.
68 /* Get the user accounting database entry corresponding to ID.
74 /* Get the user accounting database entry corresponding to LINE.
80 /* Write the entry UTMPX into the user accounting database.
  /cts/tests/tests/database/src/android/database/cts/
DataSetObservableTest.java 17 package android.database.cts;
19 import android.database.DataSetObservable;
20 import android.database.DataSetObserver;
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieSyncManagerTest.java 46 // Remove all cookies from the database.
64 // Store the cookie to the database.
73 // Remove all cookies from the database.
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 23 import android.database.Cursor;
24 import android.database.SQLException;
25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteQueryBuilder;
67 // Database creation/version management helper.
83 Logger.getLogger("com.example.codelab.rssexample").info("DatabaseHelper.onCreate(): Created a database");
85 Logger.getLogger("com.example.codelab.rssexample").warning("DatabaseHelper.onCreate(): Couldn't create a database!");
92 // just drop the existing table, and recreate the database with the
101 // First we need to open the database. If this is our first time,
102 // the attempt to retrieve a database will thro
    [all...]
  /external/webkit/LayoutTests/storage/indexeddb/
database-basics-expected.txt 6 webkitIndexedDB.open('database-basics')
17 PASS db.name is "database-basics"
31 PASS db.name is "database-basics"
  /external/webkit/LayoutTests/storage/
private-browsing-noread-nowrite.html 92 var database = openDatabase("PrivateBrowsingNoReadNoWriteTest", "1.0", "Test private browsing no read/write safety", 1);
93 database.transaction(runSetup, endTest, endTest);
99 This test makes sure that attempts to change the database during private browsing fail.<br>
statement-error-callback.html 19 var database;
23 database.transaction(function(tx) {
64 database = openDatabase("StatementErrorCallbackTest", "1.0", "statement error callback test", 1024);

Completed in 714 milliseconds

1 2 3 4 5 6 7 891011>>