OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testCaseResult
(Results
1 - 4
of
4
) sorted by null
/external/deqp/scripts/log/
log_to_xml.py
119
# Check if we have
TestCaseResult
120
testCaseResult
= findFirstElementByName(rootNodes, '
TestCaseResult
')
121
if
testCaseResult
== None:
122
# Create
TestCaseResult
element
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
[
all
...]
/external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp
57
void
testCaseResult
(const char* statusCode, const char* details);
91
m_testCaseResultID = m_env->GetMethodID(m_class, "
testCaseResult
", "(Ljava/lang/String;Ljava/lang/String;)V");
149
void TestLogListener::
testCaseResult
(const char* statusCode, const char* details)
181
xe::
TestCaseResult
m_testCaseResult;
228
m_testCaseResult = xe::
TestCaseResult
();
236
listener.
testCaseResult
(xe::getTestStatusCodeName(m_testCaseResult.statusCode), m_testCaseResult.statusDetails.c_str());
274
listener.
testCaseResult
(xe::getTestStatusCodeName(m_testCaseResult.statusCode), m_testCaseResult.statusDetails.c_str());
295
listener.
testCaseResult
(xe::getTestStatusCodeName(m_testCaseResult.statusCode), m_testCaseResult.statusDetails.c_str());
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
ImageProcessingTest.java
99
for (TestResult
testCaseResult
: testRunResults) {
100
Map<String, String> testMetrics =
testCaseResult
.getMetrics();
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java
168
public void
testCaseResult
(String code, String details)
172
info.putString("dEQP-EventType", "
TestCaseResult
");
173
info.putString("dEQP-
TestCaseResult
-Code", code);
174
info.putString("dEQP-
TestCaseResult
-Details", details);
Completed in 4462 milliseconds