HomeSort by relevance Sort by last modified time
    Searched refs:failure_threshold (Results 1 - 11 of 11) 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/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 104 net->failure_threshold);
105 if (net->error_count > net->failure_threshold) {
115 } else if ((net->pf_threshold < net->failure_threshold) &&
871 if (net->pf_threshold < net->failure_threshold) {
    [all...]
sctp_usrreq.c     [all...]
sctp_var.h 386 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
sctp_structs.h 384 uint16_t failure_threshold; member in struct:sctp_nets
    [all...]
sctp_sysctl.c 594 xraddr.max_path_rtx = net->failure_threshold;
    [all...]
sctp_pcb.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 247 milliseconds