OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lines_found
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl
231
my $
lines_found
;
296
($
lines_found
, $lines_hit) = process_dir($dir_name);
298
$overview{$dir_name} = "$
lines_found
,$lines_hit, ";
299
$overall_found += $
lines_found
;
329
my $
lines_found
;
362
($
lines_found
, $lines_hit, $testdata) =
367
$overview{$base_name} = "$
lines_found
,$lines_hit";
371
$overall_found += $
lines_found
;
398
my $
lines_found
;
403
($testdata, $sumcount, $funcdata, $
lines_found
, $lines_hit)
[
all
...]
/external/chromium_org/third_party/lcov/bin/
genhtml
692
my $
lines_found
;
798
($
lines_found
, $lines_hit, $fn_found, $fn_hit,
822
$overview{$dir_name} = [$
lines_found
, $lines_hit, $fn_found,
824
get_rate($
lines_found
, $lines_hit),
827
$overall_found += $
lines_found
;
921
my $
lines_found
;
974
($
lines_found
, $lines_hit, $fn_found, $fn_hit, $br_found,
989
$overview{$base_name} = [$
lines_found
, $lines_hit, $fn_found,
992
get_rate($
lines_found
, $lines_hit),
1000
$overall_found += $
lines_found
;
[
all
...]
lcov
[
all
...]
geninfo
856
my $
lines_found
; # Number of instrumented lines found
1260
$
lines_found
= 0;
1273
$
lines_found
++;
[
all
...]
Completed in 238 milliseconds