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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
generatePatchCommand.pl 31 # Unit tests of VCSUtils::generatePatchCommand().
37 $title = "generatePatchCommand: Undefined optional arguments.";
40 my ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
46 $title = "generatePatchCommand: Undefined options.";
50 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
56 $title = "generatePatchCommand: --force and no \"ensure force\".";
59 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
65 $title = "generatePatchCommand: no --force and \"ensure force\".";
68 ($patchCommand, $isForcing) = VCSUtils::generatePatchCommand($argsHashRef);
74 $title = "generatePatchCommand: \"should reverse\"."
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm     [all...]

Completed in 31 milliseconds