/external/libjpeg-turbo/gtest/ |
D | djpeg-gtest-wrapper.cpp | 68 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 …]
|
D | cjpeg-gtest-wrapper.cpp | 34 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 …]
|
D | jpegtran-gtest-wrapper.cpp | 34 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()
|
D | gtest-utils.h | 47 void GetTestFilePath(base::FilePath* path,
|
D | gtest-utils.cpp | 42 void GetTestFilePath(base::FilePath* path, const std::string filename) { in GetTestFilePath() function
|
/external/libwebm/testing/ |
D | mkvmuxer_tests.cc | 135 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 …]
|
D | test_util.h | 55 std::string GetTestFilePath(const std::string& name);
|
D | test_util.cc | 30 std::string GetTestFilePath(const std::string& name) { in GetTestFilePath() function
|
/external/icing/icing/transform/icu/ |
D | icu-normalizer_benchmark.cc | 58 GetTestFilePath("icing/icu.dat"))); in BM_NormalizeUppercase() 92 GetTestFilePath("icing/icu.dat"))); in BM_NormalizeAccent() 130 GetTestFilePath("icing/icu.dat"))); in BM_NormalizeHiragana()
|
D | icu-normalizer_test.cc | 37 GetTestFilePath("icing/icu.dat"))); in SetUp()
|
/external/icing/icing/tokenization/ |
D | language-segmenter_benchmark.cc | 60 GetTestFilePath("icing/icu.dat"))); in BM_SegmentNoSpace() 97 GetTestFilePath("icing/icu.dat"))); in BM_SegmentWithSpaces() 137 GetTestFilePath("icing/icu.dat"))); in BM_SegmentCJK()
|
D | language-segmenter-iterator_test.cc | 44 GetTestFilePath("icing/icu.dat"))); in SetUp()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_parser_unittest.cpp | 75 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()
|
D | cpdf_hint_tables_unittest.cpp | 31 PathService::GetTestFilePath(file_name, &file_path); in MakeValidatorFromFile()
|
/external/icing/icing/index/ |
D | index-processor_benchmark.cc | 186 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/ |
D | test-data.h | 32 std::string GetTestFilePath(const std::string& google3_relative_file_path);
|
D | test-data.cc | 32 std::string GetTestFilePath(const std::string& google3_relative_file_path) { in GetTestFilePath() function
|
/external/pdfium/testing/utils/ |
D | path_service.h | 39 static bool GetTestFilePath(const std::string& file_name, std::string* path);
|
D | file_util.cpp | 42 if (!PathService::GetTestFilePath(file_name, &file_path)) in FileAccessForTesting()
|
D | path_service.cpp | 153 bool PathService::GetTestFilePath(const std::string& file_name, in GetTestFilePath() function in PathService
|
/external/libwebm/common/ |
D | vp9_header_parser_tests.cc | 42 filename_ = test::GetTestFilePath(filename); in CreateAndLoadSegment() 64 filename_ = test::GetTestFilePath(filename); in CreateAndLoadInvalidSegment()
|
D | vp9_level_stats_tests.cc | 41 filename_ = test::GetTestFilePath(filename); in CreateAndLoadSegment()
|
/external/icing/icing/query/ |
D | query-processor_benchmark.cc | 95 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/ |
D | icing-search-engine_fuzz_test.cc | 71 std::string icu_data_file_path = GetTestFilePath("icing/icu.dat"); in LLVMFuzzerTestOneInput()
|
/external/libwebm/m2ts/tests/ |
D | webm2pes_tests.cc | 63 test::GetTestFilePath("bbb_480p_vp9_opus_1second.webm");
|