HomeSort by relevance Sort by last modified time
    Searched refs:tolerance (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
timex.h 45 long tolerance; member in struct:timex
  /external/skia/legacy/src/core/
SkFloat.h 66 void assertEquals(float f, int tolerance = 0)
75 SkASSERT(SkAbs32(d) <= tolerance);
  /external/skia/src/core/
SkFloat.h 66 void assertEquals(float f, int tolerance = 0)
75 SkASSERT(SkAbs32(d) <= tolerance);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListWithEditTextHeaderTest.java 51 @FlakyTest(tolerance=2)
  /frameworks/base/tools/aapt/
Main.cpp 59 " [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \\\n"
113 " -g specify a pixel tolerance to force images to grayscale, default 0\n"
233 int tolerance = 0; local
303 tolerance = atoi(argv[0]);
304 bundle.setGrayscaleTolerance(tolerance);
305 printf("%s: Images with deviation <= %d will be forced to grayscale.\n", prog, tolerance);
  /external/skia/include/core/
SkFixed.h 166 inline bool SkFixedNearlyZero(SkFixed x, SkFixed tolerance = SK_FixedNearlyZero)
168 SkASSERT(tolerance > 0);
169 return SkAbs32(x) < tolerance;
  /external/skia/legacy/include/core/
SkFixed.h 159 inline bool SkFixedNearlyZero(SkFixed x, SkFixed tolerance = SK_FixedNearlyZero)
161 SkASSERT(tolerance > 0);
162 return SkAbs32(x) < tolerance;
  /external/webkit/Tools/DumpRenderTree/cg/
ImageDiffCG.cpp 183 float tolerance = 0.0f; local
186 if (!strcmp(argv[i], "-t") || !strcmp(argv[i], "--tolerance")) {
189 tolerance = strtof(argv[i + 1], 0);
223 if (difference <= tolerance)
  /external/webkit/Tools/DumpRenderTree/gtk/
ImageDiff.cpp 38 static double tolerance = 0; variable
41 { "tolerance", 0, 0, G_OPTION_ARG_DOUBLE, &tolerance, "Percentage difference between images before considering them different", "T" },
138 if (difference <= tolerance)

Completed in 766 milliseconds

1 23 4 5 6