Searched refs:PATCH (Results 1 - 8 of 8) sorted by relevance

/external/iptables/
H A Drelease.sh10 PATCH="patch-iptables-$PREV_VERSION-$VERSION.bz2";
16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH"
29 gpg -u "Netfilter Core Team" -sb "$PATCH";
30 md5sum "$PATCH" >"$PATCH.md5sum";
31 sha1sum "$PATCH" >"$PATCH.sha1sum";
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DsetChangeLogDateAndReviewer.pl39 Subject: [PATCH]
56 Subject: [PATCH]
78 Subject: [PATCH]
95 Subject: [PATCH]
/external/openssh/contrib/aix/
H A Dbuildbff.sh130 PATCH=`echo $VERSION | cut -f 1 -d p | cut -f 3 -d .`
132 [ "$PATCH" = "" ] && PATCH=0
134 BFFVERSION=`printf "%d.%d.%d.%d" $MAJOR $MINOR $PATCH $PORTABLE`
/external/opencv/cv/src/
H A Dcvsurf.cpp348 uchar PATCH[PATCH_SZ+1][PATCH_SZ+1], RS_PATCH[RS_PATCH_SZ][RS_PATCH_SZ]; local
353 CvMat _patch = cvMat(PATCH_SZ+1, PATCH_SZ+1, CV_8U, PATCH);
477 float vx = (PATCH[i][j+1] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i+1][j])*dw;
478 float vy = (PATCH[i+1][j] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[
[all...]
/external/v8/tools/
H A Dcommon-includes.sh147 for v in MAJOR MINOR BUILD PATCH; do
H A Dmerge-to-branch.sh189 restore_if_unset "PATCH"
190 NEWPATCH=$(($PATCH + 1))
/external/webkit/Tools/Scripts/
H A DVCSUtils.pm1605 open PATCH, "| $patchCommand" or die "Could not call \"$patchCommand\" for file \"$pathRelativeToRoot\": $!";
1606 print PATCH $patch;
1607 close PATCH;
1666 open(PATCH, "| patch --force --fuzz=3 --binary $fileNewer > " . File::Spec->devnull()) or die $!;
1668 print PATCH $patch;
1671 print PATCH $changeLogHash->{patch};
1673 close(PATCH);
H A Dresolve-ChangeLogs375 open(PATCH, "| patch -p1 $file > " . File::Spec->devnull()) or die $!;
376 print PATCH $newPatch;
377 close(PATCH) or die $!;

Completed in 434 milliseconds