/external/sdv/vsomeip/third_party/boost/process/test/ |
D | start_dir.cpp | 23 struct test_dir struct 26 test_dir(const std::string &s) : s_(s) in test_dir() function 28 ~test_dir() { boost::filesystem::remove(s_); } in ~test_dir() argument
|
/external/leveldb/util/ |
D | env_posix_test.cc | 186 std::string test_dir; in TEST_F() local 221 std::string test_dir; in TEST_F() local 238 std::string test_dir; in TEST_F() local 266 std::string test_dir; in TEST_F() local 283 std::string test_dir; in TEST_F() local 300 std::string test_dir; in TEST_F() local 317 std::string test_dir; in TEST_F() local
|
D | env_test.cc | 30 std::string test_dir; in TEST_F() local 171 std::string test_dir; in TEST_F() local 188 std::string test_dir; in TEST_F() local 212 std::string test_dir; in TEST_F() local
|
D | env_windows_test.cc | 28 std::string test_dir; in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/mlir/ |
D | runlit.site.cfg.py | 63 test_dir = os.environ['TEST_TARGET'] variable 64 test_dir = test_dir.strip('/').rsplit(':', 1)[0] variable
|
/external/icing/icing/ |
D | icing-search-engine_benchmark.cc | 210 std::string test_dir = GetTestTempDir() + "/icing/benchmark"; in BM_IndexLatency() local 249 std::string test_dir = GetTestTempDir() + "/icing/benchmark"; in BM_QueryLatency() local 296 std::string test_dir = GetTestTempDir() + "/icing/benchmark"; in BM_IndexThroughput() local 362 std::string test_dir = GetTestTempDir() + "/icing/benchmark"; in BM_MutlipleIndices() local 490 std::string test_dir = GetTestTempDir() + "/icing/benchmark"; in BM_SearchNoStackOverflow() local 556 std::string test_dir = GetTestTempDir() + "/icing/benchmark"; in BM_RepeatedPut() local 606 std::string test_dir = GetTestTempDir() + "/icing/benchmark"; in BM_Put() local 641 std::string test_dir = GetTestTempDir() + "/icing/benchmark"; in BM_Get() local 678 std::string test_dir = GetTestTempDir() + "/icing/benchmark"; in BM_Delete() local 718 std::string test_dir = GetTestTempDir() + "/icing/benchmark"; in BM_PutMaxAllowedDocuments() local [all …]
|
/external/autotest/contrib/ |
D | upload_results.py | 503 def write_bug_id(self, test_dir, bug_id): argument 571 def upload_result_and_notify(self, test_dir, moblab_id, job, force): argument 578 def upload_batch_files(self, gs_path, test_dir, files): argument 590 def upload_result(self, test_dir, moblab_id, job_id, hostname): argument 643 def send_pubsub_message(self, test_dir, moblab_id, job_id): argument 678 def uploaded(self, test_dir): argument
|
/external/pytorch/scripts/compile_tests/ |
D | update_failures.py | 42 filename, test_dir, unexpected_successes, new_xfails, new_skips, unexpected_skips argument 142 def update(filename, test_dir, py38_dir, py311_dir, also_remove_skips): argument
|
/external/tensorflow/tensorflow/python/framework/ |
D | meta_graph_test.py | 337 def _testScopedExport(self, test_dir, exported_filenames): argument 422 def _testScopedImport(self, test_dir, exported_filenames): argument 705 def _testScopedExportWithQueue(self, test_dir, exported_filename): argument 723 def _testScopedImportWithQueue(self, test_dir, exported_filename, argument
|
/external/flatbuffers/tests/nim/ |
D | testnim.py | 8 test_dir = test_nim_dir.parent variable
|
/external/rust/android-crates-io/crates/tokio/tests/ |
D | fs_remove_dir_all.rs | 11 let test_dir = temp_dir.path().join("test"); in remove_dir_all() localVariable
|
/external/sdv/vsomeip/third_party/boost/filesystem/example/ |
D | directory_symlink_parent_resolution.cpp | 27 path test_dir(current_path() / "dspr_demo"); in cpp_main() local
|
/external/autotest/server/cros/power/ |
D | wrapper_test_runner.py | 28 def __init__(self, config, test_dir): argument
|
/external/rust/crates/vhost-device-vsock/src/ |
D | main.rs | 343 let test_dir = tempdir().expect("Could not create a temp test directory."); in test_vsock_config_setup() localVariable 367 let test_dir = tempdir().expect("Could not create a temp test directory."); in test_vsock_config_setup_from_vm_args() localVariable 440 let test_dir = tempdir().expect("Could not create a temp test directory."); in test_vsock_config_setup_from_file() localVariable 510 let test_dir = tempdir().expect("Could not create a temp test directory."); in test_vsock_server() localVariable
|
/external/cronet/tot/third_party/boringssl/src/pki/ |
D | cert_issuer_source_static_unittest.cc | 40 std::string test_dir = "testdata/cert_issuer_source_static_unittest/"; in TEST() local
|
/external/cronet/stable/third_party/boringssl/src/pki/ |
D | cert_issuer_source_static_unittest.cc | 40 std::string test_dir = "testdata/cert_issuer_source_static_unittest/"; in TEST() local
|
/external/ltp/testcases/kernel/syscalls/readdir/ |
D | readdir01.c | 47 DIR *test_dir; in verify_readdir() local
|
/external/pytorch/torch/testing/_internal/ |
D | dynamo_test_failures.py | 58 test_dir = find_test_dir() variable
|
/external/icing/icing/scoring/advanced_scoring/ |
D | advanced-scorer_fuzz_test.cc | 39 const std::string test_dir = GetTestTempDir() + "/icing"; in LLVMFuzzerTestOneInput() local
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 1957 def _testMultiSaverCollectionSave(self, test_dir): argument 2001 def _testMultiSaverCollectionRestore(self, test_dir): argument 2152 def _testGraphExtensionSave(self, test_dir): argument 2218 def _testGraphExtensionRestore(self, test_dir): argument 2256 def _testRestoreFromTrainGraphWithControlContext(self, test_dir): argument 2743 def _testScopedSave(self, test_dir, exported_filename, ckpt_filename): argument 2820 def _testScopedRestore(self, test_dir, exported_filename, argument
|
/external/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat02.c | 22 static char test_dir[PATH_MAX] = "."; variable
|
/external/ltp/testcases/kernel/syscalls/chmod/ |
D | chmod01.c | 22 static char *test_dir; variable
|
/external/webrtc/tools_webrtc/presubmit_checks_lib/ |
D | check_package_boundaries_test.py | 28 def _RunTest(self, test_dir, check_all_build_files=False): argument
|
/external/autotest/site_utils/lxc/ |
D | base_image_unittest.py | 26 test_dir = None variable
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils_test.cc | 108 const string test_dir = testing::TmpDir(); in TEST_F() local 151 const string test_dir = testing::TmpDir(); in TEST_F() local 203 const string test_dir = testing::TmpDir(); in TEST_F() local
|