Home
last modified time | relevance | path

Searched refs:isInTestCase (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTestSessionExecutor.hpp68 bool isInTestCase (void) const { return m_isInTestCase; } in isInTestCase() function in tcu::TestSessionExecutor
DtcuApp.cpp252 bool isInCase = m_testExecutor ? m_testExecutor->isInTestCase() : false; in onCrash()