Home
last modified time | relevance | path

Searched refs:testCaseResult (Results 1 – 3 of 3) sorted by relevance

/external/deqp/scripts/log/
Dlog_to_xml.py120 testCaseResult = findFirstElementByName(rootNodes, 'TestCaseResult')
121 if testCaseResult == None:
123 testCaseResult = doc.createElement('TestCaseResult')
124 testCaseResult.setAttribute('CasePath', result.name)
125 testCaseResult.setAttribute('CaseType', 'SelfValidate') # \todo [pyry] Not recoverable..
126 testCaseResult.setAttribute('Version', LOG_VERSION)
127 rootNodes.append(testCaseResult)
136 testCaseResult.appendChild(resultElem)
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp57 void testCaseResult (const char* statusCode, const char* details);
149 void TestLogListener::testCaseResult (const char* statusCode, const char* details) in testCaseResult() function in __anona0035e770111::TestLogListener
236 …listener.testCaseResult(xe::getTestStatusCodeName(m_testCaseResult.statusCode), m_testCaseResult.s… in parse()
274 …listener.testCaseResult(xe::getTestStatusCodeName(m_testCaseResult.statusCode), m_testCaseResult.s… in parse()
295 …listener.testCaseResult(xe::getTestStatusCodeName(m_testCaseResult.statusCode), m_testCaseResult.s… in parse()
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DDeqpInstrumentation.java168 public void testCaseResult (String code, String details) in testCaseResult() method in DeqpInstrumentation