Home
last modified time | relevance | path

Searched defs:base_dir (Results 1 – 25 of 94) sorted by relevance

1234

/external/rust/crates/tokio/tests/
Dfs_dir.rs12 let base_dir = tempdir().unwrap(); in create_dir() localVariable
23 let base_dir = tempdir().unwrap(); in create_all() localVariable
33 let base_dir = tempdir().unwrap(); in build_dir() localVariable
51 let base_dir = tempdir().unwrap(); in build_dir_mode_read_only() localVariable
71 let base_dir = tempdir().unwrap(); in remove() localVariable
83 let base_dir = tempdir().unwrap(); in read_inherent() localVariable
/external/icing/icing/store/
Ddocument-log-creator.cc51 std::string MakeDocumentLogFilenameV0(const std::string& base_dir) { in MakeDocumentLogFilenameV0()
55 std::string MakeDocumentLogFilenameV1(const std::string& base_dir) { in MakeDocumentLogFilenameV1()
69 const std::string& base_dir, in Create()
109 const Filesystem* filesystem, const std::string& base_dir, in MigrateFromV0ToV1()
Ddocument-store.cc110 std::string MakeHeaderFilename(const std::string& base_dir) { in MakeHeaderFilename()
114 std::string MakeUriHashMapperWorkingPath(const std::string& base_dir) { in MakeUriHashMapperWorkingPath()
118 std::string MakeDocumentIdMapperFilename(const std::string& base_dir) { in MakeDocumentIdMapperFilename()
122 std::string MakeScoreCacheFilename(const std::string& base_dir) { in MakeScoreCacheFilename()
126 std::string MakeCorpusScoreCache(const std::string& base_dir) { in MakeCorpusScoreCache()
130 std::string MakeFilterCacheFilename(const std::string& base_dir) { in MakeFilterCacheFilename()
134 std::string MakeNamespaceMapperFilename(const std::string& base_dir) { in MakeNamespaceMapperFilename()
138 std::string MakeUsageStoreDirectoryName(const std::string& base_dir) { in MakeUsageStoreDirectoryName()
142 std::string MakeCorpusMapperFilename(const std::string& base_dir) { in MakeCorpusMapperFilename()
208 CreateUriMapper(const Filesystem& filesystem, const std::string& base_dir, in CreateUriMapper()
[all …]
Dusage-store.cc25 std::string MakeUsageScoreCacheFilename(const std::string& base_dir) { in MakeUsageScoreCacheFilename()
31 const Filesystem* filesystem, const std::string& base_dir) { in Create()
/external/icing/icing/schema/
Dschema-store.cc70 std::string MakeHeaderFilename(const std::string& base_dir) { in MakeHeaderFilename()
74 std::string MakeSchemaFilename(const std::string& base_dir) { in MakeSchemaFilename()
78 std::string MakeOverlaySchemaFilename(const std::string& base_dir) { in MakeOverlaySchemaFilename()
82 std::string MakeSchemaTypeMapperFilename(const std::string& base_dir) { in MakeSchemaTypeMapperFilename()
179 const Filesystem* filesystem, const std::string& base_dir, in Create()
195 const Filesystem* filesystem, const std::string& base_dir, in Create()
211 const Filesystem* filesystem, const std::string& base_dir, Header& header) { in DiscardOverlaySchema()
229 const Filesystem* filesystem, const std::string& base_dir, in MigrateSchema()
304 const Filesystem* filesystem, const std::string& base_dir) { in DiscardDerivedFiles()
310 SchemaStore::SchemaStore(const Filesystem* filesystem, std::string base_dir, in SchemaStore()
/external/python/cpython2/Lib/distutils/
Darchive_util.py51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): argument
193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/python/cpython3/Lib/distutils/
Darchive_util.py55 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
127 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): argument
206 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/python/setuptools/setuptools/_distutils/
Darchive_util.py55 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
127 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): argument
206 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/angle/build/android/
Dadb_logcat_printer.py72 def FindLogFiles(base_dir): argument
127 def ShutdownLogcatMonitor(base_dir, logger): argument
Dadb_logcat_monitor.py41 def StartLogcatIfNecessary(device_id, adb_cmd, base_dir): argument
96 def main(base_dir, adb_cmd='adb'): argument
/external/cronet/build/android/
Dadb_logcat_printer.py72 def FindLogFiles(base_dir): argument
127 def ShutdownLogcatMonitor(base_dir, logger): argument
Dadb_logcat_monitor.py41 def StartLogcatIfNecessary(device_id, adb_cmd, base_dir): argument
95 def main(base_dir, adb_cmd='adb'): argument
/external/jsoncpp/devtools/
Dtarball.py12 def make_tarball(tarball_path, sources, base_dir, prefix_dir=''): argument
48 def decompress(tarball_path, base_dir): argument
/external/icing/icing/index/
Dindex-processor_benchmark.cc174 const std::string& base_dir) { in CreateSchemaStore()
213 void CleanUp(const Filesystem& filesystem, const std::string& base_dir) { in CleanUp()
226 std::string base_dir = GetTestTempDir() + "/index_processor_benchmark"; in BM_IndexDocumentWithOneProperty() local
302 std::string base_dir = GetTestTempDir() + "/index_processor_benchmark"; in BM_IndexDocumentWithTenProperties() local
379 std::string base_dir = GetTestTempDir() + "/index_processor_benchmark"; in BM_IndexDocumentWithDiacriticLetters() local
456 std::string base_dir = GetTestTempDir() + "/index_processor_benchmark"; in BM_IndexDocumentWithHiragana() local
/external/icing/icing/scoring/
Dscore-and-rank_benchmark.cc98 const Filesystem* filesystem, const std::string& base_dir, in CreateDocumentStore()
110 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsByDocumentScore() local
219 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsByCreationTime() local
331 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsNoScoring() local
437 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsByRelevanceScoring() local
/external/tensorflow/tensorflow/c/experimental/saved_model/internal/testdata/
Dgen_saved_models.py38 def _gen_uninitialized_variable(base_dir): argument
71 def _gen_simple_while_loop(base_dir): argument
/external/autotest/client/cros/
Dcros_disks.py486 def create(self, base_dir): argument
501 def verify(self, base_dir): argument
518 def _create(self, base_dir): argument
521 def _verify(self, base_dir): argument
543 def _create(self, base_dir): argument
560 def _verify(self, base_dir): argument
603 def _create(self, base_dir): argument
613 def _verify(self, base_dir): argument
/external/icing/icing/query/
Dquery-processor_benchmark.cc112 const Filesystem* filesystem, const std::string& base_dir, in CreateDocumentStore()
132 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryOneTerm() local
266 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryFiveTerms() local
418 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryDiacriticTerm() local
555 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryHiragana() local
/external/cronet/build/
Dzip_helpers.py118 base_dir=None, argument
166 def zip_directory(output, base_dir, **kwargs): argument
/external/angle/build/
Dzip_helpers.py118 base_dir=None, argument
166 def zip_directory(output, base_dir, **kwargs): argument
/external/python/cpython2/Lib/
Dshutil.py352 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
416 def _call_external_zip(base_dir, zip_filename, verbose, dry_run, logger): argument
438 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): argument
541 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
/external/icing/icing/
Dicing-search-engine_backwards_compatibility_test.cc107 std::string base_dir = GetTestBaseDir() + "_migrate"; in TEST_F() local
247 std::string base_dir = GetTestBaseDir() + "_migrate"; in TEST_F() local
394 std::string base_dir = GetTestBaseDir() + "_migrate"; in TEST_F() local
/external/chromium-trace/
Dsystrace.py20 def RemoveAllStalePycFiles(base_dir): argument
/external/tensorflow/tensorflow/cc/experimental/libexport/
Dsave_test.cc28 const string base_dir = tensorflow::io::JoinPath( in TEST() local
/external/libchrome/mojo/public/tools/gn/
Dzip.py29 def DoZip(inputs, link_inputs, zip_inputs, output, base_dir): argument

1234