Home
last modified time | relevance | path

Searched refs:test_file_path (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/sandboxed-api/contrib/libraw/test/
H A Dlibraw_test.cc69 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 Dlibxls_test.cc102 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 Dparse_certificate_unittest.cc54 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 Dverify_certificate_chain_unittest.cc22 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 Dpath_builder_verify_certificate_chain_unittest.cc19 const std::string &test_file_path) { in Verify() argument
45 test_file_path); in Verify()
H A Dparsed_certificate_unittest.cc38 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 Drun_test_only.sh328 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 Drebase-errors.py82 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 Drebase-errors.py84 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 Dresilient_policy_util_test.cc45 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/
Dtest.rs23 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 Drun_all_tests.py139 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 Dmodule_finder.py57 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 Dauto_updater.py898 test_file_path = os.path.join(folder,
901 if self.device.IfFileExists(test_file_path,
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py1839 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 Dfield_trial_unittest.cc1198 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 Dtest_serialization.py493 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]