OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastReadLine
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
parseDiff.pl
72
lastReadLine
=> undef,
111
lastReadLine
=> undef,
138
lastReadLine
=> undef,
168
lastReadLine
=> "Index: Makefile_new\n",
205
lastReadLine
=> undef,
230
lastReadLine
=> undef,
261
lastReadLine
=> undef,
286
my ($diffHashRef, $
lastReadLine
) = VCSUtils::parseDiff($fileHandle, $line);
298
@assertionArgs = ($
lastReadLine
, $testCaseHashRef->{
lastReadLine
}, "${testNameStart}lastReadLine")
[
all
...]
parseDiffHeader.pl
70
lastReadLine
=> "@@ -32,6 +32,7 @@ use strict;\n",
95
lastReadLine
=> "@@ -0,0 +1,262 @@\n",
120
lastReadLine
=> "@@ -0,0 +1,7 @@\n",
145
lastReadLine
=> "@@ -0,0 +1,7 @@\r\n",
170
lastReadLine
=> "@@ -0,0 +1,7 @@\n",
194
lastReadLine
=> "@@ -47,7 +47,6 @@ public:\n",
220
lastReadLine
=> "@@ -0,0 +1,34 @@\n",
245
my ($headerHashRef, $
lastReadLine
) = VCSUtils::parseDiffHeader($fileHandle, $line);
257
@assertionArgs = ($
lastReadLine
, $testCaseHashRef->{
lastReadLine
}, "${testNameStart}lastReadLine")
[
all
...]
/external/webkit/WebKitTools/Scripts/
VCSUtils.pm
400
# Returns ($headerHashRef, $
lastReadLine
):
410
# $
lastReadLine
: the line last read from $fileHandle. This is the first
432
my $
lastReadLine
;
468
$
lastReadLine
= <$fileHandle>;
471
} # $
lastReadLine
is undef if while loop ran out.
481
return (\%header, $
lastReadLine
);
495
# Returns ($diffHashRef, $
lastReadLine
):
504
# $
lastReadLine
: the line last read from $fileHandle
Completed in 33 milliseconds