Home
last modified time | relevance | path

Searched refs:parsePatch (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
DparsePatch.pl83 my @gotDiffHashRefs = parsePatch($fileHandle);
/external/webkit/Tools/Scripts/
Dsvn-unapply102 my @diffHashRefs = parsePatch(*ARGV);
Dsvn-apply123 my @diffHashRefs = parsePatch(*ARGV);
DVCSUtils.pm72 &parsePatch
1231 sub parsePatch($;$) subroutine
/external/webkit/Tools/
DChangeLog-2010-05-241956 - Added to parsePatch() the ability to process multiple return
1970 * Scripts/webkitperl/VCSUtils_unittest/parsePatch.pl:
2762 of a file diff (since the parsePatch() subroutine already
2768 of a file diff (since the parsePatch() subroutine already
3118 parsePatch() subroutine.
3127 - Replaced main while loop with calls to parsePatch() and
3131 - Replaced main while loop with calls to parsePatch() and
17977 - Added parsePatch().
17985 * Scripts/webkitperl/VCSUtils_unittest/parsePatch.pl: Added.
17986 - Added unit tests for parsePatch().
DChangeLog1381 … - Modified parsePatch() and parseDiff() to take an optional hash reference to an options hash.
1387 …to parsePatch() since these unit tests don't create mock files. Instead, created unit tests that u…