/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
webkit.py | 125 if self.get_option('tolerance') is not None: 126 tolerance = self.get_option('tolerance') 128 tolerance = 0.1 129 command = [self._path_to_image_diff(), '--tolerance', str(tolerance)]
|
/frameworks/base/tools/aapt/ |
Main.cpp | 59 " [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \\\n" 109 " -g specify a pixel tolerance to force images to grayscale, default 0\n" 221 int tolerance = 0; local 289 tolerance = atoi(argv[0]); 290 bundle.setGrayscaleTolerance(tolerance); 291 printf("%s: Images with deviation <= %d will be forced to grayscale.\n", prog, tolerance);
|
/external/skia/third_party/glu/libtess/ |
README | 240 This specifies a tolerance for merging features to reduce the size 242 each other might be replaced by a single vertex. The tolerance 248 Feature merging is completely optional; the tolerance is only a hint. 250 or to never merge features at all. The default tolerance is zero. 253 coincident, regardless of the current tolerance. A vertex is
|
tess.h | 86 GLdouble relTolerance; /* tolerance for merging features */
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
run_webkit_tests_unittest.py | 510 self.tolerance_used_for_diff_image = self._options.tolerance 521 # If we pass in an explicit tolerance argument, then that will be used. 522 test_port = get_port_for_run(base_args + ['--tolerance', '.1']) 524 test_port = get_port_for_run(base_args + ['--tolerance', '0']) 527 # Otherwise the port's default tolerance behavior (including ignoring it)
|
/frameworks/av/media/libstagefright/tests/ |
SurfaceMediaSource_test.cpp | 291 int g, int b, int a, int tolerance=2) { 305 if (r >= 0 && abs(r - int(pixel[0])) > tolerance) { 308 if (g >= 0 && abs(g - int(pixel[1])) > tolerance) { 314 if (b >= 0 && abs(b - int(pixel[2])) > tolerance) { 320 if (a >= 0 && abs(a - int(pixel[3])) > tolerance) { [all...] |
/cts/tests/tests/telephony/src/android/telephony/cts/ |
TelephonyManagerTest.java | 38 private static final int TOLERANCE = 1000; 114 mLock.wait(TOLERANCE);
|
/external/skia/src/gpu/ |
GrPathUtils.cpp | 254 // We could have a tolerance here, not sure if it would improve anything 290 // base tolerance is 2 pixels in dev coords.
|
/external/webrtc/src/modules/audio_processing/aecm/ |
aecm_core.h | 61 #define ENERGY_DEV_TOL 400 // The energy estimation tolerance in Q8 62 #define FAR_ENERGY_VAD_REGION 230 // Far VAD tolerance region
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadTest.java | 178 // Check that basic behavior is about right (with some tolerance) 225 // Check that basic behavior is about right (with some tolerance)
|
/bionic/libc/kernel/common/linux/ |
timex.h | 52 long tolerance; member in struct:timex
|
/cts/tests/tests/view/src/android/view/cts/ |
DisplayRefreshRateTest.java | 46 // A smaller tolerance requires a more accurate measured_fps in order
|
/external/kernel-headers/original/linux/ |
compat.h | 56 compat_long_t tolerance; member in struct:compat_timex
|
/external/libvpx/examples/includes/geshi/geshi/ |
povray.php | 49 'translate', 'transform', 'trace', 'toroidal', 'tolerance', 'tiles', 'tile2', 'tightness',
|
/external/llvm/test/CodeGen/Thumb/ |
2010-07-15-debugOrdering.ll | 101 !52 = metadata !{i32 524334, i32 0, metadata !8, metadata !"tolerance", metadata !"tolerance", metadata !"_ZNK9ggVector39toleranceEv", metadata !9, i32 100, metadata !31, i1 false, i1 false, i32 0, i32 0, null, i1 false, i1 false, null} ; [ DW_TAG_subprogram ] 102 !53 = metadata !{i32 524334, i32 0, metadata !8, metadata !"tolerance", metadata !"tolerance", metadata !"_ZN9ggVector39toleranceEv", metadata !9, i32 101, metadata !38, i1 false, i1 false, i32 0, i32 0, null, i1 false, i1 false, null} ; [ DW_TAG_subprogram ]
|
/external/strace/ |
PORTING | 29 should have a high tolerance for pain. Then again, curious but
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
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;
|
/external/webkit/Tools/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
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ScrollingThroughListOfFocusablesTest.java | 95 // 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)
|
/frameworks/base/media/jni/mediaeditor/ |
VideoBrowserMain.h | 137 M4OSA_UInt32 tolerance);
|
/frameworks/native/libs/gui/tests/ |
SurfaceTexture_test.cpp | 195 int g, int b, int a, int tolerance=2) { 209 if (r >= 0 && abs(r - int(pixel[0])) > tolerance) { 212 if (g >= 0 && abs(g - int(pixel[1])) > tolerance) { 218 if (b >= 0 && abs(b - int(pixel[2])) > tolerance) { 224 if (a >= 0 && abs(a - int(pixel[3])) > tolerance) { 240 const Rect &r2, int tolerance=1) { 244 if (abs(r1.left - r2.left) > tolerance) { 247 if (abs(r1.top - r2.top) > tolerance) { 253 if (abs(r1.right - r2.right) > tolerance) { 259 if (abs(r1.bottom - r2.bottom) > tolerance) { [all...] |
/external/llvm/tools/bugpoint/ |
ExecutionDriver.cpp | 35 AbsTolerance("abs-tolerance", cl::desc("Absolute error tolerated"), 38 RelTolerance("rel-tolerance", cl::desc("Relative error tolerated"),
|