HomeSort by relevance Sort by last modified time
    Searched refs:tolerance (Results 76 - 100 of 103) sorted by null

1 2 34 5

  /external/strace/
time.c 571 int tolerance; member in struct:__anon12873
595 tprintf("tolerance=%d, time=", tx.tolerance);
627 tprintf("tolerance=%ld, time=", tx.tolerance);
638 tprintf("tolerance=%ld, time=", tx.tolerance);
  /frameworks/av/libvideoeditor/vss/src/
M4DECODER_Null.c 298 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/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...]
  /external/skia/third_party/glu/libtess/
alg-outline 24 this is to specify a tolerance as defined above, and clean up the
  /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)
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
  /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...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py     [all...]
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)
  /external/grub/docs/
texinfo.tex     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 938 \indexfonts\rm \tolerance=9500 \advance\baselineskip -1pt
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 288 long tolerance; /* clock frequency tolerance (ppm) member in struct:vki_timex
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 2312 M4OSA_UInt32 tolerance = duration \/ (2 * noOfThumbnails); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1189 milliseconds

1 2 34 5