HomeSort by relevance Sort by last modified time
    Searched full:databases (Results 151 - 175 of 474) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseTracker.h 62 void getOpenDatabases(SecurityOrigin*, const String& name, HashSet<RefPtr<DatabaseBackendBase> >* databases);
DatabaseBackendBase.cpp 53 // Registering "opened" databases with the DatabaseTracker
55 // The DatabaseTracker maintains a list of databases that have been
65 // correlation to adding and removing databases from the tracker's list,
69 // The only databases instances not tracked by the tracker's open database
80 // (and un-returned) databases instances.
  /external/chromium_org/third_party/WebKit/Source/web/
WebWorkerClientImpl.h 54 // databases and other related functionality.
  /external/chromium_org/third_party/sqlite/src/doc/
pager-invariants.txt 45 *** Definition: Two databases (or the same database at two points it time)
  /external/chromium_org/third_party/sqlite/src/test/
crash6.test 11 # This file tests that rollback journals for databases that use a
attach3.test 13 # and schema changes to attached databases.
254 # Return a list of attached databases
superlock.test 29 # 3.*: As 2.*, for WAL databases with one or more frames in the WAL.
31 # 4.*: As 2.*, for WAL databases with one or more checkpointed frames
attach2.test 28 # Databases test.db and test2.db contain identical schemas. Make
178 # databases.
backup_ioerr.test 161 # Open the source and destination databases.
165 # Step 1: Populate the source and destination databases.
e_reindex.test 159 # all attached databases are rebuilt.
171 # collation-sequence name, then all indices in all attached databases
  /external/chromium_org/third_party/tlslite/tlslite/
BaseDB.py 35 raise ValueError("Can only open on-disk databases")
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
sql.php 64 'CREATE', 'CROSS', 'DATA', 'DATABASE', 'DATABASES',
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DatabaseConfig.java 19 isLoaded = false; //make sure to reset isLoaded or mixing databases in a test suite will fail.
  /frameworks/base/docs/html/training/load-data-background/
index.jd 26 <a href="{@docRoot}guide/topics/data/data-storage.html#db">Using Databases</a>
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc 187 blocked_local_shared_objects_.databases()->AddDatabase(
191 allowed_local_shared_objects_.databases()->AddDatabase(
  /external/chromium_org/crypto/
ec_private_key_nss.cc 101 // If USE_NSS is not defined, we initialize NSS with no databases, so we can't
134 // If USE_NSS is not defined, we initialize NSS with no databases, so we can't
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shelve.py 4 with dbm databases is that the values (not the keys!) in a shelf can
176 set_location() that have no counterpart in [g]dbm databases.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shelve.py 4 with dbm databases is that the values (not the keys!) in a shelf can
176 set_location() that have no counterpart in [g]dbm databases.
  /external/chromium/chrome/browser/history/
text_database_manager.cc 135 // Commit all databases with open transactions on them.
382 // Close all open databases.
432 // to the individual databases.
444 // Iterate over the databases from the most recent backwards.
486 // When there were no databases in the range, we need to fix up the min time.
text_database_unittest.cc 98 // Create databases with this function, which will ensure that the files are
120 // Directory containing the databases.
  /external/chromium_org/sql/
connection.h 96 // databases.
172 // OpenInMemory() for small databases, but can page to disk if the
288 // Attached databases---------------------------------------------------------
562 // databases (incorrect use of the API) from calls to once-valid
563 // databases.
  /external/chromium_org/third_party/sqlite/src/src/
attach.c 85 ** * Too many attached databases,
90 zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d",
140 "attached databases must use the same text encoding as main database");
  /external/chromium_org/third_party/leveldatabase/src/doc/
benchmark.html 107 databases. Following sections show how performance changes as various
111 <li> Databases are opened in <em>asynchronous</em> write mode.
236 of all of the databases. Since this change significantly slows down the
287 all of the databases (the SQLite3 numbers are just a copy of
375 to LevelDB's cache. The other databases don't differentiate between a
410 <p>As expected, the read performance of all of the databases increases
  /external/chromium_org/chrome/browser/history/
history_backend.h 477 // state into the HistoryBackend databases. Close all of the databases managed
478 // HistoryBackend as there are no provisions for accessing the other databases
607 // Closes all databases managed by HistoryBackend. Commits any pending
    [all...]
  /external/chromium_org/chrome/browser/performance_monitor/
database.h 80 // within a timerange. Without it, all the metric databases would need to be
288 // The directory where all the databases will reside.

Completed in 1635 milliseconds

1 2 3 4 5 67 8 91011>>