Home
last modified time | relevance | path

Searched refs:TestCaseResultPtr (Results 1 – 13 of 13) sorted by relevance

/external/deqp/executor/
DxeTestLogParser.hpp46 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;
DxeBatchResult.hpp99 typedef de::SharedPtr<TestCaseResultData> TestCaseResultPtr; typedef
113 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; } in getTestCaseResult()
117 TestCaseResultPtr getTestCaseResult (const char* casePath);
119 TestCaseResultPtr createTestCaseResult (const char* casePath);
126 std::vector<TestCaseResultPtr> m_testCaseResults;
DxeBatchResult.cpp96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) in getTestCaseResult()
103 TestCaseResultPtr BatchResult::createTestCaseResult (const char* casePath) in createTestCaseResult()
110 TestCaseResultPtr caseResult(new TestCaseResultData(casePath)); in createTestCaseResult()
DxeBatchExecutor.hpp59 TestCaseResultPtr startTestCaseResult (const char* casePath);
60 void testCaseResultUpdated (const TestCaseResultPtr& resultData);
61 void testCaseResultComplete (const TestCaseResultPtr& resultData);
DxeBatchExecutor.cpp138 TestCaseResultPtr BatchExecutorLogHandler::startTestCaseResult (const char* casePath) in startTestCaseResult()
147 void BatchExecutorLogHandler::testCaseResultUpdated (const TestCaseResultPtr&) in testCaseResultUpdated() argument
151 void BatchExecutorLogHandler::testCaseResultComplete (const TestCaseResultPtr& result) in testCaseResultComplete()
/external/deqp/executor/tools/
DxeBatchResultToXml.cpp154 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
156 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()
159 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument
163 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete()
242 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
244 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()
247 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument
251 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete()
DxeBatchResultToJUnit.cpp95 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
97 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()
100 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument
104 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete()
DxeExtractSampleLists.cpp112 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
114 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()
117 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument
122 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData) in testCaseResultComplete()
DxeMergeTestLogs.cpp96 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
100 xe::TestCaseResultPtr existingResult = m_batchResult->getTestCaseResult(casePath); in startTestCaseResult()
108 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument
113 void testCaseResultComplete (const xe::TestCaseResultPtr&) in testCaseResultComplete() argument
DxeExtractShaderPrograms.cpp144 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
146 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()
149 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument
154 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData) in testCaseResultComplete()
DxeExtractValues.cpp139 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
141 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()
144 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument
149 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData) in testCaseResultComplete()
DxeTestLogCompare.cpp138 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
140 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()
143 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument
148 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData) in testCaseResultComplete()
DxeCommandLineExecutor.cpp366 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()
375 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument
379 void testCaseResultComplete (const xe::TestCaseResultPtr&) in testCaseResultComplete() argument