OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCSUtils
(Results
1 - 25
of
33
) sorted by null
1
2
/external/webkit/Tools/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);
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl
32
use
VCSUtils
;
87
my $fixedChangeLog =
VCSUtils
::fixChangeLogPatch($patch);
88
my $got =
VCSUtils
::setChangeLogDateAndReviewer($fixedChangeLog->{patch}, $reviewer, $epochTime);
parseSvnDiffHeader.pl
37
use
VCSUtils
;
45
Index: WebKitTools/Scripts/
VCSUtils
.pm
47
--- WebKitTools/Scripts/
VCSUtils
.pm (revision 53004)
48
+++ WebKitTools/Scripts/
VCSUtils
.pm (working copy)
55
Index: WebKitTools/Scripts/
VCSUtils
.pm
57
--- WebKitTools/Scripts/
VCSUtils
.pm (revision 53004)
58
+++ WebKitTools/Scripts/
VCSUtils
.pm (working copy)
60
indexPath => "WebKitTools/Scripts/
VCSUtils
.pm",
213
my @got =
VCSUtils
::parseSvnDiffHeader($fileHandle, $line);
removeEOL.pl
31
# Unit tests of
VCSUtils
::removeEOL().
34
use
VCSUtils
;
parseFirstEOL.pl
19
# Unit tests of
VCSUtils
::parseFirstEOL().
25
use
VCSUtils
;
runPatchCommand.pl
31
# Unit tests of
VCSUtils
::runPatchCommand().
34
use
VCSUtils
;
parseDiffHeader.pl
37
use
VCSUtils
;
114
my @got =
VCSUtils
::parseDiffHeader($fileHandle, $line);
prepareParsedPatch.pl
31
use
VCSUtils
;
setChangeLogDateAndReviewer.pl
31
use
VCSUtils
;
124
my $got =
VCSUtils
::setChangeLogDateAndReviewer($patch, $reviewer, $epochTime);
parsePatch.pl
31
use
VCSUtils
;
parseSvnPropertyValue.pl
38
use
VCSUtils
;
226
my @got =
VCSUtils
::parseSvnPropertyValue($fileHandle, $line);
parseDiffWithMockFiles.pl
27
use
VCSUtils
;
282
my @got =
VCSUtils
::parseDiff($fileHandle, $line);
parseSvnDiffFooter.pl
38
use
VCSUtils
;
390
my @got =
VCSUtils
::parseSvnDiffProperties($fileHandle, $line);
fixChangeLogPatch.pl
32
# Unit tests of
VCSUtils
::fixChangeLogPatch().
38
use
VCSUtils
;
521
my $got =
VCSUtils
::fixChangeLogPatch($testCase->{inputText});
parseSvnProperty.pl
38
use
VCSUtils
;
736
my @got =
VCSUtils
::parseSvnProperty($fileHandle, $line);
parseGitDiffHeader.pl
31
use
VCSUtils
;
487
my @got =
VCSUtils
::parseGitDiffHeader($fileHandle, $line);
/external/webkit/Tools/Scripts/
test-webkitperl
40
use
VCSUtils
;
do-file-rename
36
use
VCSUtils
;
update-iexploder-cssproperties
39
use
VCSUtils
;
do-webcore-rename
39
use
VCSUtils
;
ensure-valid-python
38
use
VCSUtils
;
update-webkit
40
use
VCSUtils
;
svn-unapply
72
use
VCSUtils
;
commit-log-editor
38
use
VCSUtils
;
svn-apply
72
use
VCSUtils
;
Completed in 1058 milliseconds
1
2