OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Failure_threshold
(Results
1 - 2
of
2
) sorted by null
/external/stlport/test/eh/
nc_alloc.h
100
static long&
Failure_threshold
();
139
Failure_threshold
() = count;
144
Failure_threshold
() = kNotInExceptionTest;
nc_alloc.cpp
50
if (never_fail ||
Failure_threshold
() == kNotInExceptionTest)
54
if (possible_failure_count++ >=
Failure_threshold
()) {
58
Failure_threshold
() = kNotInExceptionTest;
325
long& TestController::
Failure_threshold
() {
326
static long
failure_threshold
= kNotInExceptionTest;
local
327
return
failure_threshold
;
Completed in 30 milliseconds