| /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
| D | StandardDeviationVerificationTest.java | 46 float[] threshold = {2, 2, 4}; in testVerify() local 59 private void runVerification(float[] threshold, float[][] values, boolean pass, in runVerification() 82 private StandardDeviationVerification getVerification(float[] threshold, float[] ... values) { in getVerification()
|
| D | MagnitudeVerificationTest.java | 49 …private void runStats(float expected, float threshold, float[][] values, boolean pass, float magni… in runStats() 66 private MagnitudeVerification getVerification(float expected, float threshold, in getVerification()
|
| D | MeanVerificationTest.java | 43 float[] threshold = {0.1f, 0.1f, 0.1f}; in testVerify() local 92 private MeanVerification getVerification(float[] expected, float[] threshold, in getVerification()
|
| D | MeanVerification.java | 51 public MeanVerification(float[] expected, float[] threshold) { in MeanVerification() 68 float[] threshold = (float[]) DEFAULTS.get(sensorType)[1]; in getDefault() local
|
| D | MagnitudeVerification.java | 57 public MagnitudeVerification(float expected, float threshold) { in MagnitudeVerification() 74 Float threshold = DEFAULTS.get(sensorType)[1]; in getDefault() local
|
| D | JitterVerificationTest.java | 101 private JitterVerification getVerification(int threshold, long ... timestamps) { in getVerification()
|
| D | StandardDeviationVerification.java | 54 public StandardDeviationVerification(float[] threshold) { in StandardDeviationVerification()
|
| D | JitterVerification.java | 65 int threshold = DEFAULTS.get(sensorType, -1); in getDefault() local
|
| /cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
| D | SensorCalibratedUncalibratedVerifier.java | 43 float threshold) { in SensorCalibratedUncalibratedVerifier() 72 float threshold) { in verifyMeasurements() 109 float threshold) { in verifyCalibratedUncalibratedPair()
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
| D | CompareUtils.java | 9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
| D | InfrastructureTests.java | 60 final float threshold = 0.1f; in testRenderSpecIsolation() local
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
| D | ColorVerifier.java | 28 public ColorVerifier(int color, int threshold) { in ColorVerifier()
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
| D | PSNRComparer.java | 35 public PSNRComparer(float threshold) { in PSNRComparer()
|
| D | ThresholdDifferenceComparer.java | 41 public ThresholdDifferenceComparer(int threshold) { in ThresholdDifferenceComparer()
|
| D | WeightedPixelDifference.java | 33 public WeightedPixelDifference(float threshold) { in WeightedPixelDifference()
|
| D | MSSIMComparer.java | 46 public MSSIMComparer(double threshold) { in MSSIMComparer()
|
| /cts/hostsidetests/theme/src/android/theme/cts/ |
| D | ComparisonTask.java | 98 … private static boolean compare(BufferedImage reference, BufferedImage generated, int threshold) { in compare()
|
| /cts/tests/tests/display/src/android/display/cts/ |
| D | VirtualDisplayTest.java | 428 final int threshold = width * height / 4; in scanImage() local
|