Home
last modified time | relevance | path

Searched refs:get_database_path (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/xapian-core/xapian-core-1.4.18/tests/
H A Dapi_compactold.cc100 string a = get_database_path("compactnorenumber1a", make_sparse_db,
107 string b = get_database_path("compactnorenumber1b", make_sparse_db,
109 string c = get_database_path("compactnorenumber1c", make_sparse_db,
111 string d = get_database_path("compactnorenumber1d", make_sparse_db,
244 string indbpath = get_database_path("apitest_simpledata"); in DEFINE_TESTCASE()
279 string indbpath = get_database_path("compactmultichunks1in", in DEFINE_TESTCASE()
428 string a = get_database_path("compactmissingtables1a", in DEFINE_TESTCASE()
430 string b = get_database_path("compactmissingtables1b", in DEFINE_TESTCASE()
467 string a = get_database_path("compactmergesynonym1a", in DEFINE_TESTCASE()
469 string b = get_database_path("compactmergesynonym1b", in DEFINE_TESTCASE()
[all …]
H A Dapi_compact.cc106 string a = get_database_path("compactnorenumber1a", make_sparse_db,
113 string b = get_database_path("compactnorenumber1b", make_sparse_db,
115 string c = get_database_path("compactnorenumber1c", make_sparse_db,
117 string d = get_database_path("compactnorenumber1d", make_sparse_db,
241 string indbpath = get_database_path("apitest_simpledata"); in DEFINE_TESTCASE()
315 string indbpath = get_database_path("compactmultichunks1in", in DEFINE_TESTCASE()
456 string a = get_database_path("compactmissingtables1a", in DEFINE_TESTCASE()
458 string b = get_database_path("compactmissingtables1b", in DEFINE_TESTCASE()
496 string a = get_database_path("compactmergesynonym1a", in DEFINE_TESTCASE()
498 string b = get_database_path("compactmergesynonym1b", in DEFINE_TESTCASE()
[all …]
H A Dapitest.cc72 get_database_path(const string &dbname) in get_database_path() function
74 return backendmanager->get_database_path(dbname); in get_database_path()
78 get_database_path(const std::string &dbname, in get_database_path() function
83 return backendmanager->get_database_path(dbname, gen, arg); in get_database_path()
H A Dapitest.h39 std::string get_database_path(const std::string &db);
41 std::string get_database_path(const std::string &db,
H A Dapi_db.cc76 out << "auto ../" << get_database_path("apitest_simpledata") << endl; in DEFINE_TESTCASE()
102 << ' ' << get_database_path("apitest_simpledata") << endl; in DEFINE_TESTCASE()
228 out << "auto ../" << get_database_path("apitest_simpledata") << "\n" in DEFINE_TESTCASE()
263 "auto ../" << get_database_path("apitest_simpledata") << endl; in DEFINE_TESTCASE()
345 << ' ' << get_database_path("apitest_simpledata") << endl; in DEFINE_TESTCASE()
H A Dapi_backend.cc1474 const string & db_path = get_database_path("apitest_simpledata"); in DEFINE_TESTCASE()
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/
H A Dapi_compact.cc98 string a = get_database_path("compactnorenumber1a", make_sparse_db, in DEFINE_TESTCASE()
105 string b = get_database_path("compactnorenumber1b", make_sparse_db, in DEFINE_TESTCASE()
107 string c = get_database_path("compactnorenumber1c", make_sparse_db, in DEFINE_TESTCASE()
109 string d = get_database_path("compactnorenumber1d", make_sparse_db, in DEFINE_TESTCASE()
249 string indbpath = get_database_path("apitest_simpledata");
286 string indbpath = get_database_path("compactmultichunks1in", in DEFINE_TESTCASE()
444 string a = get_database_path("compactmissingtables1a", in DEFINE_TESTCASE()
446 string b = get_database_path("compactmissingtables1b", in DEFINE_TESTCASE()
485 string a = get_database_path("compactmergesynonym1a", in DEFINE_TESTCASE()
487 string b = get_database_path("compactmergesynonym1b", in DEFINE_TESTCASE()
[all …]
H A Dapitest.cc71 get_database_path(const string &dbname) in get_database_path() function
73 return backendmanager->get_database_path(dbname); in get_database_path()
77 get_database_path(const std::string &dbname, in get_database_path() function
82 return backendmanager->get_database_path(dbname, gen, arg); in get_database_path()
H A Dapitest.h39 std::string get_database_path(const std::string &db);
41 std::string get_database_path(const std::string &db,
H A Dapi_db.cc79 out << "auto ../" << get_database_path("apitest_simpledata") << endl;
106 << ' ' << get_database_path("apitest_simpledata") << endl;
132 out << "auto ../" << get_database_path("apitest_simpledata") << "\n"
173 "auto ../" << get_database_path("apitest_simpledata") << endl;
/dports/databases/xapian-core/xapian-core-1.4.18/tests/harness/
H A Dbackendmanager.h112 std::string get_database_path(const std::vector<std::string> &files);
115 std::string get_database_path(const std::string &file);
118 std::string get_database_path(const std::string &dbname,
H A Dbackendmanager.cc153 BackendManager::get_database_path(const std::string &dbname, in get_database_path() function in BackendManager
192 BackendManager::get_database_path(const vector<string> & files) in get_database_path() function in BackendManager
198 BackendManager::get_database_path(const string & file) in get_database_path() function in BackendManager
H A Dbackendmanager_remote.cc73 args += sub_manager->get_database_path(files); in get_remote_database_args()
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/harness/
H A Dbackendmanager.h179 std::string get_database_path(const std::vector<std::string> &files);
182 std::string get_database_path(const std::string &file);
185 std::string get_database_path(const std::string &dbname,
H A Dbackendmanager.cc309 BackendManager::get_database_path(const std::string &dbname, in get_database_path() function in BackendManager
340 BackendManager::get_database_path(const vector<string> & files) in get_database_path() function in BackendManager
346 BackendManager::get_database_path(const string & file) in get_database_path() function in BackendManager
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/data/gencerts/
H A D__init__.py237 if not os.path.exists(self.get_database_path()):
238 write_string_to_file('', self.get_database_path())
340 def get_database_path(self): member in Certificate
455 section.set_property('database', self.get_database_path())
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/data/gencerts/
H A D__init__.py238 if not os.path.exists(self.get_database_path()):
239 write_string_to_file('', self.get_database_path())
341 def get_database_path(self): member in Certificate
456 section.set_property('database', self.get_database_path())
/dports/devel/tdl/tdl-1.5.2/
H A Dmain.c163 static char *get_database_path(int traverse_up)/*{{{*/ in get_database_path() function
480 char *dbpath = get_database_path(0); in process_create()
859 current_database_path = get_database_path(1); in main()
/dports/devel/monotone/monotone-1.1/src/
H A Ddatabase.hh614 void get_database_path(options const & opts, system_path & path,
H A Dcmd_db.cc527 helper.get_database_path(workspace_opts, workspace_db_path);
H A Dwork.cc641 helper.get_database_path(opts, new_db_path); in set_options()
649 helper.get_database_path(cur_opts, old_db_path); in set_options()
H A Dcmd_list.cc644 helper.get_database_path(workspace_opts, workspace_db_path); in print_workspace_info()
H A Ddatabase.cc533 helper.get_database_path(opts, dbpath, dbopts); in init()
4955 database_path_helper::get_database_path(options const & opts, in get_database_path() function in database_path_helper
/dports/databases/xapian-core12/xapian-core-1.2.25/
H A DChangeLog7466 get_database_path() variant which takes a generator function and use
12943 BackendManager::get_database_path() to eliminate knowledge of
12955 get_database_path() method and use this in the default
/dports/databases/xapian-core/xapian-core-1.4.18/
H A DNEWS783 * Add PATH annotation for testcases needing get_database_path() to avoid having

12