Home
last modified time | relevance | path

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

/cts/tests/DropBoxManager/src/android/dropboxmanager/cts/
DDropBoxTests.java278 final long errorMargin = receivedTimeDelta - startTimeDelta; in testMultipleLowPriorityRateLimiting() local
281 if (errorMargin < -startTimeDelta / 5 || errorMargin > startTimeDelta / 5 ) { in testMultipleLowPriorityRateLimiting()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1074 float errorMargin = FOCUS_DISTANCE_ERROR_PERCENT_UNCALIBRATED; in focusDistanceTestByCamera() local
1077 errorMargin = FOCUS_DISTANCE_ERROR_PERCENT_CALIBRATED; in focusDistanceTestByCamera()
1080 errorMargin = FOCUS_DISTANCE_ERROR_PERCENT_APPROXIMATE; in focusDistanceTestByCamera()
1084 focusDistanceTestRepeating(requestBuilder, errorMargin); in focusDistanceTestByCamera()
1089 focusDistanceTestBurst(requestBuilder, errorMargin); in focusDistanceTestByCamera()
1094 float errorMargin) throws Exception { in focusDistanceTestRepeating() argument
1127 errorMargin); in focusDistanceTestRepeating()
1147 hyperFocalDistance * (1.0f - errorMargin), in focusDistanceTestRepeating()
1148 hyperFocalDistance * (1.0f + errorMargin)); in focusDistanceTestRepeating()
1154 float errorMargin) throws Exception { in focusDistanceTestBurst() argument
[all …]
/cts/tests/tests/media/src/android/media/cts/
DDecoderTestXheAac.java766 float errorMargin = 0.0f; in checkEnergyUSAC()
768 errorMargin = 0.25f; in checkEnergyUSAC()
770 errorMargin = 0.40f; in checkEnergyUSAC()
790 if ((energyRatio > (1.0f + errorMargin) ) || (energyRatio < (1.0f - errorMargin) )) { in checkEnergyUSAC()
/cts/tests/tests/net/src/android/net/cts/
DIpSecManagerTest.java391 long oldStats, long newStats, int expectedDelta, double errorMargin) { in assertApproxEquals() argument
393 assertTrue((expectedDelta * errorMargin) > newStats - oldStats); in assertApproxEquals()