Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/libs/vr/libdvrcommon/tests/
H A Dpose_test.cpp29 const auto tolerance = FT(0.0001); in TYPED_TEST() local
48 const auto tolerance = FT(0.0001); in TYPED_TEST() local
72 const auto tolerance = FT(0.0001); in TYPED_TEST() local
96 const auto tolerance = FT(0.0001); in TYPED_TEST() local
127 const auto tolerance = FT(0.0001); in TYPED_TEST() local
/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/test/
H A Dtest_macros.h16 const A& expected, const B& actual, const T& tolerance) { in CmpArrayLikeFloatEq()
34 const A& expected, const B& actual, const T& tolerance) { in CmpMatrixLikeFloatEq()
54 const A& expected, const B& actual, const T& tolerance) { in CmpArrayLikeFloatNe()
72 const A& expected, const B& actual, const T& tolerance) { in CmpMatrixLikeFloatNe()
/aosp12/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()
/aosp12/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
/aosp12/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/
H A DMapperVts.h75 bool import, enum Tolerance tolerance) { in allocate()
128 bool canTolerate(Tolerance tolerance, Error error) { in canTolerate()
/aosp12/frameworks/base/test-base/hiddenapi/src/android/test/
H A DInstrumentationTestCase.java36 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DAvoidXfermode.java54 public AvoidXfermode(int opColor, int tolerance, Mode mode) { in AvoidXfermode()
/aosp12/frameworks/native/libs/gui/tests/
H A DGLTest.cpp178 int r, int g, int b, int a, int tolerance) { in checkPixel()
219 int tolerance) { in assertRectEq()
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_flowgraph.cpp96 constexpr float tolerance = 0.0001f; // arbitrary in TEST() local
153 constexpr float tolerance = 0.000001f; // arbitrary in TEST() local
/aosp12/frameworks/base/tools/aapt/
H A DMain.cpp282 int tolerance = 0; in main() local
/aosp12/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
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DRecurrentTimer_test.cpp28 #define ASSERT_EQ_WITH_TOLERANCE(val1, val2, tolerance) \ argument
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/backoff/
H A DExponentialBaseCalculator.java87 private static double getBaseImpl(long t, int n, double tolerance) { in getBaseImpl()
/aosp12/hardware/interfaces/graphics/mapper/4.0/utils/vts/
H A DMapperVts.cpp88 enum Tolerance tolerance, in allocate()
128 bool import, enum Tolerance tolerance, in allocate()
161 enum Tolerance tolerance) { in importBuffer()
/aosp12/art/test/406-fields/src/
H A DTestCase.java141 float tolerance) { in assertEquals()
162 double tolerance) { in assertEquals()
/aosp12/art/test/407-arrays/src/
H A DTestCase.java141 float tolerance) { in assertEquals()
162 double tolerance) { in assertEquals()
/aosp12/art/test/412-new-array/src/
H A DTestCase.java141 float tolerance) { in assertEquals()
162 double tolerance) { in assertEquals()
/aosp12/art/test/414-static-fields/src/
H A DTestCase.java141 float tolerance) { in assertEquals()
162 double tolerance) { in assertEquals()
/aosp12/frameworks/base/media/java/android/media/
H A DSyncParams.java231 public SyncParams setTolerance(float tolerance) { in setTolerance()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_SyncParams.h41 jfieldID tolerance; member
/aosp12/hardware/interfaces/broadcastradio/common/tests/
H A DWorkerThread_test.cpp35 #define ASSERT_EQ_WITH_TOLERANCE(val1, val2, tolerance) \ argument
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/chunking/cdc/
H A DFingerprintMixerTest.java140 float tolerance = 0.1f; in mix_randomlyDistributesBits() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dtimex.h32 __kernel_long_t tolerance; member
71 long long tolerance; member
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/
H A DTransactionUtils.h104 const Rect& rect, const Color& color, uint8_t tolerance) { in expectBufferColor()

12