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

1 23 4 5

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
h223api.cpp 126 bool H223CheckSync(TPVH223Level level, uint8* buf, uint bufSz, uint tolerance)
158 return (mismatch_cnt <= tolerance);
  /external/skia/src/core/
SkFloat.h 73 void assertEquals(float f, int tolerance = 0)
82 SkASSERT(SkAbs32(d) <= tolerance);
SkEdgeClipper.cpp 243 const SkScalar TOLERANCE = SK_Scalar1 / 4096;
257 if (delta < TOLERANCE) {
SkStroke.cpp 29 SkScalar tolerance = SK_ScalarNearlyZero) {
30 return SkScalarNearlyZero(a.fX - b.fX, tolerance) &&
31 SkScalarNearlyZero(a.fY - b.fY, tolerance);
  /cts/tests/tests/graphics/src/android/graphics/cts/
InterpolatorTest.java 33 private static final float TOLERANCE = 0.1f;
139 // deviate more than TOLERANCE
386 assertEquals(expected, values[0], TOLERANCE);
399 assertEquals(expected, values[0], TOLERANCE);
405 assertEquals(expected[i], actual[i], TOLERANCE);
PaintFlagsDrawFilterTest.java 114 // underline is roughly the same length at the text (5% tolerance)
  /frameworks/base/core/tests/coretests/src/android/app/activity/
BroadcastTest.java 232 @FlakyTest(tolerance=2)
249 @FlakyTest(tolerance=2)
254 @FlakyTest(tolerance=2)
347 @FlakyTest(tolerance=2)
357 @FlakyTest(tolerance=2)
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 460 ** @param [window] -- Error tolerance available in callback time. If T is the desired
461 ** callback time and w is the allowed tolerance window, then callback
493 ** @param [window] -- Error tolerance available in callback time. If T is the desired
494 ** callback time and w is the allowed tolerance window, then callback
547 ** @param [window] -- Error tolerance available in callback time. If T is the desired
548 ** callback time and w is the allowed tolerance window, then callback
581 ** @param [window] -- Error tolerance available in callback time. If T is the desired
582 ** callback time and w is the allowed tolerance window, then callback
680 ** [aCallbackToleranceWindow] -- Error tolerance available in callback time. If T is the desired
681 ** callback time and w is the allowed tolerance window, then callbac
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 50 private static final long TOLERANCE = 500;
479 new DelayedCheck(timeout + TOLERANCE) {
489 * Assert animation had been stopped. It will sleep duration + TOLERANCE milliseconds and
495 Thread.sleep(duration + TOLERANCE);
  /external/strace/
time.c 347 tprintf("tolerance=%ld, time={%lu, %lu}}",
348 txc.tolerance, (long) txc.time.tv_sec,
357 tprintf("tolerance=%ld, time={%lu, %lu}}",
358 txc.tolerance, (long) txc.time.tv_sec,
PORTING 29 should have a high tolerance for pain. Then again, curious but
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.2.2-4.js 38 var TOLERANCE = 100;
15.9.2.2-5.js 38 var TOLERANCE = 100;
15.9.2.2-1.js 38 var TOLERANCE = 100;
15.9.2.2-2.js 38 var TOLERANCE = 100;
15.9.2.2-3.js 38 var TOLERANCE = 100;
15.9.2.1.js 39 var TOLERANCE = 1000;
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 216 final int tolerance = 70; local
232 assertEquals(mp3Duration, mp.getDuration(), tolerance);
238 assertEquals(pos + seekDuration, mp.getCurrentPosition(), tolerance);
  /external/kernel-headers/original/linux/
compat.h 56 compat_long_t tolerance; member in struct:compat_timex
  /external/webkit/WebKitTools/Scripts/
webkit-tools-completion.sh 95 complete -o default -W "--add-platform-exceptions --complex-text --configuration --guard-malloc --help --http --ignore-tests --launch-safari --leaks --merge-leak-depth --new-test-results --no-http --no-launch-safari --no-new-test-results --no-sample-on-timeout --no-strip-editing-callbacks --pixel-tests --platform --port --quiet --random --reset-results --results-directory --reverse --root --sample-on-timeout --singly --skipped --slowest --strict --strip-editing-callbacks --threaded --timeout --tolerance --use-remote-links-to-tests --valgrind --verbose -1 -c -g -h -i -l -m -o -p -q -t -v" run-webkit-tests
run-webkit-tests 153 my $tolerance = 0;
181 $tolerance = 1.0;
184 $tolerance = 0.1;
187 $tolerance = 0.1;
242 --tolerance t Ignore image differences less than this percentage (default: $tolerance)
304 'tolerance=f' => \$tolerance,
403 print "Enabling pixel tests with a tolerance of $tolerance%\n"
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java 92 // 1 pixel tolerance in case height / 4 is not an even number
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListManagedCursorTest.java 113 @FlakyTest(tolerance=3)
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 147 notes = "Broken syntax tolerance is hard to specify",
  /external/quake/quake/src/QW/
qwchangelog.txt 238 - fixed tolerance on corrupt skin files

Completed in 320 milliseconds

1 23 4 5