Home
last modified time | relevance | path

Searched defs:dbname (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/leveldb/db/
H A Dfilename.cc20 static std::string MakeFileName(const std::string& dbname, uint64_t number, in MakeFileName()
28 std::string LogFileName(const std::string& dbname, uint64_t number) { in LogFileName()
33 std::string TableFileName(const std::string& dbname, uint64_t number) { in TableFileName()
38 std::string SSTTableFileName(const std::string& dbname, uint64_t number) { in SSTTableFileName()
43 std::string DescriptorFileName(const std::string& dbname, uint64_t number) { in DescriptorFileName()
51 std::string CurrentFileName(const std::string& dbname) { in CurrentFileName()
55 std::string LockFileName(const std::string& dbname) { return dbname + "/LOCK"; } in LockFileName()
57 std::string TempFileName(const std::string& dbname, uint64_t number) { in TempFileName()
62 std::string InfoLogFileName(const std::string& dbname) { in InfoLogFileName()
67 std::string OldInfoLogFileName(const std::string& dbname) { in OldInfoLogFileName()
[all …]
H A Ddb_impl.cc94 Options SanitizeOptions(const std::string& dbname, in SanitizeOptions()
126 DBImpl::DBImpl(const Options& raw_options, const std::string& dbname) in DBImpl()
1483 Status DB::Open(const Options& options, const std::string& dbname, DB** dbptr) { in Open()
1528 Status DestroyDB(const std::string& dbname, const Options& options) { in DestroyDB()
H A Drepair.cc47 Repairer(const std::string& dbname, const Options& options) in Repairer()
446 Status RepairDB(const std::string& dbname, const Options& options) { in RepairDB()
H A Dbuilder.cc17 Status BuildTable(const std::string& dbname, Env* env, const Options& options, in BuildTable()
H A Ddb_test.cc1645 std::string dbname = testing::TempDir() + "db_options_test"; in TEST_F() local
1684 std::string dbname = testing::TempDir() + "db_empty_dir"; in TEST_F() local
1712 std::string dbname = testing::TempDir() + "open_db_dir"; in TEST_F() local
2307 std::string dbname = testing::TempDir() + "leveldb_test_benchmark"; in BM_LogAndApply() local
H A Dtable_cache.cc32 TableCache::TableCache(const std::string& dbname, const Options& options, in TableCache()
H A Dc_test.c153 char* dbname; in main() local
H A Dversion_set.cc733 VersionSet::VersionSet(const std::string& dbname, const Options* options, in VersionSet()
/aosp_15_r20/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py385 def authorizer_cb(action, arg1, arg2, dbname, source): argument
429 def authorizer_cb(action, arg1, arg2, dbname, source): argument
438 def authorizer_cb(action, arg1, arg2, dbname, source): argument
447 def authorizer_cb(action, arg1, arg2, dbname, source): argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_userfunctions.py777 def authorizer_cb(action, arg1, arg2, dbname, source): argument
819 def authorizer_cb(action, arg1, arg2, dbname, source): argument
836 def authorizer_cb(action, arg1, arg2, dbname, source): argument
845 def authorizer_cb(action, arg1, arg2, dbname, source): argument
/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py41 dbname = None variable in BasicTestCase
978 dbname = 'first' variable in BasicMultiDBTestCase
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
H A DPUserDatabaseParser.java95 StringBuffer dbname = new StringBuffer(); in parseheader() local
/aosp_15_r20/packages/modules/SdkExtensions/gen_sdk/
Dgen_sdk.py76 def ValidateDatabase(database, dbname): argument
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/
H A DShell.java536 String dbname = null, sql = null; in main() local
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DMockContentProvider.java83 DatabaseHelper(Context context, String dbname) { in DatabaseHelper()
/aosp_15_r20/external/python/cpython2/Lib/bsddb/
Ddbshelve.py81 dbenv=None, dbname=None): argument
/aosp_15_r20/external/iproute2/misc/
H A Darpd.c42 char *dbname = "/var/lib/arpd/arpd.db"; variable
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.c927 …k(void* user_arg, int action, const char* arg1, const char* arg2 , const char* dbname, const char*… in _authorizer_callback()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c1243 const char *arg2 , const char *dbname, in authorizer_callback()
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
HDsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/ ...
/aosp_15_r20/external/python/cpython2/Modules/
D_bsddb.c2357 char* dbname = NULL; in DB_open() local
2566 const char *filename, *dbname; in DB_get_dbname() local
/aosp_15_r20/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4351 jstring dbname, jstring table, in Java_SQLite_Database__1open_1blob()
/aosp_15_r20/out/soong/.intermediates/external/nist-sip/nist-sip/android_common/javac/
Dnist-sip.jarMETA-INF/ META-INF/MANIFEST.MF gov/ gov/nist/ gov/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/net/voip/voip-common/android_common/combined/
Dvoip-common.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...

123