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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseFirstEOL.pl 60 my $fileHandle;
61 open($fileHandle, "<", \$string);
62 return parseFirstEOL($fileHandle);
parseDiffHeader.pl 110 my $fileHandle;
111 open($fileHandle, "<", \$testCase->{inputText});
112 my $line = <$fileHandle>;
114 my @got = VCSUtils::parseDiffHeader($fileHandle, $line);
119 my $gotNextLine = <$fileHandle>;
parsePatch.pl 80 my $fileHandle;
81 open($fileHandle, "<", \$patch);
83 my @gotDiffHashRefs = parsePatch($fileHandle);
parseSvnPropertyValue.pl 246 my $fileHandle;
247 open($fileHandle, "<", \$testCase->{inputText});
248 my $line = <$fileHandle>;
250 my @got = VCSUtils::parseSvnPropertyValue($fileHandle, $line);
255 my $gotNextLine = <$fileHandle>;
parseSvnDiffFooter.pl 432 my $fileHandle;
433 open($fileHandle, "<", \$testCase->{inputText});
434 my $line = <$fileHandle>;
436 my @got = VCSUtils::parseSvnDiffProperties($fileHandle, $line);
441 my $gotNextLine = <$fileHandle>;
parseSvnDiffHeader.pl 277 my $fileHandle;
278 open($fileHandle, "<", \$testCase->{inputText});
279 my $line = <$fileHandle>;
281 my @got = VCSUtils::parseSvnDiffHeader($fileHandle, $line);
286 my $gotNextLine = <$fileHandle>;
parseDiffWithMockFiles.pl 457 my $fileHandle;
458 open($fileHandle, "<", \$testCase->{inputText});
459 my $line = <$fileHandle>;
461 my @got = VCSUtils::parseDiff($fileHandle, $line);
468 my $gotNextLine = <$fileHandle>;
parseGitDiffHeader.pl 483 my $fileHandle;
484 open($fileHandle, "<", \$testCase->{inputText});
485 my $line = <$fileHandle>;
487 my @got = VCSUtils::parseGitDiffHeader($fileHandle, $line);
492 my $gotNextLine = <$fileHandle>;
parseSvnProperty.pl 794 my $fileHandle;
795 open($fileHandle, "<", \$testCase->{inputText});
796 my $line = <$fileHandle>;
798 my @got = VCSUtils::parseSvnProperty($fileHandle, $line);
803 my $gotNextLine = <$fileHandle>;
parseDiff.pl 1266 my $fileHandle;
1267 open($fileHandle, "<", \$testCase->{inputText});
1268 my $line = <$fileHandle>;
1270 my @got = VCSUtils::parseDiff($fileHandle, $line, {"shouldNotUseIndexPathEOL" => 1});
1275 my $gotNextLine = <$fileHandle>;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 20 $fileHandle = fopen($clickFile, "r");
21 while (!feof($fileHandle)) {
22 $aLine = fgets($fileHandle, 4096);
25 fclose($fileHandle);
buildNotes.php 10 $fileHandle = fopen("../../dlconfig.txt", "r");
11 while (!feof($fileHandle)) {
13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0
17 fclose($fileHandle);
consoleLogs.php 10 $fileHandle = fopen("../../dlconfig.txt", "r");
11 while (!feof($fileHandle)) {
13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0
17 fclose($fileHandle);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 500 my ($fileHandle) = @_;
505 my $firstLine = <$fileHandle>;
624 # $fileHandle: advanced so the last line read from the handle is the first
627 # $line: the line last read from $fileHandle
650 # $lastReadLine: the line last read from $fileHandle.
653 my ($fileHandle, $line) = @_;
722 $_ = <$fileHandle>; # Not defined if end-of-file reached.
751 # $fileHandle: advanced so the last line read from the handle is the first
754 # $line: the line last read from $fileHandle
769 # $lastReadLine: the line last read from $fileHandle
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 30 $fileHandle = fopen("dlconfig.txt", "r");
31 while (!feof($fileHandle)) {
33 $aLine = fgets($fileHandle, 4096);
38 fclose($fileHandle);
  /external/mdnsresponder/mDNSShared/
DebugServices.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 185 milliseconds