Home
last modified time | relevance | path

Searched defs:THRESHOLD (Results 1 – 5 of 5) sorted by relevance

/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java69 private static final double THRESHOLD = 1e-10; field in VtsProfilingStatsJobServletTest
285 assertEquals(expected.getMax(), pps.getGlobalStats().getMax(), THRESHOLD); in testNewSummary() local
286 assertEquals(expected.getMin(), pps.getGlobalStats().getMin(), THRESHOLD); in testNewSummary() local
287 assertEquals(expected.getMean(), pps.getGlobalStats().getMean(), THRESHOLD); in testNewSummary() local
288 assertEquals(expected.getSumSq(), pps.getGlobalStats().getSumSq(), THRESHOLD); in testNewSummary() local
376 assertEquals(expected.getMax(), pps.getGlobalStats().getMax(), THRESHOLD); in testUpdateSummary() local
377 assertEquals(expected.getMin(), pps.getGlobalStats().getMin(), THRESHOLD); in testUpdateSummary() local
378 assertEquals(expected.getMean(), pps.getGlobalStats().getMean(), THRESHOLD); in testUpdateSummary() local
379 assertEquals(expected.getSumSq(), pps.getGlobalStats().getSumSq(), THRESHOLD); in testUpdateSummary() local
/test/vts-testcase/performance/binder_benchmark/
DBinderPerformanceTest.py37 THRESHOLD = { variable in BinderPerformanceTest
/test/vts-testcase/performance/hwbinder_benchmark/
DHwBinderPerformanceTest.py37 THRESHOLD = { variable in HwBinderPerformanceTest
/test/vts-testcase/performance/audio_loopback_test/
DAudioLoopbackTest.py34 THRESHOLD = {"MAX_LATENCY": 20000000, } variable in AudioLoopbackTest
/test/vts-testcase/performance/fmq_benchmark/
DFmqPerformanceTest.py36 THRESHOLD = { variable in FmqPerformanceTest