Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp121 bool isWatchDogEnabled (void) const;
DtcuApp.cpp66 if (cmdLine.isWatchDogEnabled()) in App()
DtcuCommandLine.cpp792 bool CommandLine::isWatchDogEnabled (void) const { return m_cmdLine.getOption<opt::WatchDog>(… in isWatchDogEnabled() function in tcu::CommandLine