/aosp_15_r20/external/sandboxed-api/contrib/libraw/test/ |
H A D | libraw_test.cc | 69 std::string test_file_path = GetTestFilePath(tv.filename); in TEST_P() local 71 LibRawSapiSandbox sandbox(test_file_path); in TEST_P() 74 LibRaw lr(&sandbox, test_file_path); in TEST_P() 81 std::string test_file_path = GetTestFilePath(tv.filename); in TEST_P() local 83 LibRawSapiSandbox sandbox(test_file_path); in TEST_P() 86 LibRaw lr(&sandbox, test_file_path); in TEST_P() 94 std::string test_file_path = GetTestFilePath(tv.filename); in TEST_P() local 96 LibRawSapiSandbox sandbox(test_file_path); in TEST_P() 99 LibRaw lr(&sandbox, test_file_path); in TEST_P() 113 std::string test_file_path = GetTestFilePath(tv.filename); in TEST_P() local [all …]
|
/aosp_15_r20/external/sandboxed-api/contrib/libxls/test/ |
H A D | libxls_test.cc | 102 std::string test_file_path = GetTestFilePath(tv.filename); in TEST_P() local 104 LibxlsSapiSandbox sandbox(test_file_path); in TEST_P() 108 LibXlsWorkbook::Open(&sandbox, test_file_path)); in TEST_P() 129 std::string test_file_path = GetTestFilePath("t3.xls"); in TEST_F() local 131 LibxlsSapiSandbox sandbox(test_file_path); in TEST_F() 135 LibXlsWorkbook::Open(&sandbox, test_file_path)); in TEST_F()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/ |
H A D | parse_certificate_unittest.cc | 54 std::string test_file_path = GetFilePath(file_name); in RunCertificateTest() local 55 ASSERT_TRUE(ReadTestDataFromPemFile(test_file_path, mappings)); in RunCertificateTest() 70 VerifyCertErrors(expected_errors, errors, test_file_path); in RunCertificateTest() 162 std::string test_file_path = GetFilePath(file_name); in RunTbsCertificateTestGivenVersion() local 163 ASSERT_TRUE(ReadTestDataFromPemFile(test_file_path, mappings)); in RunTbsCertificateTestGivenVersion() 173 VerifyCertErrors(expected_errors, errors, test_file_path); in RunTbsCertificateTestGivenVersion() 666 std::string test_file_path = GetFilePath(file_name); in GetCrlDps() local 667 EXPECT_TRUE(ReadTestDataFromPemFile(test_file_path, mappings)); in GetCrlDps() 1005 std::string test_file_path = in ParseAuthorityKeyIdentifierTestData() local 1009 EXPECT_TRUE(ReadTestDataFromPemFile(test_file_path, mappings)); in ParseAuthorityKeyIdentifierTestData()
|
H A D | verify_certificate_chain_unittest.cc | 22 const std::string &test_file_path) { in Verify() argument 33 test_file_path); in Verify() 35 user_constrained_policy_set, test_file_path); in Verify()
|
H A D | path_builder_verify_certificate_chain_unittest.cc | 19 const std::string &test_file_path) { in Verify() argument 45 test_file_path); in Verify()
|
H A D | parsed_certificate_unittest.cc | 38 std::string test_file_path = GetFilePath(file_name); in ParseCertificateFromFile() local 39 EXPECT_TRUE(ReadTestDataFromPemFile(test_file_path, mappings)); in ParseCertificateFromFile() 52 VerifyCertErrors(expected_errors, errors, test_file_path); in ParseCertificateFromFile()
|
/aosp_15_r20/kernel/tests/tools/ |
H A D | run_test_only.sh | 328 test_file_path=$TEST_DIR 330 test_file_path=$(dirname "$TEST_DIR") 334 cd "$test_file_path" || $(print_error "Failed to go to $test_file_path" "$LINENO") 337 …print_info "Test path $test_file_path is not in an Android repo. Will use $TEST_DIR directly." "$L…
|
/aosp_15_r20/external/cronet/net/data/verify_certificate_chain_unittest/ |
H A D | rebase-errors.py | 82 def fixup_errors_for_file(actual_errors, test_file_path): argument 84 contents = read_file_to_string(test_file_path) 95 write_string_to_file(contents, test_file_path)
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/verify_certificate_chain_unittest/ |
H A D | rebase-errors.py | 84 def fixup_errors_for_file(actual_errors, test_file_path): argument 86 contents = read_file_to_string(test_file_path) 97 write_string_to_file(contents, test_file_path)
|
/aosp_15_r20/external/libbrillo/policy/tests/ |
H A D | resilient_policy_util_test.cc | 45 const base::FilePath test_file_path( in TEST() local 48 GetSortedResilientPolicyFilePaths(test_file_path); in TEST()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/ |
D | test.rs | 23 let test_file_path = test_file_pathbuf.to_string(); in build_foreign_language_testcases() localVariable 58 #test_file_path) in build_foreign_language_testcases()
|
/aosp_15_r20/cts/hostsidetests/multidevices/tools/ |
H A D | run_all_tests.py | 139 test_file_path = os.path.join(root, test_file) 142 test_file_path, # Use the full path to the test file
|
/aosp_15_r20/tools/asuite/atest/test_finders/ |
H A D | module_finder.py | 57 self, module_path: str, test_file_path: str = None 73 if test_file_path: 75 path=test_file_path,
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/ |
H A D | auto_updater.py | 898 test_file_path = os.path.join(folder, 901 if self.device.IfFileExists(test_file_path,
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_os_test.py | 1839 test_file_path = self.make_path("test_file") 1840 self.create_file(test_file_path, contents="dummy file contents") 1841 with self.open(test_file_path, "r") as test_file: 1850 test_file_path = self.make_path("test_file") 1851 self.create_file(test_file_path, contents="dummy file contents") 1852 with self.open(test_file_path, "r+") as test_file: 1858 with self.open(test_file_path, "r") as test_file: 1865 test_file_path = self.make_path("test_file") 1866 self.create_file(test_file_path, contents="dummy file contents") 1867 test_file = self.open(test_file_path, "r") [all …]
|
/aosp_15_r20/external/libchrome/base/metrics/ |
H A D | field_trial_unittest.cc | 1198 FilePath test_file_path = FilePath(FILE_PATH_LITERAL("Program")); in TEST() local 1199 CommandLine command_line = CommandLine(test_file_path); in TEST()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_serialization.py | 493 test_file_path = download_file('https://download.pytorch.org/test_data/gpu_tensors.pt') 508 with open(test_file_path, 'rb') as f: 511 fileobject_lambdas = [lambda: test_file_path, load_bytes]
|