Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DAvoidXfermode.java52 public AvoidXfermode(int opColor, int tolerance, Mode mode) { in AvoidXfermode()
59 private static native long nativeCreate(int opColor, int tolerance, in nativeCreate()
/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/
DInstrumentationTestCase.java182 final int tolerance = runCount; in runTest() local
204 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod()
208 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod()
DFlakyTest.java40 int tolerance() default 1; in tolerance() method
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DAvoidXfermode_Delegate.java64 /*package*/ static long nativeCreate(int opColor, int tolerance, int nativeMode) { in nativeCreate()
/frameworks/base/core/jni/android/graphics/
DAvoidXfermode.h42 static AvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) { in Create()
DAvoidXfermode.cpp14 AvoidXfermode::AvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode) { in AvoidXfermode()
26 const unsigned tolerance = buffer.readUInt(); in CreateProc() local
DXfermode.cpp36 jint tolerance, jint modeHandle) in avoid_create()
/frameworks/base/tools/aapt/
DMain.cpp258 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/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/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.cpp293 int g, int b, int a, int tolerance=2) { in checkPixel()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...