OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWatchDogEnabled
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuCommandLine.hpp
125
bool
isWatchDogEnabled
(void) const;
tcuApp.cpp
100
if (cmdLine.
isWatchDogEnabled
())
tcuCommandLine.cpp
810
bool CommandLine::
isWatchDogEnabled
(void) const { return m_cmdLine.getOption<opt::WatchDog>(); }
Completed in 214 milliseconds