Searched refs:TestCaseResult (Results 1 - 16 of 16) sorted by relevance

/external/deqp/executor/
H A DxeTestLogWriter.hpp43 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 DxeTestResultParser.hpp68 void init (TestCaseResult* dstResult);
100 TestCaseResult* m_result;
120 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseResultData& data);
H A DxeTestLogWriter.cpp489 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 DxeTestCaseResult.hpp124 class TestCaseResult : public TestCaseResultHeader class in namespace:xe
H A DxeTestResultParser.cpp313 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 Dlog_parser.py56 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 DxeExtractSampleLists.cpp94 void extractSampleLists (const xe::TestCaseResult& result)
124 xe::TestCaseResult result;
H A DxeExtractShaderPrograms.cpp99 static void extractShaderPrograms (const CommandLine& cmdLine, const std::string& casePath, const xe::TestCaseResult& result)
158 xe::TestCaseResult fullResult;
H A DxeBatchResultToJUnit.cpp108 xe::TestCaseResult result;
H A DxeBatchResultToXml.cpp165 xe::TestCaseResult result;
253 xe::TestCaseResult result;
H A DxeExtractValues.cpp162 xe::TestCaseResult fullResult;
H A DxeTestLogCompare.cpp160 xe::TestCaseResult fullResult;
H A DxeCommandLineExecutor.cpp370 xe::TestCaseResult result;
/external/deqp/scripts/
H A Dtestset.py47 class TestCaseResult: class in inherits:
70 results.append(TestCaseResult(case, []))
99 results.append(TestCaseResult(args[0], args[1:]))
H A Drun_nightly.py104 class TestCaseResult: class in inherits:
125 results.append(TestCaseResult(items[0], items[1]))
/external/deqp/framework/platform/android/
H A DtcuTestLogParserJNI.cpp181 xe::TestCaseResult m_testCaseResult;
228 m_testCaseResult = xe::TestCaseResult();

Completed in 643 milliseconds