Home
last modified time | relevance | path

Searched defs:test_dir (Results 1 – 25 of 105) sorted by relevance

12345

/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine_benchmark.cc209 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/
Dstart_dir.cpp23 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 Denv_posix_test.cc186 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 Denv_test.cc30 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 Dupload_results.py503 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 Dutil_test.cpp100 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 Dmeta_graph_test.py337 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 Dsaver_test.py1957 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 Drun-test131 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/
Dmain.rs343 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
Dthread_backend.rs366 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 Dutil_test.cpp222 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 Drunlit.site.cfg.py63 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/
Dioutil.rs76 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 Dupdate_failures.py42 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 Ddebug_io_utils_test.cc108 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 Dstorage_file_test.cpp54 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 Dpath_builder_unittest.cc994 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/
Dlib.rs211 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 Dlinux.rs66 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 Dwriter_test.py62 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 Dlib.rs582 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/
Dmain.rs216 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 Ddb_bench_tree_db.cc303 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 Dserialization_test.cc240 std::string test_dir = getSerializationDir(); in TEST_F() local
315 std::string test_dir = getSerializationDir(); in TEST_F() local

12345