OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overall_hit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl
234
my $
overall_hit
= 0;
300
$
overall_hit
+= $lines_hit;
311
$
overall_hit
, $overall_found,
312
$
overall_hit
*100/$overall_found);
332
my $
overall_hit
=0;
372
$
overall_hit
+= $lines_hit;
378
return ($overall_found, $
overall_hit
);
/external/chromium_org/third_party/lcov/bin/
genhtml
699
my $
overall_hit
= 0;
828
$
overall_hit
+= $lines_hit;
841
undef, $overall_found, $
overall_hit
,
851
$overall_found, $
overall_hit
,
856
print_overall_rate(1, $overall_found, $
overall_hit
,
888
$
overall_hit
, $total_fn_found, $total_fn_hit, $total_br_found,
900
$overall_found, $
overall_hit
, $total_fn_found,
928
my $
overall_hit
=0;
1001
$
overall_hit
+= $lines_hit;
1015
$
overall_hit
, $total_fn_found, $total_fn_hit
[
all
...]
Completed in 36 milliseconds