Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java73 final int tolerance = runCount; in runTest() local
116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod()
/aosp14/frameworks/base/test-base/src/android/test/
H A 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()
H A DFlakyTest.java46 int tolerance() default 1; in tolerance() method
/aosp14/frameworks/base/test-base/hiddenapi/src/android/test/
H A DInstrumentationTestCase.java36 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DAvoidXfermode.java54 public AvoidXfermode(int opColor, int tolerance, Mode mode) { in AvoidXfermode()
/aosp14/frameworks/base/tools/aapt/
H A DMain.cpp282 int tolerance = 0; in main() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/back/
H A DBackAnimationSpecTest.kt83 val tolerance = 0f regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DVector3Test.java28 private static final float tolerance = 1.0f / (1 << 12); field in Vector3Test
/aosp14/frameworks/base/media/java/android/media/
H A DSyncParams.java231 public SyncParams setTolerance(float tolerance) { in setTolerance()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_SyncParams.h41 jfieldID tolerance; member
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A 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()
H A DCameraTestUtils.java2105 double tolerance = expected * EXIF_EXPOSURE_TIME_ERROR_MARGIN_RATIO; in verifyJpegExifExtraTags() local
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapTest.java201 final int tolerance = 1; in testSetPixelsWithNonOpaqueAlpha() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DApplicationExitInfoTest.java1026 final long tolerance = 10000; // ms in verifyApplicationExitInfo() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitions.java1209 final int tolerance = KeyguardTransitionHandler.handles(playing.mInfo) in finishForSync() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...