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
30
) sorted by null
1
2
/external/chromium_org/third_party/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);
runCommand.pl
25
# Unit tests of
VCSUtils
::runCommand().
31
use
VCSUtils
;
71
my $got =
VCSUtils
::runCommand(@{$testCase->{inputArgs}});
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl
32
use
VCSUtils
;
87
my $fixedChangeLog =
VCSUtils
::fixChangeLogPatch($patch);
88
my $got =
VCSUtils
::setChangeLogDateAndReviewer($fixedChangeLog->{patch}, $reviewer, $epochTime);
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);
parseSvnDiffHeader.pl
38
use
VCSUtils
;
46
Index: WebKitTools/Scripts/
VCSUtils
.pm
48
--- WebKitTools/Scripts/
VCSUtils
.pm (revision 53004)
49
+++ WebKitTools/Scripts/
VCSUtils
.pm (working copy)
56
Index: WebKitTools/Scripts/
VCSUtils
.pm
58
--- WebKitTools/Scripts/
VCSUtils
.pm (revision 53004)
59
+++ WebKitTools/Scripts/
VCSUtils
.pm (working copy)
61
indexPath => "WebKitTools/Scripts/
VCSUtils
.pm",
281
my @got =
VCSUtils
::parseSvnDiffHeader($fileHandle, $line);
parseChunkRange.pl
33
# Unit tests of
VCSUtils
::parseChunkRange().
39
use
VCSUtils
;
263
my @got =
VCSUtils
::parseChunkRange($testCase->{inputText}, $testCase->{chunkSentinel});
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
39
use
VCSUtils
;
250
my @got =
VCSUtils
::parseSvnPropertyValue($fileHandle, $line);
parseSvnDiffFooter.pl
39
use
VCSUtils
;
436
my @got =
VCSUtils
::parseSvnDiffProperties($fileHandle, $line);
fixChangeLogPatch.pl
32
# Unit tests of
VCSUtils
::fixChangeLogPatch().
38
use
VCSUtils
;
521
my $got =
VCSUtils
::fixChangeLogPatch($testCase->{inputText});
parseDiffWithMockFiles.pl
28
use
VCSUtils
;
31
# to
VCSUtils
.pm if they're useful in other places.
461
my @got =
VCSUtils
::parseDiff($fileHandle, $line);
parseGitDiffHeader.pl
31
use
VCSUtils
;
487
my @got =
VCSUtils
::parseGitDiffHeader($fileHandle, $line);
parseSvnProperty.pl
39
use
VCSUtils
;
798
my @got =
VCSUtils
::parseSvnProperty($fileHandle, $line);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
test-webkitperl
40
use
VCSUtils
;
ensure-valid-python
34
use
VCSUtils
;
do-file-rename
36
use
VCSUtils
;
do-webcore-rename
39
use
VCSUtils
;
svn-unapply
72
use
VCSUtils
;
commit-log-editor
38
use
VCSUtils
;
svn-apply
72
use
VCSUtils
;
Completed in 127 milliseconds
1
2