Searched refs:TestCaseResult (Results 1 – 23 of 23) sorted by relevance
/external/deqp/executor/ |
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);
|
D | xeTestResultParser.hpp | 69 void init (TestCaseResult* dstResult); 101 TestCaseResult* m_result; 121 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCas…
|
D | xeTestLogWriter.cpp | 500 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& xmlWriter) in writeTestResult() 521 void writeTestResult (const TestCaseResult& result, std::ostream& stream) in writeTestResult() 528 void writeTestResultToFile (const TestCaseResult& result, const char* filename) in writeTestResultToFile()
|
D | xeTestCaseResult.hpp | 124 class TestCaseResult : public TestCaseResultHeader class
|
D | xeTestResultParser.cpp | 327 void TestResultParser::init (TestCaseResult* dstResult) in init() 883 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseR… in parseTestCaseResultFromData()
|
/external/deqp/scripts/log/ |
D | log_parser.py | 57 class TestCaseResult: class 122 return TestCaseResult(self.curCaseName, StatusCode.CRASH, StatusCode.CRASH, self.curResultText) 187 …self.testCaseResults.append(TestCaseResult(self.curCaseName, statusCode, statusDetails, self.curRe… 215 self.testCaseResults.append(TestCaseResult(name, statusCode, statusDetails, log))
|
/external/deqp/doc/ |
D | qpa_file_format.txt | 60 * First start the XML stream and open the TestCaseResult element. All 61 other elements go into the TestCaseResult element. 65 <TestCaseResult Version="0.3.2" CasePath="[path]" CaseType="[type]"> 173 * We are done, let's close the TestCaseResult element 175 </TestCaseResult>
|
/external/deqp/executor/tools/ |
D | xeExtractSampleLists.cpp | 94 void extractSampleLists (const xe::TestCaseResult& result) in extractSampleLists() 124 xe::TestCaseResult result; in testCaseResultComplete()
|
D | xeExtractShaderPrograms.cpp | 106 …rograms (const CommandLine& cmdLine, const std::string& casePath, const xe::TestCaseResult& result) in extractShaderPrograms() 165 xe::TestCaseResult fullResult; in testCaseResultComplete()
|
D | xeBatchResultToJUnit.cpp | 108 xe::TestCaseResult result; in testCaseResultComplete()
|
D | xeBatchResultToXml.cpp | 165 xe::TestCaseResult result; in testCaseResultComplete() 253 xe::TestCaseResult result; in testCaseResultComplete()
|
D | xeExtractValues.cpp | 162 xe::TestCaseResult fullResult; in testCaseResultComplete()
|
D | xeTestLogCompare.cpp | 160 xe::TestCaseResult fullResult; in testCaseResultComplete()
|
D | xeCommandLineExecutor.cpp | 428 xe::TestCaseResult result; in printBatchResultSummary()
|
/external/deqp/scripts/ |
D | testset.py | 47 class TestCaseResult: class 70 results.append(TestCaseResult(case, [])) 99 results.append(TestCaseResult(args[0], args[1:]))
|
D | run_nightly.py | 104 class TestCaseResult: class 125 results.append(TestCaseResult(items[0], items[1]))
|
/external/pigweed/pw_unit_test/pw_unit_test_proto/ |
D | unit_test.proto | 44 enum TestCaseResult { enum 71 TestCaseResult test_case_end = 4;
|
/external/mesa3d/.gitlab-ci/ |
D | deqp-runner.sh | 189 …RENDERER=`grep -A1 TestCaseResult.\*info.renderer $RESULTS/deqp-info.qpa | grep '<Text' | sed 's|.… 190 …VERSION=`grep -A1 TestCaseResult.\*info.version $RESULTS/deqp-info.qpa | grep '<Text' | sed 's|.*<…
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 181 xe::TestCaseResult m_testCaseResult; 228 m_testCaseResult = xe::TestCaseResult(); in parse()
|
/external/pigweed/pw_unit_test/ |
D | unit_test_service.cc | 112 event.WriteTestCaseEnd(static_cast<TestCaseResult>(result)); in WriteTestCaseEnd()
|
/external/deqp/doc/testlog-stylesheet/ |
D | testlog.css | 98 div.TestCaseResult
|
/external/pigweed/pw_unit_test/py/pw_unit_test/ |
D | rpc.py | 97 if result == unit_test_pb2.TestCaseResult.SUCCESS:
|
/external/deqp/external/openglcts/ |
D | README.md | 699 <TestCaseResult Version="0.3.2" CasePath="ES2-CTS.info.vendor" CaseType="SelfValidate"> 702 </TestCaseResult>
|