OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failure_threshold
(Results
1 - 10
of
10
) 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/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
106
net->
failure_threshold
);
107
if (net->error_count > net->
failure_threshold
) {
117
} else if ((net->pf_threshold < net->
failure_threshold
) &&
873
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
611
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 1454 milliseconds