Home
last modified time | relevance | path

Searched refs:GetTestFilePath (Results 1 – 25 of 38) sorted by relevance

12

/external/libjpeg-turbo/gtest/
Ddjpeg-gtest-wrapper.cpp68 GetTestFilePath(&input_image_path, "testorig.jpg"); in TEST_P()
101 GetTestFilePath(&input_image_path, "testorig.jpg"); in TEST()
130 GetTestFilePath(&input_image_path, "testorig.jpg"); in TEST()
160 GetTestFilePath(&input_image_path, "testorig.jpg"); in TEST()
188 GetTestFilePath(&input_image_path, "testorig.jpg"); in TEST()
219 GetTestFilePath(&input_image_path, "testorig.jpg"); in TEST()
248 GetTestFilePath(&input_image_path, "testorig.jpg"); in TEST()
278 GetTestFilePath(&input_image_path, "testimgari.jpg"); in TEST()
308 GetTestFilePath(&input_image_path, "testimgari.jpg"); in TEST()
338 GetTestFilePath(&input_image_path, "testimgari.jpg"); in TEST()
[all …]
Dcjpeg-gtest-wrapper.cpp34 GetTestFilePath(&icc_path, "test1.icc"); in TEST()
36 GetTestFilePath(&input_image_path, "testorig.ppm"); in TEST()
65 GetTestFilePath(&input_image_path, "testorig.ppm"); in TEST()
94 GetTestFilePath(&scans_path, "test.scan"); in TEST()
96 GetTestFilePath(&input_image_path, "testorig.ppm"); in TEST()
129 GetTestFilePath(&input_image_path, "testorig.ppm"); in TEST()
156 GetTestFilePath(&input_image_path, "testorig.ppm"); in TEST()
187 GetTestFilePath(&input_image_path, "testorig.ppm"); in TEST()
220 GetTestFilePath(&input_image_path, "testorig.ppm"); in TEST()
250 GetTestFilePath(&input_image_path, "testorig.ppm"); in TEST()
[all …]
Djpegtran-gtest-wrapper.cpp34 GetTestFilePath(&input_image_path, "testout_rgb_islow.jpg"); in TEST()
36 GetTestFilePath(&icc_path, "test2.icc"); in TEST()
64 GetTestFilePath(&input_image_path, "testorig.jpg"); in TEST()
93 GetTestFilePath(&input_image_path, "testimgint.jpg"); in TEST()
117 GetTestFilePath(&input_image_path, "testimgari.jpg"); in TEST()
Dgtest-utils.h47 void GetTestFilePath(base::FilePath* path,
Dgtest-utils.cpp42 void GetTestFilePath(base::FilePath* path, const std::string filename) { in GetTestFilePath() function
/external/libwebm/testing/
Dmkvmuxer_tests.cc135 EXPECT_TRUE(CompareFiles(GetTestFilePath("segment_info.webm"), filename_)); in TEST_F()
179 EXPECT_TRUE(CompareFiles(GetTestFilePath("tracks.webm"), filename_)); in TEST_F()
196 EXPECT_TRUE(CompareFiles(GetTestFilePath("chapters.webm"), filename_)); in TEST_F()
224 EXPECT_TRUE(CompareFiles(GetTestFilePath("simple_block.webm"), filename_)); in TEST_F()
256 EXPECT_TRUE(CompareFiles(GetTestFilePath("simple_block.webm"), filename_)); in TEST_F()
287 EXPECT_TRUE(CompareFiles(GetTestFilePath("metadata_block.webm"), filename_)); in TEST_F()
348 CompareFiles(GetTestFilePath("block_with_additional.webm"), filename_)); in TEST_F()
383 CompareFiles(GetTestFilePath("block_with_additional.webm"), filename_)); in TEST_F()
411 CompareFiles(GetTestFilePath("segment_duration.webm"), filename_)); in TEST_F()
427 CompareFiles(GetTestFilePath("set_segment_duration.webm"), filename_)); in TEST_F()
[all …]
Dtest_util.h55 std::string GetTestFilePath(const std::string& name);
Dtest_util.cc30 std::string GetTestFilePath(const std::string& name) { in GetTestFilePath() function
/external/icing/icing/transform/icu/
Dicu-normalizer_benchmark.cc58 GetTestFilePath("icing/icu.dat"))); in BM_NormalizeUppercase()
92 GetTestFilePath("icing/icu.dat"))); in BM_NormalizeAccent()
130 GetTestFilePath("icing/icu.dat"))); in BM_NormalizeHiragana()
Dicu-normalizer_test.cc37 GetTestFilePath("icing/icu.dat"))); in SetUp()
/external/icing/icing/tokenization/
Dlanguage-segmenter_benchmark.cc60 GetTestFilePath("icing/icu.dat"))); in BM_SegmentNoSpace()
97 GetTestFilePath("icing/icu.dat"))); in BM_SegmentWithSpaces()
137 GetTestFilePath("icing/icu.dat"))); in BM_SegmentCJK()
Dlanguage-segmenter-iterator_test.cc44 GetTestFilePath("icing/icu.dat"))); in SetUp()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser_unittest.cpp75 ASSERT_TRUE(PathService::GetTestFilePath("parser_rebuildxref_correct.pdf", in TEST()
91 ASSERT_TRUE(PathService::GetTestFilePath( in TEST()
271 PathService::GetTestFilePath("annotation_stamp_with_ap.pdf", &test_file)); in TEST()
285 PathService::GetTestFilePath("annotation_stamp_with_ap.pdf", &test_file)); in TEST()
306 ASSERT_TRUE(PathService::GetTestFilePath("linearized.pdf", &test_file)); in TEST()
Dcpdf_hint_tables_unittest.cpp31 PathService::GetTestFilePath(file_name, &file_path); in MakeValidatorFromFile()
/external/icing/icing/index/
Dindex-processor_benchmark.cc186 GetTestFilePath("icing/icu.dat"))); in BM_IndexDocumentWithOneProperty()
240 GetTestFilePath("icing/icu.dat"))); in BM_IndexDocumentWithTenProperties()
295 GetTestFilePath("icing/icu.dat"))); in BM_IndexDocumentWithDiacriticLetters()
350 GetTestFilePath("icing/icu.dat"))); in BM_IndexDocumentWithHiragana()
/external/icing/icing/testing/
Dtest-data.h32 std::string GetTestFilePath(const std::string& google3_relative_file_path);
Dtest-data.cc32 std::string GetTestFilePath(const std::string& google3_relative_file_path) { in GetTestFilePath() function
/external/pdfium/testing/utils/
Dpath_service.h39 static bool GetTestFilePath(const std::string& file_name, std::string* path);
Dfile_util.cpp42 if (!PathService::GetTestFilePath(file_name, &file_path)) in FileAccessForTesting()
Dpath_service.cpp153 bool PathService::GetTestFilePath(const std::string& file_name, in GetTestFilePath() function in PathService
/external/libwebm/common/
Dvp9_header_parser_tests.cc42 filename_ = test::GetTestFilePath(filename); in CreateAndLoadSegment()
64 filename_ = test::GetTestFilePath(filename); in CreateAndLoadInvalidSegment()
Dvp9_level_stats_tests.cc41 filename_ = test::GetTestFilePath(filename); in CreateAndLoadSegment()
/external/icing/icing/query/
Dquery-processor_benchmark.cc95 GetTestFilePath("icing/icu.dat"))); in BM_QueryOneTerm()
212 GetTestFilePath("icing/icu.dat"))); in BM_QueryFiveTerms()
347 GetTestFilePath("icing/icu.dat"))); in BM_QueryDiacriticTerm()
467 GetTestFilePath("icing/icu.dat"))); in BM_QueryHiragana()
/external/icing/icing/
Dicing-search-engine_fuzz_test.cc71 std::string icu_data_file_path = GetTestFilePath("icing/icu.dat"); in LLVMFuzzerTestOneInput()
/external/libwebm/m2ts/tests/
Dwebm2pes_tests.cc63 test::GetTestFilePath("bbb_480p_vp9_opus_1second.webm");

12