Searched refs:VCSUtils (Results 1 – 25 of 37) sorted by relevance
12
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
D | generatePatchCommand.pl | 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);
|
D | fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl | 32 use VCSUtils; 87 my $fixedChangeLog = VCSUtils::fixChangeLogPatch($patch); 88 … my $got = VCSUtils::setChangeLogDateAndReviewer($fixedChangeLog->{patch}, $reviewer, $epochTime);
|
D | setChangeLogDateAndReviewer.pl | 31 use VCSUtils; 124 my $got = VCSUtils::setChangeLogDateAndReviewer($patch, $reviewer, $epochTime);
|
D | parseDiffHeader.pl | 37 use VCSUtils; 114 my @got = VCSUtils::parseDiffHeader($fileHandle, $line);
|
D | fixChangeLogPatch.pl | 38 use VCSUtils; 521 my $got = VCSUtils::fixChangeLogPatch($testCase->{inputText});
|
D | parseSvnDiffHeader.pl | 37 use VCSUtils; 213 my @got = VCSUtils::parseSvnDiffHeader($fileHandle, $line);
|
D | parseSvnPropertyValue.pl | 38 use VCSUtils; 226 my @got = VCSUtils::parseSvnPropertyValue($fileHandle, $line);
|
D | parseSvnDiffFooter.pl | 38 use VCSUtils; 390 my @got = VCSUtils::parseSvnDiffProperties($fileHandle, $line);
|
D | parseGitDiffHeader.pl | 31 use VCSUtils; 487 my @got = VCSUtils::parseGitDiffHeader($fileHandle, $line);
|
D | parseDiffWithMockFiles.pl | 27 use VCSUtils; 282 my @got = VCSUtils::parseDiff($fileHandle, $line);
|
D | removeEOL.pl | 34 use VCSUtils;
|
D | parseDiff.pl | 31 use VCSUtils; 1201 my @got = VCSUtils::parseDiff($fileHandle, $line, {"shouldNotUseIndexPathEOL" => 1});
|
D | parseSvnProperty.pl | 38 use VCSUtils; 736 my @got = VCSUtils::parseSvnProperty($fileHandle, $line);
|
D | parseFirstEOL.pl | 25 use VCSUtils;
|
D | parsePatch.pl | 31 use VCSUtils;
|
D | runPatchCommand.pl | 34 use VCSUtils;
|
D | prepareParsedPatch.pl | 31 use VCSUtils;
|
D | mergeChangeLogs.pl | 31 use VCSUtils;
|
/external/webkit/Tools/Scripts/ |
D | test-webkitperl | 40 use VCSUtils;
|
D | update-webkit | 40 use VCSUtils;
|
D | do-file-rename | 36 use VCSUtils;
|
D | update-iexploder-cssproperties | 39 use VCSUtils;
|
D | ensure-valid-python | 38 use VCSUtils;
|
D | do-webcore-rename | 39 use VCSUtils;
|
D | svn-unapply | 72 use VCSUtils;
|
12