Searched refs:TestCaseResult (Results 1 - 16 of 16) sorted by relevance
/external/deqp/executor/ |
H A D | xeTestLogWriter.hpp | 43 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& writer); 44 void writeTestResult (const TestCaseResult& result, std::ostream& stream); 45 void writeTestResultToFile (const TestCaseResult& result, const char* filename);
|
H A D | xeTestResultParser.hpp | 68 void init (TestCaseResult* dstResult); 100 TestCaseResult* m_result; 120 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseResultData& data);
|
H A D | xeTestLogWriter.cpp | 489 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& xmlWriter) 493 xmlWriter << Writer::BeginElement("TestCaseResult") 510 void writeTestResult (const TestCaseResult& result, std::ostream& stream) 517 void writeTestResultToFile (const TestCaseResult& result, const char* filename)
|
H A D | xeTestCaseResult.hpp | 124 class TestCaseResult : public TestCaseResultHeader class in namespace:xe
|
H A D | xeTestResultParser.cpp | 313 void TestResultParser::init (TestCaseResult* dstResult) 445 // Expect TestCaseResult. 446 if (!deStringEqual(elemName, "TestCaseResult")) 447 throw TestResultParseError(string("Expected <TestCaseResult>, got <") + elemName + ">"); 462 throw TestResultParseError("Missing CaseType attribute in <TestCaseResult>"); 718 throw TestResultParseError(string("Unexpected </") + elemName + "> outside of <TestCaseResult>"); 720 if (deStringEqual(elemName, "TestCaseResult")) 856 //! Helper for parsing TestCaseResult from TestCaseResultData. 857 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseResultData& data)
|
/external/deqp/scripts/log/ |
H A D | log_parser.py | 56 class TestCaseResult: class in inherits: 154 self.testCaseResults.append(TestCaseResult(self.curCaseName, statusCode, statusDetails, self.curResultText)) 176 self.testCaseResults.append(TestCaseResult(name, statusCode, statusDetails, log))
|
/external/deqp/executor/tools/ |
H A D | xeExtractSampleLists.cpp | 94 void extractSampleLists (const xe::TestCaseResult& result) 124 xe::TestCaseResult result;
|
H A D | xeExtractShaderPrograms.cpp | 99 static void extractShaderPrograms (const CommandLine& cmdLine, const std::string& casePath, const xe::TestCaseResult& result) 158 xe::TestCaseResult fullResult;
|
H A D | xeBatchResultToJUnit.cpp | 108 xe::TestCaseResult result;
|
H A D | xeBatchResultToXml.cpp | 165 xe::TestCaseResult result; 253 xe::TestCaseResult result;
|
H A D | xeExtractValues.cpp | 162 xe::TestCaseResult fullResult;
|
H A D | xeTestLogCompare.cpp | 160 xe::TestCaseResult fullResult;
|
H A D | xeCommandLineExecutor.cpp | 370 xe::TestCaseResult result;
|
/external/deqp/scripts/ |
H A D | testset.py | 47 class TestCaseResult: class in inherits: 70 results.append(TestCaseResult(case, [])) 99 results.append(TestCaseResult(args[0], args[1:]))
|
H A D | run_nightly.py | 104 class TestCaseResult: class in inherits: 125 results.append(TestCaseResult(items[0], items[1]))
|
/external/deqp/framework/platform/android/ |
H A D | tcuTestLogParserJNI.cpp | 181 xe::TestCaseResult m_testCaseResult; 228 m_testCaseResult = xe::TestCaseResult();
|
Completed in 643 milliseconds