Searched refs:THRESHOLD (Results 1 – 4 of 4) sorted by relevance
40 final long THRESHOLD = 500l; in testWriteToParcel() local41 mMemory.threshold = THRESHOLD; in testWriteToParcel()50 assertEquals(THRESHOLD, values.threshold); in testWriteToParcel()65 final long THRESHOLD = 500l; in testReadFromParcel() local66 mMemory.threshold = THRESHOLD; in testReadFromParcel()75 assertEquals(THRESHOLD, result.threshold); in testReadFromParcel()
23 #define THRESHOLD 47 macro29 FifoController fifoController(CAPACITY, THRESHOLD); in main()
23 private static final double THRESHOLD = 1.8; field in EventGapVerification97 (double)(THRESHOLD * mExpectedDelayUs)/1000.0)); in verify()119 if (deltaUs > mExpectedDelayUs * THRESHOLD) { in addSensorEventInternal()
363 private final double THRESHOLD = 5000000.0; // 5ms field in BurstCaptureRawTest.TestTimestamp436 String.format("stddev = %.2f, threshold = %.2f.\n", stddev, THRESHOLD) + in execute()438 THRESHOLD, stddev); in execute()