Home
last modified time | relevance | path

Searched refs:getTestCaseResult (Results 1 – 6 of 6) sorted by relevance

/external/deqp/executor/
DxeBatchResult.cpp89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const in getTestCaseResult() function in xe::BatchResult
93 return getTestCaseResult(pos->second); in getTestCaseResult()
96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) in getTestCaseResult() function in xe::BatchResult
100 return getTestCaseResult(pos->second); in getTestCaseResult()
DxeBatchResult.hpp112 …ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_tes… in getTestCaseResult() function in xe::BatchResult
113 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; } in getTestCaseResult() function in xe::BatchResult
116 ConstTestCaseResultPtr getTestCaseResult (const char* casePath) const;
117 TestCaseResultPtr getTestCaseResult (const char* casePath);
DxeBatchExecutor.cpp51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str()); in isExecutedInBatch()
142 return m_batchResult->getTestCaseResult(casePath); in startTestCaseResult()
DxeTestLogWriter.cpp119 ConstTestCaseResultPtr caseData = result.getTestCaseResult(ndx); in writeTestLog()
/external/deqp/executor/tools/
DxeMergeTestLogs.cpp100 xe::TestCaseResultPtr existingResult = m_batchResult->getTestCaseResult(casePath); in startTestCaseResult()
DxeCommandLineExecutor.cpp370 return m_batchResult->getTestCaseResult(casePath); in startTestCaseResult()
427 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str()); in printBatchResultSummary()