Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuApp.cpp231 m_testCtx->getLog().terminateCase(QP_TEST_RESULT_TIMEOUT); in onWatchdogTimeout()
263 m_testCtx->getLog().terminateCase(QP_TEST_RESULT_CRASH); in onCrash()
DtcuTestLog.hpp162 void terminateCase (qpTestResult result);
DtcuTestLog.cpp456 void TestLog::terminateCase (qpTestResult result) in terminateCase() function in tcu::TestLog