OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:totaltimelimit
(Results
1 - 1
of
1
) sorted by null
/external/deqp/framework/qphelper/
qpWatchDog.c
50
int
totalTimeLimit
; /* Total test case time limit in seconds */
73
if ((secondsSinceLastTouch > dog->intervalTimeLimit) || (totalSecondsPassed > dog->
totalTimeLimit
))
100
dog->
totalTimeLimit
= totalTimeLimitSecs;
Completed in 147 milliseconds