HomeSort by relevance Sort by last modified time
    Searched refs:DB (Results 251 - 275 of 332) sorted by null

<<11121314

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.cc 379 if (!BrowserThread::IsMessageLoopValid(BrowserThread::DB) ||
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator_unittest.cc 135 // Create one node in history DB with timestamp of 3, and one node in sync
136 // DB with timestamp of 4. Result should contain one new item (4).
181 // deleted from the history DB but still exist in the sync DB).
211 // any other visit for this URL in the history DB. But we should sync visit
407 // We start up the model associator on the DB thread, block until we abort the
419 // Fire off to the DB thread to create the model associator and start
424 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE, callback);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 131 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB)));
425 if (range.first == range.second) // If no open db's for this origin
428 // Compact the first db's backing store since all the db's are in the same
430 IndexedDBDatabase* db = range.first->second;
431 IndexedDBBackingStore* backing_store = db->backing_store();
685 // Verify that open DB connections are closed when a tab is destroyed.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 1 """TestCases for multi-threaded access to a DB.
19 from test_all import db, dbutils, test_support, verbose, have_threads, \
33 dbtype = db.DB_UNKNOWN # must be set in derived class
43 self.env = db.DBEnv()
45 self.env.open(self.homeDir, self.envflags | db.DB_CREATE)
47 self.filename = self.__class__.__name__ + '.db'
48 self.d = db.DB(self.env)
51 self.d.open(self.filename, self.dbtype, self.dbopenflags|db.DB_CREATE)
69 dbopenflags = db.DB_THREA
20 get_new_environment_path, get_new_database_path namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 1 """TestCases for multi-threaded access to a DB.
19 from test_all import db, dbutils, test_support, verbose, have_threads, \
33 dbtype = db.DB_UNKNOWN # must be set in derived class
43 self.env = db.DBEnv()
45 self.env.open(self.homeDir, self.envflags | db.DB_CREATE)
47 self.filename = self.__class__.__name__ + '.db'
48 self.d = db.DB(self.env)
51 self.d.open(self.filename, self.dbtype, self.dbopenflags|db.DB_CREATE)
69 dbopenflags = db.DB_THREA
20 get_new_environment_path, get_new_database_path namespace
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 146 mGen.STM(mGen.AL, mGen.DB, mGen.SP, 1, mRegList);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_unittest.cc 24 #include "third_party/leveldatabase/src/include/leveldb/db.h"
218 scoped_ptr<LevelDBWrapper> db = InitializeLevelDB(); local
219 ASSERT_TRUE(db);
226 EXPECT_TRUE(PutFileToDB(db.get(), file->metadata).ok());
227 EXPECT_TRUE(PutTrackerToDB(db.get(), file->tracker).ok());
257 leveldb::DB* db = NULL; local
263 leveldb::DB::Open(options, database_dir_.path().AsUTF8Unsafe(), &db);
266 scoped_ptr<LevelDBWrapper> wrapper(new LevelDBWrapper(make_scoped_ptr(db)));
630 scoped_ptr<LevelDBWrapper> db = InitializeLevelDB(); local
739 scoped_ptr<LevelDBWrapper> db = InitializeLevelDB(); local
792 scoped_ptr<LevelDBWrapper> db = InitializeLevelDB(); local
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_database.cc 22 #include "third_party/leveldatabase/src/include/leveldb/db.h"
761 leveldb::DB* db = NULL; local
763 leveldb::DB::Open(options, path_.AsUTF8Unsafe(), &db));
766 DCHECK(!db);
770 db_.reset(db);
    [all...]
  /external/chromium_org/third_party/icu/source/data/sprep/
rfc3530cs.txt 75 09D8..09DB; ; UNASSIGNED
rfc3530mixp.txt 76 09D8..09DB; ; UNASSIGNED
rfc3920res.txt 76 09D8..09DB; ; UNASSIGNED
rfc4011.txt 75 09D8..09DB; ; UNASSIGNED
rfc4013.txt 76 09D8..09DB; ; UNASSIGNED
rfc4505.txt 75 09D8..09DB; ; UNASSIGNED
  /external/chromium_org/third_party/icu/source/test/testdata/
nfs4_cs_prep_cs.txt 67 09D8..09DB; ; UNASSIGNED
nfs4_mixed_prep_p.txt 67 09D8..09DB; ; UNASSIGNED
  /external/icu/icu4c/source/data/sprep/
rfc3530cs.txt 75 09D8..09DB; ; UNASSIGNED
rfc3530mixp.txt 76 09D8..09DB; ; UNASSIGNED
rfc3920res.txt 76 09D8..09DB; ; UNASSIGNED
rfc4011.txt 75 09D8..09DB; ; UNASSIGNED
rfc4013.txt 76 09D8..09DB; ; UNASSIGNED
rfc4505.txt 75 09D8..09DB; ; UNASSIGNED
  /external/icu/icu4c/source/test/testdata/
nfs4_cs_prep_cs.txt 67 09D8..09DB; ; UNASSIGNED
nfs4_mixed_prep_p.txt 67 09D8..09DB; ; UNASSIGNED
  /external/clang/include/clang/AST/
Decl.h     [all...]

Completed in 451 milliseconds

<<11121314