OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failure_threshold
(Results
1 - 5
of
5
) sorted by null
/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/
ConfigResults.java
526
int
failure_threshold
= getPerformance().
failure_threshold
;
local
527
if (this.delta >= (
failure_threshold
/100.0)) {
535
buffer.append(100+
failure_threshold
);
PerformanceResults.java
93
int
failure_threshold
= DEFAULT_FAILURE_THRESHOLD;
field in class:PerformanceResults
473
this.
failure_threshold
= threshold;
/external/stlport/test/eh/
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
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java
182
int
failure_threshold
= 10; // PerformanceTestPlugin.getDBLocation().startsWith("net://");
field in class:GenerateResults
453
this.
failure_threshold
= Integer.parseInt(value);
454
if (this.
failure_threshold
< 0) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 3274 milliseconds