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

  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
generatePatchCommand.pl 31 # Unit tests of VCSUtils::generatePatchCommand().
34 use VCSUtils;
40 my ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
50 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
59 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
68 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
77 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
85 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
parseDiffHeader.pl 37 use VCSUtils;
52 Index: WebKitTools/Scripts/VCSUtils.pm
54 --- WebKitTools/Scripts/VCSUtils.pm (revision 53004)
55 +++ WebKitTools/Scripts/VCSUtils.pm (working copy)
61 Index: WebKitTools/Scripts/VCSUtils.pm
63 --- WebKitTools/Scripts/VCSUtils.pm (revision 53004)
64 +++ WebKitTools/Scripts/VCSUtils.pm (working copy)
67 indexPath => "WebKitTools/Scripts/VCSUtils.pm",
245 my ($headerHashRef, $lastReadLine) = VCSUtils::parseDiffHeader($fileHandle, $line);
runPatchCommand.pl 31 # Unit tests of VCSUtils::runPatchCommand().
34 use VCSUtils;
parsePatch.pl 31 use VCSUtils;
gitdiff2svndiff.pl 32 # Unit tests of VCSUtils::gitdiff2svndiff()
38 use VCSUtils;
parseDiff.pl 31 use VCSUtils;
286 my ($diffHashRef, $lastReadLine) = VCSUtils::parseDiff($fileHandle, $line);
fixChangeLogPatch.pl 31 # Unit tests of VCSUtils::fixChangeLogPatch().
34 use VCSUtils;
  /external/webkit/WebKitTools/Scripts/
test-webkitperl 40 use VCSUtils;
do-webcore-rename 36 use VCSUtils;
update-webkit 38 use VCSUtils;
commit-log-editor 38 use VCSUtils;
svn-unapply 72 use VCSUtils;
svn-apply 73 use VCSUtils;
svn-create-patch 56 use VCSUtils;
resolve-ChangeLogs 41 use VCSUtils;
webkitdirs.pm 38 use VCSUtils;
75 # Defined in VCSUtils.
    [all...]
VCSUtils.pm 29 package VCSUtils;
prepare-ChangeLog 65 use VCSUtils;
    [all...]
run-webkit-tests 73 use VCSUtils;
    [all...]

Completed in 112 milliseconds