Home
last modified time | relevance | path

Searched refs:failure_threshold (Results 1 – 4 of 4) sorted by relevance

/external/stlport/test/eh/
Dnc_alloc.cpp326 static long failure_threshold = kNotInExceptionTest; in Failure_threshold() local
327 return failure_threshold; in Failure_threshold()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DConfigResults.java526 int failure_threshold = getPerformance().failure_threshold; in initialize() local
527 if (this.delta >= (failure_threshold/100.0)) { in initialize()
535 buffer.append(100+failure_threshold); in initialize()
DPerformanceResults.java93 int failure_threshold = DEFAULT_FAILURE_THRESHOLD; field in PerformanceResults
473 this.failure_threshold = threshold; in readAll()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DGenerateResults.java182 int failure_threshold = 10; // PerformanceTestPlugin.getDBLocation().startsWith("net://"); field in GenerateResults
453 this.failure_threshold = Integer.parseInt(value); in parse()
454 if (this.failure_threshold < 0) { in parse()
1040 …ildName, this.configDescriptors, this.scenarioPattern, this.dataDir, this.failure_threshold, null); in setPerformanceResults()