/external/rust/android-crates-io/crates/tokio/tests/ |
D | fs_dir.rs | 12 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/ |
D | document-log-creator.cc | 52 std::string MakeDocumentLogFilenameV0(const std::string& base_dir) { in MakeDocumentLogFilenameV0() 56 std::string MakeDocumentLogFilenameV1(const std::string& base_dir) { in MakeDocumentLogFilenameV1() 70 const std::string& base_dir, in Create() 109 const Filesystem* filesystem, const std::string& base_dir, in MigrateFromV0ToV1()
|
D | document-store.cc | 119 std::string MakeHeaderFilename(const std::string& base_dir) { in MakeHeaderFilename() 123 std::string MakeUriHashMapperWorkingPath(const std::string& base_dir) { in MakeUriHashMapperWorkingPath() 127 std::string MakeDocumentIdMapperFilename(const std::string& base_dir) { in MakeDocumentIdMapperFilename() 131 std::string MakeScoreCacheFilename(const std::string& base_dir) { in MakeScoreCacheFilename() 135 std::string MakeScorablePropertyCacheFilename(const std::string& base_dir) { in MakeScorablePropertyCacheFilename() 139 std::string MakeCorpusScoreCache(const std::string& base_dir) { in MakeCorpusScoreCache() 143 std::string MakeFilterCacheFilename(const std::string& base_dir) { in MakeFilterCacheFilename() 147 std::string MakeNamespaceMapperFilename(const std::string& base_dir) { in MakeNamespaceMapperFilename() 151 std::string MakeUsageStoreDirectoryName(const std::string& base_dir) { in MakeUsageStoreDirectoryName() 155 std::string MakeCorpusMapperFilename(const std::string& base_dir) { in MakeCorpusMapperFilename() [all …]
|
D | usage-store.cc | 26 std::string MakeUsageScoreCacheFilename(const std::string& base_dir) { in MakeUsageScoreCacheFilename() 32 const Filesystem* filesystem, const std::string& base_dir) { in Create()
|
D | blob-store.cc | 61 std::string MakeBlobInfoProtoLogFileName(const std::string& base_dir) { in MakeBlobInfoProtoLogFileName() 65 std::string MakeBlobFileDir(const std::string& base_dir) { in MakeBlobFileDir() 69 std::string MakeBlobFilePath(const std::string& base_dir, in MakeBlobFilePath() 142 const Filesystem* filesystem, std::string base_dir, const Clock* clock, in Create()
|
/external/cronet/stable/build/android/ |
D | adb_logcat_printer.py | 72 def FindLogFiles(base_dir): argument 127 def ShutdownLogcatMonitor(base_dir, logger): argument
|
D | adb_logcat_monitor.py | 41 def StartLogcatIfNecessary(device_id, adb_cmd, base_dir): argument 96 def main(base_dir, adb_cmd='adb'): argument
|
/external/cronet/tot/build/android/ |
D | adb_logcat_printer.py | 72 def FindLogFiles(base_dir): argument 127 def ShutdownLogcatMonitor(base_dir, logger): argument
|
D | adb_logcat_monitor.py | 41 def StartLogcatIfNecessary(device_id, adb_cmd, base_dir): argument 96 def main(base_dir, adb_cmd='adb'): argument
|
/external/angle/build/android/ |
D | adb_logcat_printer.py | 72 def FindLogFiles(base_dir): argument 127 def ShutdownLogcatMonitor(base_dir, logger): argument
|
D | adb_logcat_monitor.py | 41 def StartLogcatIfNecessary(device_id, adb_cmd, base_dir): argument 96 def main(base_dir, adb_cmd='adb'): argument
|
/external/jsoncpp/devtools/ |
D | tarball.py | 12 def make_tarball(tarball_path, sources, base_dir, prefix_dir=''): argument 48 def decompress(tarball_path, base_dir): argument
|
/external/icing/icing/index/ |
D | index-processor_benchmark.cc | 176 const std::string& base_dir, const FeatureFlags& feature_flags) { in CreateSchemaStore() 215 void CleanUp(const Filesystem& filesystem, const std::string& base_dir) { in CleanUp() 229 std::string base_dir = GetTestTempDir() + "/index_processor_benchmark"; in BM_IndexDocumentWithOneProperty() local 308 std::string base_dir = GetTestTempDir() + "/index_processor_benchmark"; in BM_IndexDocumentWithTenProperties() local 388 std::string base_dir = GetTestTempDir() + "/index_processor_benchmark"; in BM_IndexDocumentWithDiacriticLetters() local 468 std::string base_dir = GetTestTempDir() + "/index_processor_benchmark"; in BM_IndexDocumentWithHiragana() local
|
/external/tensorflow/tensorflow/c/experimental/saved_model/internal/testdata/ |
D | gen_saved_models.py | 38 def _gen_uninitialized_variable(base_dir): argument 71 def _gen_simple_while_loop(base_dir): argument
|
/external/icing/icing/schema/ |
D | schema-store.cc | 81 std::string MakeHeaderFilename(const std::string& base_dir) { in MakeHeaderFilename() 85 std::string MakeSchemaFilename(const std::string& base_dir) { in MakeSchemaFilename() 89 std::string MakeOverlaySchemaFilename(const std::string& base_dir) { in MakeOverlaySchemaFilename() 93 std::string MakeSchemaTypeMapperFilename(const std::string& base_dir) { in MakeSchemaTypeMapperFilename() 287 const Filesystem* filesystem, const std::string& base_dir, in Create() 305 const Filesystem* filesystem, const std::string& base_dir, in Create() 374 const Filesystem* filesystem, const std::string& base_dir, Header& header) { in DiscardOverlaySchema() 392 const Filesystem* filesystem, const std::string& base_dir, in MigrateSchema() 431 const Filesystem* filesystem, const std::string& base_dir, in HandleOverlaySchemaForVersionChange() 491 const Filesystem* filesystem, const std::string& base_dir) { in DiscardDerivedFiles() [all …]
|
/external/icing/icing/scoring/ |
D | score-and-rank_benchmark.cc | 100 const Filesystem* filesystem, const std::string& base_dir, in CreateDocumentStore() 113 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsByDocumentScore() local 224 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsByCreationTime() local 338 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsNoScoring() local 446 const std::string base_dir = GetTestTempDir() + "/score_and_rank_benchmark"; in BM_ScoreAndRankDocumentHitsByRelevanceScoring() local
|
/external/autotest/client/cros/ |
D | cros_disks.py | 486 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/cronet/stable/build/ |
D | zip_helpers.py | 118 base_dir=None, argument 166 def zip_directory(output, base_dir, **kwargs): argument
|
/external/cronet/tot/build/ |
D | zip_helpers.py | 118 base_dir=None, argument 166 def zip_directory(output, base_dir, **kwargs): argument
|
/external/angle/build/ |
D | zip_helpers.py | 118 base_dir=None, argument 166 def zip_directory(output, base_dir, **kwargs): argument
|
/external/icing/icing/query/ |
D | query-processor_benchmark.cc | 114 const Filesystem* filesystem, const std::string& base_dir, in CreateDocumentStore() 135 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryOneTerm() local 274 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryFiveTerms() local 431 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryDiacriticTerm() local 573 const std::string base_dir = GetTestTempDir() + "/query_processor_benchmark"; in BM_QueryHiragana() local
|
/external/icing/icing/ |
D | icing-search-engine_backwards_compatibility_test.cc | 107 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/ |
D | systrace.py | 20 def RemoveAllStalePycFiles(base_dir): argument
|
/external/tensorflow/tensorflow/cc/experimental/libexport/ |
D | save_test.cc | 28 const string base_dir = tensorflow::io::JoinPath( in TEST() local
|
/external/libchrome/mojo/public/tools/gn/ |
D | zip.py | 29 def DoZip(inputs, link_inputs, zip_inputs, output, base_dir): argument
|