HomeSort by relevance Sort by last modified time
    Searched refs:getTestCaseResult (Results 1 - 6 of 6) sorted by null

  /external/deqp/executor/
xeBatchResult.cpp 89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const
93 return getTestCaseResult(pos->second);
96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath)
100 return getTestCaseResult(pos->second);
xeBatchResult.hpp 112 ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_testCaseResults[ndx]); }
113 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; }
116 ConstTestCaseResultPtr getTestCaseResult (const char* casePath) const;
117 TestCaseResultPtr getTestCaseResult (const char* casePath);
xeBatchExecutor.cpp 51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str());
142 return m_batchResult->getTestCaseResult(casePath);
xeTestLogWriter.cpp 119 ConstTestCaseResultPtr caseData = result.getTestCaseResult(ndx);
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 312 return m_batchResult->getTestCaseResult(casePath);
369 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str());
xeMergeTestLogs.cpp 100 xe::TestCaseResultPtr existingResult = m_batchResult->getTestCaseResult(casePath);

Completed in 65 milliseconds