HomeSort by relevance Sort by last modified time
    Searched refs:DIFF (Results 1 - 6 of 6) sorted by null

  /external/bzip2/
bzdiff 4 # Bzcmp/diff wrapped for bzip2,
7 # Bzcmp and bzdiff are used to invoke the cmp or the diff pro-
9 # directly to cmp or diff. If only 1 file is specified, then
12 # necessary) and fed to cmp or diff. The exit status from cmp
13 # or diff is preserved.
19 *) comp=${DIFF-diff} ;;
  /external/opencv/cvaux/src/
cvsegment.cpp 75 #define DIFF(p1,p2) ((unsigned)((p1)[0] - (p2)[0] + d_lw)<=Interval && \
79 /*#define DIFF(p1,p2) (CV_IABS((p1)[0] - (p2)[0]) + \
111 while( DIFF( img + (R+1)*3, /*img + R*3*/val0 ) && !mask[R + 1] )
114 while( DIFF( img + (L-1)*3, /*img + L*3*/val0 ) && !mask[L - 1] )
152 if( !mask[i] && DIFF( img + i*3, /*img - curstep + i*3*/val0 ))
156 while( !mask[j - 1] && DIFF( img + (j - 1)*3, /*img + j*3*/val0 ))
160 (DIFF( img + (i+1)*3, /*img + i*3*/val0 ) ||
161 (DIFF( img + (i+1)*3, /*img + (i+1)*3 - curstep*/val0) && i < R)))
202 #undef DIFF
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-create-patch 29 # Extended "svn diff" script for WebKit Open Source Project, used to make patches.
31 # Differences from standard "svn diff":
33 # Uses the real diff, not svn's built-in diff.
34 # Always passes "-p" to diff so it will try to include function names.
234 open DIFF, "svn diff --diff-cmd diff -x -$diffOptions '$escapedFile' |" or die;
235 while (<DIFF>) {
    [all...]
VCSUtils.pm 110 my $gitDiffStartRegEx = qr#^diff --git (\w/)?(.+) (\w/)?([^\r\n]+)#;
538 # Note, some versions of GNU diff may omit the comma and trailing line count (e.g. N_1),
539 # in which case the omitted line count defaults to 1. For example, GNU diff may output
618 # Parse the next Git diff header from the given file handle, and advance
626 # beginning with "diff --git".
630 # $headerHashRef: a hash reference representing a diff header, as follows--
632 # the diff is a copy or move.
638 # isBinary: the value 1 if the diff is for a binary file.
639 # isDeletion: the value 1 if the diff is a file deletion.
644 # isNew: the value 1 if the diff is for a new file
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 50 # 2003-06-27 / Peter Oberparleiter: implemented --diff
54 # 2004-03-29 / Peter Oberparleiter: modified --diff option to better cope with
115 sub diff();
135 our $diff; # If set, modifies tracefile according to diff
143 our $convert_filenames; # If set, convert filenames when applying diff
144 our $strip; # If set, strip leading directories when applying diff
150 our $diff_path = ""; # Path removed from tracefile when applying diff
207 "diff=s" => \$diff,
2416 sub diff() subroutine
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 50 # 2003-06-27 / Peter Oberparleiter: implemented --diff
54 # 2004-03-29 / Peter Oberparleiter: modified --diff option to better cope with
124 sub diff();
150 our $diff; # If set, modifies tracefile according to diff
158 our $convert_filenames; # If set, convert filenames when applying diff
159 our $strip; # If set, strip leading directories when applying diff
164 our $diff_path = ""; # Path removed from tracefile when applying diff
244 "diff=s" => \$diff,
3716 sub diff() subroutine
    [all...]

Completed in 1867 milliseconds