Searched refs:parseTestCaseResultFromData (Results 1 – 7 of 7) sorted by relevance
/external/deqp/executor/ |
D | xeTestResultParser.hpp | 121 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCas…
|
D | xeTestResultParser.cpp | 883 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseR… in parseTestCaseResultFromData() function
|
/external/deqp/executor/tools/ |
D | xeBatchResultToJUnit.cpp | 110 xe::parseTestCaseResultFromData(&m_resultParser, &result, *resultData.get()); in testCaseResultComplete()
|
D | xeBatchResultToXml.cpp | 167 xe::parseTestCaseResultFromData(&m_resultParser, &result, *resultData.get()); in testCaseResultComplete() 255 xe::parseTestCaseResultFromData(&m_resultParser, &result, *resultData.get()); in testCaseResultComplete()
|
D | xeExtractSampleLists.cpp | 125 xe::parseTestCaseResultFromData(&m_testResultParser, &result, *caseData.get()); in testCaseResultComplete()
|
D | xeTestLogCompare.cpp | 162 xe::parseTestCaseResultFromData(&m_testResultParser, &fullResult, *caseData.get()); in testCaseResultComplete()
|
D | xeCommandLineExecutor.cpp | 431 xe::parseTestCaseResultFromData(&parser, &result, *resultData.get()); in printBatchResultSummary()
|