Home
last modified time | relevance | path

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

/frameworks/base/core/tests/utillib/src/android/test/
DBandwidthTestCase.java73 final int tolerance = runCount; in runTest() local
116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod()
/frameworks/base/core/java/android/test/
DFlakyTest.java46 int tolerance() default 1; in tolerance() method
DInstrumentationTestCase.java188 final int tolerance = runCount; in runTest() local
210 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod()
214 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod()
/frameworks/base/graphics/java/android/graphics/
DAvoidXfermode.java54 public AvoidXfermode(int opColor, int tolerance, Mode mode) { in AvoidXfermode()
/frameworks/base/tools/aapt/
DMain.cpp266 int tolerance = 0; in main() local
/frameworks/native/libs/gui/tests/
DGLTest.cpp176 int r, int g, int b, int a, int tolerance) { in checkPixel()
217 int tolerance) { in assertRectEq()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DVector3Test.java28 private static final float tolerance = 1.0f / (1 << 12); field in Vector3Test
/frameworks/base/media/java/android/media/
DSyncParams.java237 public SyncParams setTolerance(float tolerance) { in setTolerance()
/frameworks/base/media/jni/
Dandroid_media_SyncParams.h41 jfieldID tolerance; member
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
DBitmapTest.java195 final int tolerance = 1; in testSetPixelsWithNonOpaqueAlpha() local
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DSGEMMTest.java84 float tolerance = allowedError * (l2NormOut < l2NormRef ? l2NormOut : l2NormRef); in testWithTolerance() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraErrorCollector.java293 public <T> boolean expectEquals(String msg, float expected, float actual, float tolerance) { in expectEquals()
316 public <T> boolean expectEquals(String msg, double expected, double actual, double tolerance) { in expectEquals()
DCameraTestUtils.java2033 double tolerance = expected * EXIF_EXPOSURE_TIME_ERROR_MARGIN_RATIO; in verifyJpegExifExtraTags() local
/frameworks/native/services/sensorservice/
Dmat.h308 static bool isPositiveSemidefinite(const mat<TYPE, C, C>& m, TYPE tolerance) { in isPositiveSemidefinite() argument
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp288 int g, int b, int a, int tolerance=2) { in checkPixel()