HomeSort by relevance Sort by last modified time
    Searched refs:beginTestCase (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 53 void beginTestCase (const char* testCasePath);
88 m_beginTestCaseID = m_env->GetMethodID(m_class, "beginTestCase", "(Ljava/lang/String;)V");
128 void TestLogListener::beginTestCase (const char* testCasePath)
224 listener.beginTestCase(m_containerParser.getTestCasePath());
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java 175 public void beginTestCase (String testCase)
179 info.putString("dEQP-EventType", "BeginTestCase");
180 info.putString("dEQP-BeginTestCase-TestCasePath", testCase);

Completed in 162 milliseconds