HomeSort by relevance Sort by last modified time
    Searched full:dbname (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.h 23 TableCache(const std::string& dbname, const Options* options, int entries);
db_impl.cc 90 Options SanitizeOptions(const std::string& dbname,
102 src.env->CreateDir(dbname); // In case it does not exist
103 src.env->RenameFile(InfoLogFileName(dbname), OldInfoLogFileName(dbname));
104 Status s = src.env->NewLogger(InfoLogFileName(dbname), &result.info_log);
116 DBImpl::DBImpl(const Options& raw_options, const std::string& dbname)
120 options_(SanitizeOptions(dbname, &internal_comparator_,
124 dbname_(dbname),
    [all...]
repair.cc 47 Repairer(const std::string& dbname, const Options& options)
48 : dbname_(dbname),
52 options_(SanitizeOptions(dbname, &icmp_, &ipolicy_, options)),
457 Status RepairDB(const std::string& dbname, const Options& options) {
458 Repairer repairer(dbname, options);
db_impl.h 28 DBImpl(const Options& options, const std::string& dbname);
db_test.cc 1481 std::string dbname = test::TmpDir() + "\/db_options_test"; local
2066 std::string dbname = test::TmpDir() + "\/leveldb_test_benchmark"; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
nss.h 41 /* Overwrite service selection for database DBNAME using specification
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
nss.h 41 /* Overwrite service selection for database DBNAME using specification
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
nss.h 41 /* Overwrite service selection for database DBNAME using specification
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app.js 49 var DBNAME = 'endurance-db';
56 var request = indexedDB.deleteDatabase(DBNAME);
60 request = indexedDB.open(DBNAME, DBVERSION);
indexeddb_app_worker.js 34 var DBNAME = 'endurance-db';
131 var request = indexedDB.open(DBNAME);
162 var request = indexedDB.open(DBNAME);
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 305 OpenFileContentProvider(String fileName, String dbName) {
307 mContext.deleteDatabase(dbName);
308 mDb = mContext.openOrCreateDatabase(dbName, Context.MODE_PRIVATE, null);
  /external/chromium_org/tools/page_cycler/database/pseudo-random-transactions/
index.html 95 dbName: "PseudoRandomTransactions",
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystem.h 63 // dbName - The name of the database.
66 static String getFileNameForNewDatabase(const String& dbDir, const String& dbName,
SQLiteFileSystem.cpp 55 const String&, const String& dbName, const String &originIdentifier, SQLiteDatabase*)
  /cts/tests/src/android/content/cts/
MockContentProvider.java 71 DatabaseHelper(Context context, String dbname) {
72 super(context, dbname, null, DBVERSION);
98 public MockContentProvider(String authority, String dbName) {
100 mDbName = dbName;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 379 def authorizer_cb(action, arg1, arg2, dbname, source):
423 def authorizer_cb(action, arg1, arg2, dbname, source):
432 def authorizer_cb(action, arg1, arg2, dbname, source):
441 def authorizer_cb(action, arg1, arg2, dbname, source):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 379 def authorizer_cb(action, arg1, arg2, dbname, source):
423 def authorizer_cb(action, arg1, arg2, dbname, source):
432 def authorizer_cb(action, arg1, arg2, dbname, source):
441 def authorizer_cb(action, arg1, arg2, dbname, source):
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java     [all...]
  /external/javasqlite/src/main/java/SQLite/
Shell.java 536 String dbname = null, sql = null; local
557 } else if (dbname == null) {
558 dbname = args[i];
566 if (dbname == null) {
571 s.db.open(dbname, 0);
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 139 String dbName = "ExampleName";
142 DatabaseUtils.createDbFromSqlStatements(getContext(), dbName, 1, sqls);
144 SQLiteDatabase db = getContext().openOrCreateDatabase(dbName, 0, null);
154 getContext().deleteDatabase(dbName);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 35 self.db.open(self.path, dbname=name, dbtype=db.DB_HASH,
test_basics.py 41 dbname = None variable in class:BasicTestCase
79 if self.dbname:
80 self.d.open(self.filename, self.dbname, self.dbtype,
198 if self.dbname:
199 self.d.open(self.filename, self.dbname)
978 dbname = 'first' variable in class:BasicMultiDBTestCase
1015 d1.open(self.filename, self.dbname, flags = self.dbopenflags)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 35 self.db.open(self.path, dbname=name, dbtype=db.DB_HASH,
test_basics.py 41 dbname = None variable in class:BasicTestCase
79 if self.dbname:
80 self.d.open(self.filename, self.dbname, self.dbtype,
198 if self.dbname:
199 self.d.open(self.filename, self.dbname)
978 dbname = 'first' variable in class:BasicMultiDBTestCase
1015 d1.open(self.filename, self.dbname, flags = self.dbopenflags)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 160 " create dbname : create a database\n"
161 " open dbname : open an existing database\n"

Completed in 415 milliseconds

12 3 4