/external/skia/include/core/ |
SkPoint.h | 214 * tolerance (used to avoid dividing by tiny values). 348 tolerance as CanNormalize.
|
/external/skia/src/core/ |
SkEdgeClipper.cpp | 236 const SkScalar TOLERANCE = SK_Scalar1 / 4096; 250 if (delta < TOLERANCE) {
|
/frameworks/base/services/sensorservice/ |
mat.h | 308 static bool isPositiveSemidefinite(const mat<TYPE, C, C>& m, TYPE tolerance) { 315 if (fabs(m[i][j] - m[j][i]) > tolerance)
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.2.1.js | 39 var TOLERANCE = 1000;
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TimeBar.java | 63 private final int scrubberPadding; // adds some touch tolerance around the scrubber
|
/external/libvpx/vpx/ |
vpx_encoder.h | 429 * bitrate tolerance 433 /*!\brief Rate control undershoot tolerance 442 /*!\brief Rate control overshoot tolerance
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
LoopBlinnMathUtils.cpp | 215 bool nearlyZero(float x, float tolerance = NearlyZeroConstant) 217 ASSERT(tolerance > 0.0f); 218 return ::fabsf(x) < tolerance;
|
/external/webkit/Tools/Scripts/ |
old-run-webkit-tests | 171 my $tolerance = 0; 216 $tolerance = 1.0; 219 $tolerance = 0.1; 222 $tolerance = 0.1; 298 --tolerance t Ignore image differences less than this percentage (default: $tolerance) 364 'tolerance=f' => \$tolerance, 480 print "Enabling pixel tests with a tolerance of $tolerance%\n" [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 182 // image and should have same similar (within some error-tolerance) Bitmap data.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_bridge_unittest.mm | 227 // name might be). Add tolerance for URL fixer-upping;
|
/external/compiler-rt/test/Unit/ |
mulsc3_test.c | 101 // relaxed tolerance to arbitrary (1.e-6) amount.
|
/external/quake/quake/src/QW/ |
qwchangelog.txt | 238 - fixed tolerance on corrupt skin files
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
mulsc3_test.c | 101 // relaxed tolerance to arbitrary (1.e-6) amount.
|
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/ |
tst_qgraphicswebview.cpp | 501 bool compareImagesFuzzyPixelCount(const QImage& image1, const QImage& image2, qreal tolerance = 0.05) 513 if (diffPixelCount > (image1.size().width() * image1.size().height()) * tolerance)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
rebaseline_chromium_webkit_tests_unittest.py | 176 self.assertEqual(options.tolerance, 0) 180 self.assertEqual(options.tolerance, 0)
|
/frameworks/base/core/java/android/view/ |
InputDevice.java | 673 * Gets the error tolerance for input device measurements with respect to this axis. 678 * @return The error tolerance.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaEnvReverbTest.java | 49 // allow +/- 5% tolerance between set and get delays 51 // allow +/- 5% tolerance between set and get ratios
|
/packages/apps/Camera/src/com/android/camera/ |
Util.java | 362 // Use a very small tolerance because we want an exact match. 407 // Use a very small tolerance because we want an exact match.
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Util.java | 376 // Use a very small tolerance because we want an exact match. 425 // Use a very small tolerance because we want an exact match.
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
base.py | 219 diff_filename=None, tolerance=0): 226 |tolerance| should be a percentage value (0.0 - 100.0). 227 If it is omitted, the port default tolerance value is used. [all...] |
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorVideoDecoder.cpp | [all...] |
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 242 // end of line, no tolerance for trailing whitespace
|
/external/chromium/chrome/browser/ui/cocoa/ |
history_menu_bridge_unittest.mm | 204 // name might be). Add tolerance for URL fixer-upping;
|
/external/icu4c/i18n/ |
csrmbcs.cpp | 201 // (should we have zero tolerance for these?)
|
/external/skia/third_party/glu/libtess/ |
alg-outline | 24 this is to specify a tolerance as defined above, and clean up the
|