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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl 26 # Unit tests for setChangeLogDateAndReviewer(fixChangeLogPatch()).
81 my $testNameStart = "setChangeLogDateAndReviewer(fixChangeLogPatch()): $testCase->{testName}: comparing";
87 my $fixedChangeLog = VCSUtils::fixChangeLogPatch($patch);
fixChangeLogPatch.pl 32 # Unit tests of VCSUtils::fixChangeLogPatch().
62 diffName => "fixChangeLogPatch: [no change] In-place change.",
89 diffName => "fixChangeLogPatch: [no change] Remove first entry.",
126 diffName => "fixChangeLogPatch: [no change] Remove entry in the middle.",
161 diffName => "fixChangeLogPatch: [no change] Far apart changes (i.e. more than one chunk).",
208 diffName => "fixChangeLogPatch: [no change] First line is new line.",
245 diffName => "fixChangeLogPatch: [no change] No date string.",
274 diffName => "fixChangeLogPatch: New entry inserted in middle.",
314 diffName => "fixChangeLogPatch: New entry inserted earlier in the file, but after an entry with the same author and date.",
354 diffName => "fixChangeLogPatch: Leading context includes first line."
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 162 my $changeLogHash = fixChangeLogPatch($patch);
svn-apply 335 my $changeLogHash = fixChangeLogPatch($patch);
svn-create-patch 240 my $changeLogHash = fixChangeLogPatch($patch);
VCSUtils.pm 62 &fixChangeLogPatch
    [all...]

Completed in 95 milliseconds