Home
last modified time | relevance | path

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

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