Searched refs:testModuleIndex (Results 1 – 1 of 1) sorted by relevance
270 Optional<std::string> FindCaseListPath(size_t testModuleIndex) in FindCaseListPath() argument272 return FindFileFromPath(kCTSRootPath, gCaseListFiles[testModuleIndex]); in FindCaseListPath()275 Optional<std::string> FindTestExpectationsPath(size_t testModuleIndex) in FindTestExpectationsPath() argument277 return FindFileFromPath(kSupportPath, gTestExpectationsFiles[testModuleIndex]); in FindTestExpectationsPath()370 dEQPCaseList(size_t testModuleIndex);403 dEQPCaseList::dEQPCaseList(size_t testModuleIndex) : mTestModuleIndex(testModuleIndex) {} in dEQPCaseList() argument498 const dEQPCaseList &GetTestList(size_t testModuleIndex) in GetTestList() argument500 static dEQPCaseList sCaseList(testModuleIndex); in GetTestList()505 const std::string GetTestCaseName(size_t testModuleIndex, size_t caseIndex) in GetTestCaseName() argument507 const auto &caseInfo = GetTestList(testModuleIndex).getCaseInfo(caseIndex); in GetTestCaseName()[all …]