Home
last modified time | relevance | path

Searched defs:tolerance (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java94 private void verifyColors(int[] colors, float[] positions, int tolerance) { in verifyColors()
136 assertEquals(Color.alpha(color), Color.alpha(pixel), tolerance); in verifyColors() local
137 assertEquals(Color.red(color), Color.red(pixel), tolerance); in verifyColors() local
138 assertEquals(Color.green(color), Color.green(pixel), tolerance); in verifyColors() local
139 assertEquals(Color.blue(color), Color.blue(pixel), tolerance); in verifyColors() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DColorUtils.java29 public static void verifyColor(int expected, int observed, int tolerance) { in verifyColor()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DShadowTests.java35 public GrayScaleVerifier(Point[] testPoints, int[] expectedColors, int tolerance) { in GrayScaleVerifier()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DRectVerifier.java32 public RectVerifier(int outerColor, int innerColor, Rect innerRect, int tolerance) { in RectVerifier()
DSamplePointVerifier.java40 public SamplePointVerifier(Point[] testPoints, int[] expectedColors, int tolerance) { in SamplePointVerifier()
/cts/tests/tests/media/src/android/media/cts/
DFaceDetector_FaceTest.java57 float tolerance = 5f; in testFaceProperties() local
DMediaRecorderTest.java676 private void checkRecordedTime(long expectedMs, long actualMs, long tolerance) { in checkRecordedTime()
695 long fileSize, long tolerance) throws Exception { in testSetMaxFileSize()
900 long tolerance = 50 * 1024; in testRecordExceedFileSizeLimit() local
1038 private void checkOutputFileSize(final String fileName, long fileSize, long tolerance) { in checkOutputFileSize()
DMediaPlayerTest.java191 final int tolerance = 70; in testPlayAudioFromDataURI() local
382 final int tolerance = 70; in testPlayMidi() local
DMediaSyncTest.java439 final double tolerance = state.mMediaDurationUs in playAV() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dfloat16_gen.c122 void getErrorBar(unsigned short value, int tolerance, unsigned short bounds[2]) { in getErrorBar()
226 int tolerance) { in printReferenceOutput()
/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java195 private void assertVelocity(float tolerance, String message) { in assertVelocity()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java270 NetworkCallback(long tolerance, URL url) { in NetworkCallback()
295 private boolean shouldTestThisNetworkType(int networkTypeIndex, final long tolerance) in shouldTestThisNetworkType()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java289 public <T> boolean expectEquals(String msg, float expected, float actual, float tolerance) { in expectEquals()
312 public <T> boolean expectEquals(String msg, double expected, double actual, double tolerance) { in expectEquals()
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java501 double tolerance = IMAGE_DIFFERENCE_TOLERANCE; in testAllOutputYUVResolutions() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java522 double tolerance = 0.0001; in findDngInterpolationFactor() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2225 double tolerance = expected * EXIF_EXPOSURE_TIME_ERROR_MARGIN_RATIO; in verifyJpegExifExtraTags() local
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...