Home
last modified time | relevance | path

Searched refs:Failure_threshold (Results 1 – 2 of 2) sorted by relevance

/external/stlport/test/eh/
Dnc_alloc.h100 static long& Failure_threshold();
139 Failure_threshold() = count; in SetFailureCountdown()
144 Failure_threshold() = kNotInExceptionTest; in CancelFailureCountdown()
Dnc_alloc.cpp50 if (never_fail || Failure_threshold() == kNotInExceptionTest) in maybe_fail()
54 if (possible_failure_count++ >= Failure_threshold()) { in maybe_fail()
58 Failure_threshold() = kNotInExceptionTest; in maybe_fail()
325 long& TestController::Failure_threshold() { in Failure_threshold() function in TestController