Home
last modified time | relevance | path

Searched defs:tolerance (Results 1 – 16 of 16) 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 int nativeCreate(int opColor, int tolerance, in nativeCreate()
/frameworks/base/core/java/android/test/
DFlakyTest.java40 int tolerance() default 1; in tolerance() method
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()
/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/tools/layoutlib/bridge/src/android/graphics/
DAvoidXfermode_Delegate.java64 /*package*/ static int nativeCreate(int opColor, int tolerance, int nativeMode) { in nativeCreate()
/frameworks/base/tools/aapt/
DMain.cpp234 int tolerance = 0; in main() local
/frameworks/base/media/jni/mediaeditor/
DVideoEditorThumbnailMain.cpp222 M4OSA_UInt32* pTimeMS, M4OSA_UInt32 tolerance) in ThumbnailGetPixels()
268 M4OSA_UInt32 tolerance) in ThumbnailGetPixels32()
291 M4OSA_UInt32 tolerance) in ThumbnailGetPixels16()
DVideoBrowserMain.c445 M4OSA_UInt32 tolerance) in videoBrowserPrepareFrame()
DVideoEditorMain.cpp2273 M4OSA_UInt32 tolerance = duration / (2 * noOfThumbnails); in videoEditor_getPixelsList() local
/frameworks/base/core/jni/android/graphics/
DXfermode.cpp35 U8CPU tolerance, SkAvoidXfermode::Mode mode) in avoid_create()
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
DBitmapTest.java195 final int tolerance = 1; in testSetPixelsWithNonOpaqueAlpha() local
/frameworks/av/libvideoeditor/vss/src/
DM4DECODER_Null.c298 M4OSA_UInt32 tolerance) { in M4DECODER_NULL_decode()
/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/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorVideoDecoder.cpp1338 M4_MediaTime* pTime, M4OSA_Bool bJump, M4OSA_UInt32 tolerance) { in VideoEditorVideoDecoder_decode()
/frameworks/native/libs/gui/tests/
DSurfaceTexture_test.cpp198 int g, int b, int a, int tolerance=2) { in checkPixel()
241 const Rect &r2, int tolerance=1) { in assertRectEq()