| /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
| D | StandardDeviationVerificationTest.java | 49 float[] threshold = {2, 2, 4}; in testVerify() local 62 private void runVerification(float[] threshold, float[][] values, boolean pass, in runVerification() 86 float[] threshold, in getVerification()
|
| D | MagnitudeVerificationTest.java | 52 …private void runStats(float expected, float threshold, float[][] values, boolean pass, float magni… in runStats() 69 private static MagnitudeVerification getVerification(float expected, float threshold, in getVerification()
|
| D | MeanVerificationTest.java | 46 float[] threshold = {0.1f, 0.1f, 0.1f}; in testVerify() local 95 private static 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 | StandardDeviationVerification.java | 59 public StandardDeviationVerification(float[] threshold) { in StandardDeviationVerification()
|
| /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() 21 public static boolean verifyPixelGrayScale(int color, int threshold) { in verifyPixelGrayScale()
|
| /cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
| D | SensorCalibratedUncalibratedVerifier.java | 45 float threshold) { in SensorCalibratedUncalibratedVerifier() 74 float threshold) { in verifyMeasurements() 111 float threshold) { in verifyCalibratedUncalibratedPair()
|
| /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 | 45 public MSSIMComparer(double threshold) { in MSSIMComparer()
|
| /cts/tests/tests/view/src/android/view/cts/ |
| D | PixelCopyTests.java | 219 int bottomLeft, int bottomRight, int threshold) { in assertBitmapQuadColor() 227 private boolean pixelsAreSame(int ideal, int given, int threshold) { in pixelsAreSame()
|
| /cts/hostsidetests/theme/src/android/theme/cts/ |
| D | ComparisonTask.java | 90 … private static boolean compare(BufferedImage reference, BufferedImage generated, int threshold) { in compare()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
| D | Correlation.java | 100 private boolean downsampleData(double [] data, double [] dataDownsampled, double threshold) { in downsampleData()
|
| D | WavAnalyzer.java | 19 private double threshold; // threshold of passing, drop off compared to 2000 kHz field in WavAnalyzer
|
| /cts/tests/tests/display/src/android/display/cts/ |
| D | VirtualDisplayTest.java | 428 final int threshold = width * height / 4; in scanImage() local
|