Home
last modified time | relevance | path

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

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