OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thresholdmin
(Results
1 - 1
of
1
) sorted by null
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
Stat.java
90
double
thresholdMin
= median * (1.0 - rejectionThreshold);
96
if ((data[i] >
thresholdMin
) && (data[i] < thresholdMax)) {
Completed in 165 milliseconds