Searched defs:THRESHOLD (Results 1 – 5 of 5) sorted by relevance
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 69 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/ |
D | BinderPerformanceTest.py | 37 THRESHOLD = { variable in BinderPerformanceTest
|
/test/vts-testcase/performance/hwbinder_benchmark/ |
D | HwBinderPerformanceTest.py | 37 THRESHOLD = { variable in HwBinderPerformanceTest
|
/test/vts-testcase/performance/audio_loopback_test/ |
D | AudioLoopbackTest.py | 34 THRESHOLD = {"MAX_LATENCY": 20000000, } variable in AudioLoopbackTest
|
/test/vts-testcase/performance/fmq_benchmark/ |
D | FmqPerformanceTest.py | 36 THRESHOLD = { variable in FmqPerformanceTest
|