Home
last modified time | relevance | path

Searched refs:THRESHOLD (Results 1 – 4 of 4) sorted by relevance

/cts/tests/app/src/android/app/cts/
DActivityManagerMemoryInfoTest.java40 final long THRESHOLD = 500l; in testWriteToParcel() local
41 mMemory.threshold = THRESHOLD; in testWriteToParcel()
50 assertEquals(THRESHOLD, values.threshold); in testWriteToParcel()
65 final long THRESHOLD = 500l; in testReadFromParcel() local
66 mMemory.threshold = THRESHOLD; in testReadFromParcel()
75 assertEquals(THRESHOLD, result.threshold); in testReadFromParcel()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2007/
Dpoc.cpp23 #define THRESHOLD 47 macro
29 FifoController fifoController(CAPACITY, THRESHOLD); in main()
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DEventGapVerification.java23 private static final double THRESHOLD = 1.8; field in EventGapVerification
97 (double)(THRESHOLD * mExpectedDelayUs)/1000.0)); in verify()
119 if (deltaUs > mExpectedDelayUs * THRESHOLD) { in addSensorEventInternal()
/cts/tests/camera/src/android/hardware/camera2/cts/
DBurstCaptureRawTest.java363 private final double THRESHOLD = 5000000.0; // 5ms field in BurstCaptureRawTest.TestTimestamp
436 String.format("stddev = %.2f, threshold = %.2f.\n", stddev, THRESHOLD) + in execute()
438 THRESHOLD, stddev); in execute()