/aosp_15_r20/external/icing/icing/ |
H A D | icing-search-engine_benchmark.cc | 209 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 …]
|
/aosp_15_r20/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
|
/aosp_15_r20/external/leveldb/util/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/autotest/contrib/ |
H A 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
|
/aosp_15_r20/system/core/init/ |
H A D | util_test.cpp | 100 TemporaryDir test_dir; in TEST() local 143 TemporaryDir test_dir; in TEST() local 150 TemporaryDir test_dir; in TEST() local 162 TemporaryDir test_dir; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/ |
H A 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
|
/aosp_15_r20/art/test/ |
H A D | run-test | 131 test_dir = Path(tmp_dir).name variable 734 test_dir = os.path.basename(oldwd) variable 736 test_dir = args.test_name variable 741 test_dir = td2[0] variable 747 test_dir = os.getcwd() variable
|
/aosp_15_r20/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
|
D | thread_backend.rs | 366 let test_dir = tempdir().expect("Could not create a temp test directory."); in test_vsock_thread_backend() localVariable 435 let test_dir = tempdir().expect("Could not create a temp test directory."); in test_vsock_thread_backend_sibling_vms() localVariable
|
/aosp_15_r20/system/core/fs_mgr/libfs_avb/tests/ |
H A D | util_test.cpp | 222 base::FilePath test_dir; in TEST() local 253 base::FilePath test_dir; in TEST() local 299 base::FilePath test_dir; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/ |
H A D | runlit.site.cfg.py | 63 test_dir = os.environ['TEST_TARGET'] variable 64 test_dir = test_dir.strip('/').rsplit(':', 1)[0] variable
|
/aosp_15_r20/packages/modules/Virtualization/guest/microdroid_manager/src/ |
D | ioutil.rs | 76 let test_dir = tempfile::TempDir::new().unwrap(); in test_wait_for_file() localVariable 98 let test_dir = tempfile::TempDir::new().unwrap(); in test_wait_for_file_fails() localVariable
|
/aosp_15_r20/external/pytorch/scripts/compile_tests/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/ |
H A 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
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/tests/ |
H A D | storage_file_test.cpp | 54 auto const test_dir = test_base_dir + "/data/v" + version; in get_flag_list_result() local 64 auto const test_dir = test_base_dir + "/data/v" + version; in get_flag_list_result_with_info() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/ |
H A D | path_builder_unittest.cc | 994 std::string test_dir = in TEST_F() local 2440 std::string test_dir = in TEST() local 2533 std::string test_dir = in TEST() local 2644 std::string test_dir = in TEST() local 2787 std::string test_dir = in TEST() local 2875 std::string test_dir = in TEST() local
|
/aosp_15_r20/packages/modules/Virtualization/libs/vbmeta/src/ |
D | lib.rs | 211 let test_dir = TempDir::new().unwrap(); in unsigned_image_does_not_have_public_key() localVariable 229 let test_dir = TempDir::new().unwrap(); in signed_image_has_valid_vbmeta() localVariable
|
/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/sys/ |
H A D | linux.rs | 66 pub test_dir: TempDir, field 137 let test_dir = TempDir::new()?; in new_generic() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/python/summary/writer/ |
H A D | writer_test.py | 62 def _EventsReader(self, test_dir): argument 72 def assertEventsWithGraph(self, test_dir, g, has_shapes): argument
|
/aosp_15_r20/system/security/keystore2/legacykeystore/ |
H A D | lib.rs | 582 let test_dir = TempDir::new("entrydb_test_").expect("Failed to create temp dir."); in test_entry_db() localVariable 625 let test_dir = TempDir::new("test_delete_uid_").expect("Failed to create temp dir."); in test_delete_uid() localVariable 643 let test_dir = TempDir::new("test_delete_user_").expect("Failed to create temp dir."); in test_delete_user() localVariable
|
/aosp_15_r20/packages/modules/Virtualization/guest/apkdmverity/src/ |
D | main.rs | 216 let test_dir = tempfile::TempDir::new().unwrap(); in run_test_with_hash() localVariable 338 let test_dir = tempfile::TempDir::new().unwrap(); in inputs_are_block_devices() localVariable
|
/aosp_15_r20/external/leveldb/benchmarks/ |
H A D | db_bench_tree_db.cc | 303 std::string test_dir; in Benchmark() local 402 std::string test_dir; in Open() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A D | serialization_test.cc | 240 std::string test_dir = getSerializationDir(); in TEST_F() local 315 std::string test_dir = getSerializationDir(); in TEST_F() local
|