Searched defs:TestCaseResultPtr (Results 1 - 2 of 2) sorted by relevance

/external/deqp/executor/
H A DxeBatchResult.hpp99 typedef de::SharedPtr<TestCaseResultData> TestCaseResultPtr; typedef in namespace:xe
113 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; }
117 TestCaseResultPtr getTestCaseResult (const char* casePath);
119 TestCaseResultPtr createTestCaseResult (const char* casePath);
126 std::vector<TestCaseResultPtr> m_testCaseResults;
H A DxeBatchExecutor.cpp138 TestCaseResultPtr BatchExecutorLogHandler::startTestCaseResult (const char* casePath)
147 void BatchExecutorLogHandler::testCaseResultUpdated (const TestCaseResultPtr&) argument
151 void BatchExecutorLogHandler::testCaseResultComplete (const TestCaseResultPtr& result)

Completed in 136 milliseconds