Searched refs:failure_threshold (Results 1 – 4 of 4) sorted by relevance
326 static long failure_threshold = kNotInExceptionTest; in Failure_threshold() local327 return failure_threshold; in Failure_threshold()
526 int failure_threshold = getPerformance().failure_threshold; in initialize() local527 if (this.delta >= (failure_threshold/100.0)) { in initialize()535 buffer.append(100+failure_threshold); in initialize()
93 int failure_threshold = DEFAULT_FAILURE_THRESHOLD; field in PerformanceResults473 this.failure_threshold = threshold; in readAll()
182 int failure_threshold = 10; // PerformanceTestPlugin.getDBLocation().startsWith("net://"); field in GenerateResults453 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()