Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuApp.cpp232 m_testCtx->getLog().terminateCase(QP_TEST_RESULT_TIMEOUT); in onWatchdogTimeout()
264 m_testCtx->getLog().terminateCase(QP_TEST_RESULT_CRASH); in onCrash()
DtcuTestLog.hpp164 void terminateCase (qpTestResult result);
DtcuTestLog.cpp462 void TestLog::terminateCase (qpTestResult result) in terminateCase() function in tcu::TestLog