Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser_unittest.cpp86 ASSERT_TRUE(PathService::GetTestFilePath("parser_rebuildxref_correct.pdf", in TEST()
102 ASSERT_TRUE(PathService::GetTestFilePath( in TEST()
/external/pdfium/testing/utils/
Dpath_service.h35 static bool GetTestFilePath(const std::string& file_name, std::string* path);
Dpath_service.cpp98 bool PathService::GetTestFilePath(const std::string& file_name, in GetTestFilePath() function in PathService
/external/webrtc/talk/media/devices/
Dfilevideocapturer_unittest.cc48 return capturer_->Init(cricket::GetTestFilePath(filename)); in OpenFile()
195 cricket::GetTestFilePath("captured-320x240-2s-48.frames"); in TEST_F()
Ddevicemanager_unittest.cc210 cricket::GetTestFilePath("captured-320x240-2s-48.frames"); in TEST()
/external/webrtc/talk/media/base/
Dtestutils.cc262 std::string GetTestFilePath(const std::string& filename) { in GetTestFilePath() function
287 GetTestFilePath(ss.str())), "rb")); in LoadPlanarYuvTestImage()
Dtestutils.h187 std::string GetTestFilePath(const std::string& filename);
Dvideoframe_unittest.h161 rtc::Pathname path(cricket::GetTestFilePath(filename)); in LoadSample()
/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp23 if (!PathService::GetTestFilePath(file_name, &file_path)) in TestAsyncLoader()
/external/pdfium/testing/
Dembedder_test.cpp138 if (!PathService::GetTestFilePath(filename, &file_path)) in OpenDocument()