Home
last modified time | relevance | path

Searched refs:round (Results 1 – 9 of 9) sorted by relevance

/test/vts-testcase/performance/audio_loopback_test/
DREADME.md1 The AudioLoopbackTest is used to test round-trip audio performance over headset jack and USB.
10 1. Average round-trip latency.
11 2. Standard deviation of round-trip latency.
/test/vti/dashboard/src/main/java/com/android/vts/util/
DHistogram.java153 Math.round(new Percentile().evaluate(valueList, percentiles[i]) * 1000d) in toJson()
DTestResults.java350 Math.round((100 * passCount / (passCount + nonpassCount)) * 100f) / 100f; in processReport()
361 Math.round((100 * coveredLineCount / totalLineCount) * 100f) / 100f; in processReport()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DStat.java178 int index = (int) Math.round(values.length * 0.95 + .5) - 1; in get95PercentileValue()
/test/vts/utils/python/coverage/
Dparser_test.py205 word_count = int(round(byte_count / 4.0))
/test/mlts/benchmark/results/
DChart.bundle.min.js10round(2.55*parseFloat(a[r+1]));i=parseFloat(a[4])}else if(a=t.match(/(\w+)/)){if("transparent"==a[… property
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DCoverageEntity.java176 return Math.round(coveredCount * 10000d / totalCount) / 100d; in getPercentage()
/test/vti/dashboard/src/main/webapp/js/
Dtest_results.js92 return Math.round(ratio * 1000) / 10;
/test/vts/runners/host/
Dutils.py130 return int(round(time.time() * 1000))