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

  /external/deqp/executor/
xeTestLogParser.hpp 46 virtual TestCaseResultPtr startTestCaseResult (const char* casePath) = DE_NULL;
47 virtual void testCaseResultUpdated (const TestCaseResultPtr& resultData) = DE_NULL;
48 virtual void testCaseResultComplete (const TestCaseResultPtr& resultData) = DE_NULL;
69 TestCaseResultPtr m_currentCaseData;
xeBatchResult.hpp 99 typedef de::SharedPtr<TestCaseResultData> TestCaseResultPtr;
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;
xeBatchExecutor.hpp 59 TestCaseResultPtr startTestCaseResult (const char* casePath);
60 void testCaseResultUpdated (const TestCaseResultPtr& resultData);
61 void testCaseResultComplete (const TestCaseResultPtr& resultData);
xeBatchResult.cpp 96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath)
103 TestCaseResultPtr BatchResult::createTestCaseResult (const char* casePath)
110 TestCaseResultPtr caseResult(new TestCaseResultData(casePath));
xeBatchExecutor.cpp 138 TestCaseResultPtr BatchExecutorLogHandler::startTestCaseResult (const char* casePath)
147 void BatchExecutorLogHandler::testCaseResultUpdated (const TestCaseResultPtr&)
151 void BatchExecutorLogHandler::testCaseResultComplete (const TestCaseResultPtr& result)
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 95 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
97 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
100 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
104 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData)
xeExtractSampleLists.cpp 112 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
114 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
117 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
122 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData)
xeBatchResultToXml.cpp 154 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
156 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
159 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
163 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData)
242 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
244 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
247 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
251 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData)
xeExtractShaderPrograms.cpp 144 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
146 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
149 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
154 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData)
xeExtractValues.cpp 139 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
141 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
144 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
149 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData)
xeMergeTestLogs.cpp 96 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
100 xe::TestCaseResultPtr existingResult = m_batchResult->getTestCaseResult(casePath);
108 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
113 void testCaseResultComplete (const xe::TestCaseResultPtr&)
xeTestLogCompare.cpp 138 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
140 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath));
143 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
148 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData)
xeCommandLineExecutor.cpp 366 xe::TestCaseResultPtr startTestCaseResult (const char* casePath)
375 void testCaseResultUpdated (const xe::TestCaseResultPtr&)
379 void testCaseResultComplete (const xe::TestCaseResultPtr&)

Completed in 177 milliseconds