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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseFirstEOL.pl 19 # Unit tests of VCSUtils::parseFirstEOL().
30 $title = "parseFirstEOL: Empty string.";
34 $title = "parseFirstEOL: Line without a line ending character";
38 $title = "parseFirstEOL: Line with Windows line ending.";
42 $title = "parseFirstEOL: Line with Unix line ending.";
46 $title = "parseFirstEOL: Line with Mac line ending.";
50 $title = "parseFirstEOL: Line with Mac line ending followed by line without a line ending.";
54 $title = "parseFirstEOL: Line with a mix of line endings.";
62 return parseFirstEOL($fileHandle);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 76 &parseFirstEOL
498 sub parseFirstEOL($)
526 $eol = parseFirstEOL(*FILE);
    [all...]

Completed in 25 milliseconds