HomeSort by relevance Sort by last modified time
    Searched full:database (Results 401 - 425 of 4506) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.h 23 // in terms of a SQLite database. For documentation about the actual member
26 // If provided, a |SpecialStoragePolicy| is consulted when the SQLite database
  /external/chromium_org/chrome/browser/webdata/
logins_table.h 19 // This class manages the logins table within the SQLite database passed to the
28 // Retrieves the LoginsTable* owned by |database|.
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend.h 31 // Remove expired elements from the database and commit if needed.
35 // to Autofill records of the database.
  /external/chromium_org/components/nacl/browser/
nacl_validation_cache.h 27 // Is the validation signature in the database?
30 // Put the validation signature in the database.
  /external/chromium_org/content/test/data/indexeddb/
version_change_blocked.js 18 // Prepare the database, then exit normally
43 // Open the database and try a setVersion
  /external/chromium_org/sync/syncable/
directory_backing_store.h 37 // The DirectoryBackingStore will own an sqlite lock on its database for most of
39 // the database simultaneously. Because the lock exists at the database level,
55 // clean up unused entries from the database and migrate to the latest
56 // database version. The caller can safely ignore these details.
64 // Updates the on-disk store with the input |snapshot| as a database
124 // the ModelType enum and the values we persist in the database to identify
132 // Runs an integrity check on the current database. If the
  /external/chromium_org/sync/test/
test_directory_backing_store.h 15 // database. This makes it more flexible (and more complex) than the
19 // This constructor takes a handle to a database. The caller maintains
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.cpp 57 SQLiteDatabase* database = &db->sqliteDatabase(); local
59 SQLiteStatement statement(*database, m_statement);
66 db->setLastErrorMessage("could not prepare statement", result, database->lastErrorMsg());
89 db->setLastErrorMessage("could not bind value", result, database->lastErrorMsg());
114 db->setLastErrorMessage("could not iterate results", result, database->lastErrorMsg());
120 resultSet->setInsertId(database->lastInsertRowID());
132 db->setLastErrorMessage("could not execute statement", result, database->lastErrorMsg());
136 resultSet->setRowsAffected(database->lastChanges());
WindowWebDatabase.idl 30 [RuntimeEnabled=Database, MeasureAs=OpenWebDatabase, PerWorldBindings, ActivityLogging=ForIsolatedWorlds, RaisesException] Database openDatabase(DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback creationCallback);
  /external/chromium_org/third_party/leveldatabase/src/doc/
index.html 17 <h1>Opening A Database</h1>
19 A <code>leveldb</code> database has a name which corresponds to a file system
20 directory. All of the contents of database are stored in this
21 directory. The following example shows how to open a database,
35 If you want to raise an error if the database already exists, add
51 <h1>Closing A Database</h1>
53 When you are done with a database, just delete the database object.
63 The database provides <code>Put</code>, <code>Delete</code>, and <code>Get</code> methods to
64 modify/query the database. For example, the following cod
    [all...]
  /external/chromium_org/third_party/sqlite/src/doc/
vfs-shm.txt 39 lock promises never to read pages from the database file
48 CHECKPOINT - It is OK to write any WAL data into the database file
80 kind of SHM lock or an EXCLUSIVE lock on the original database.
81 The original database is the file named in the 2nd parameter to
84 (6) A holder of a READ_FULL will never read any page of the database
89 an EXCLUSIVE on the original database file.
93 the original database files.
96 EXCLUSIVE on the original database file, in order to reset the
  /external/chromium_org/third_party/sqlite/src/src/
sqliteLimit.h 38 ** The hard upper limit here is 32676. Most database people will
39 ** tell you that in a well-normalized database, you usually should
101 ** The maximum number of in-memory pages to use for the main database
113 ** checkpointing the database in WAL mode.
142 ** compiled with a different limit. If a process operating on a database
145 ** the aborted transaction. This could lead to database corruption.
154 ** The default size of a database page.
181 ** Maximum number of pages in one database file.
  /external/chromium_org/third_party/sqlite/src/test/
busy.test 37 } {1 {database is locked}}
53 } {1 {database is locked}}
fts3corrupt.test 24 # as database corruption.
42 } {1 {database disk image is malformed}}
71 } {1 {database disk image is malformed}}
88 } {1 {database disk image is malformed}}
113 } {1 {database disk image is malformed}}
132 } {1 {database disk image is malformed}}
154 } {1 {database disk image is malformed}}
158 } {1 {database disk image is malformed}}
fuzz3.test 13 # the database file by changing the values of pseudo-randomly selected
104 # This block creates a database to work with.
129 # Randomly modify a single byte of the database file somewhere within
148 || $msg eq "database or disk is full"
149 || $msg eq "database disk image is malformed"
150 || $msg eq "file is encrypted or is not a database"
151 || [string match "malformed database schema*" $msg]
159 # Restore the original database file content. Test that the correct
index3.test 43 # This test corrupts the database file so it must be the last test
54 } {1 {malformed database schema (t1) - near "nonsense": syntax error}}
notify3.test 56 } {1 {database schema is locked: aux}}
66 } {(262) database schema is locked: aux}
81 set err {{1 {unable to open database: test.db2}}}
84 # When a new database is attached, the connection doing the attaching
85 # tries to load any unloaded schemas for both the new database and any
86 # already attached databases (including the main database). If it is
96 # be executed as part of the [sqlite3] command that opens the database.
97 # Executing such SQL causes SQLite to load the database schema into memory
savepoint5.test 12 # Verify that a SAVEPOINT on a new, empty database followed by a
14 # empty database.
walshared.test 48 } {1 {database table is locked}}
52 } {1 {database table is locked}}
  /external/chromium_org/tools/grit/grit/testdata/
deleted.html 2 <html><head><title>Database Deleted</title>
17 <center>The database has been deleted. Click <a href="[$~HOMEPAGE~$]">here</a> to continue.</center>
  /external/chromium_org/webkit/browser/fileapi/
sandbox_isolated_origin_database.h 17 // This origin database implementation supports only one origin
24 // Initialize this database for |origin| which makes GetPathForOrigin return
sandbox_prioritized_origin_database.h 27 // Sets |origin| as primary origin in this database (e.g. may
29 // Returns false if this database already has a primary origin
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
copyright 10 + trivial database library - standalone version
12 - trivial database library - private includes
  /external/javasqlite/src/main/java/SQLite/
Function.java 23 * SQLite.Database db = new SQLite.Database();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDatabaseUtils.java 3 import android.database.DatabaseUtils;
4 import android.database.sqlite.SQLiteProgram;

Completed in 573 milliseconds

<<11121314151617181920>>