OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_terminateAfter
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuTestContext.hpp
70
void setTerminateAfter (bool terminate) {
m_terminateAfter
= terminate; }
71
bool getTerminateAfter (void) const { return
m_terminateAfter
; }
82
bool
m_terminateAfter
; //!< Should tester terminate after execution of the current test
tcuTestContext.cpp
44
,
m_terminateAfter
(false)
Completed in 541 milliseconds