Home
last modified time | relevance | path

Searched defs:test_file_name (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/leveldb/util/
H A Denv_test.cc32 std::string test_file_name = test_dir + "/open_on_read.txt"; in TEST_F() local
190 std::string test_file_name = test_dir + "/reopen_writable_file.txt"; in TEST_F() local
214 std::string test_file_name = test_dir + "/reopen_appendable_file.txt"; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_grpc_tls_credentials_options.py323 test_file_name = TEST_FILE_NAME variable
325 test_file_name = tempfile.NamedTemporaryFile(delete=False).name variable
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/
H A Dgen_grpc_tls_credentials_options.py454 test_file_name = TEST_FILE_NAME variable
456 test_file_name = tempfile.NamedTemporaryFile(delete=False).name variable
/aosp_15_r20/build/soong/scripts/
H A Dtest_config_fixer.py72 def overwrite_test_file_name(test_config_doc, test_file_name): argument
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Dtest.rs24 let test_file_name = test_file_pathbuf in build_foreign_language_testcases() localVariable
/aosp_15_r20/external/webrtc/rtc_tools/frame_analyzer/
H A Dframe_analyzer.cc99 const std::string test_file_name = absl::GetFlag(FLAGS_test_file); in main() local
/aosp_15_r20/external/cronet/testing/data_driven_testing/
H A Ddata_driven_test.cc69 const base::FilePath& test_file_name, in RunOneDataDrivenTest()
/aosp_15_r20/external/webrtc/modules/audio_processing/transient/
H A Dwpd_tree_unittest.cc108 std::string test_file_name = test::ResourcePath( in TEST() local
/aosp_15_r20/build/make/tools/releasetools/
H A Dtest_common.py410 test_file_name=None, expected_stat=None, expected_mode=0o644, argument
447 def _test_ZipWriteFile(self, test_file_name, extra_zipwrite_args=None): argument
/aosp_15_r20/external/cronet/build/android/
H A Dtest_runner.py985 def _SinkTestResult(test_result, test_file_name, result_sink_client): argument
/aosp_15_r20/external/angle/build/android/
H A Dtest_runner.py989 def _SinkTestResult(test_result, test_file_name, result_sink_client): argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Dmain.cpp6886 std::string test_file_name; // name of the .selected test (NULL for all) in main() local