Home
last modified time | relevance | path

Searched refs:VCSUtils (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
DgeneratePatchCommand.pl34 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);
DfixChangeLogPatchThenSetChangeLogDateAndReviewer.pl32 use VCSUtils;
87 my $fixedChangeLog = VCSUtils::fixChangeLogPatch($patch);
88 … my $got = VCSUtils::setChangeLogDateAndReviewer($fixedChangeLog->{patch}, $reviewer, $epochTime);
DsetChangeLogDateAndReviewer.pl31 use VCSUtils;
124 my $got = VCSUtils::setChangeLogDateAndReviewer($patch, $reviewer, $epochTime);
DparseDiffHeader.pl37 use VCSUtils;
114 my @got = VCSUtils::parseDiffHeader($fileHandle, $line);
DfixChangeLogPatch.pl38 use VCSUtils;
521 my $got = VCSUtils::fixChangeLogPatch($testCase->{inputText});
DparseSvnDiffHeader.pl37 use VCSUtils;
213 my @got = VCSUtils::parseSvnDiffHeader($fileHandle, $line);
DparseSvnPropertyValue.pl38 use VCSUtils;
226 my @got = VCSUtils::parseSvnPropertyValue($fileHandle, $line);
DparseSvnDiffFooter.pl38 use VCSUtils;
390 my @got = VCSUtils::parseSvnDiffProperties($fileHandle, $line);
DparseGitDiffHeader.pl31 use VCSUtils;
487 my @got = VCSUtils::parseGitDiffHeader($fileHandle, $line);
DparseDiffWithMockFiles.pl27 use VCSUtils;
282 my @got = VCSUtils::parseDiff($fileHandle, $line);
DremoveEOL.pl34 use VCSUtils;
DparseDiff.pl31 use VCSUtils;
1201 my @got = VCSUtils::parseDiff($fileHandle, $line, {"shouldNotUseIndexPathEOL" => 1});
DparseSvnProperty.pl38 use VCSUtils;
736 my @got = VCSUtils::parseSvnProperty($fileHandle, $line);
DparseFirstEOL.pl25 use VCSUtils;
DparsePatch.pl31 use VCSUtils;
DrunPatchCommand.pl34 use VCSUtils;
DprepareParsedPatch.pl31 use VCSUtils;
DmergeChangeLogs.pl31 use VCSUtils;
/external/webkit/Tools/Scripts/
Dtest-webkitperl40 use VCSUtils;
Dupdate-webkit40 use VCSUtils;
Ddo-file-rename36 use VCSUtils;
Dupdate-iexploder-cssproperties39 use VCSUtils;
Densure-valid-python38 use VCSUtils;
Ddo-webcore-rename39 use VCSUtils;
Dsvn-unapply72 use VCSUtils;

12