Searched refs:loadAllTestExpectationsFromFile (Results 1 – 6 of 6) sorted by relevance
75 if (!testSuite.loadAllTestExpectationsFromFile(std::string(foundDataPath.data()))) in main()
43 bool loadAllTestExpectationsFromFile(const std::string &path);
409 bool GPUTestExpectationsParser::loadAllTestExpectationsFromFile(const std::string &path) in loadAllTestExpectationsFromFile() function in angle::GPUTestExpectationsParser
176 bool loadAllTestExpectationsFromFile(const std::string &fileName);
1942 bool TestSuite::loadAllTestExpectationsFromFile(const std::string &fileName) in loadAllTestExpectationsFromFile() function in angle::TestSuite1944 if (!mTestExpectationsParser.loadAllTestExpectationsFromFile(fileName)) in loadAllTestExpectationsFromFile()
100 if (!instance->loadAllTestExpectationsFromFile(std::string(foundDataPath.data()))) in initialize()