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

  /external/chromium_org/third_party/lcov/bin/
genhtml 270 our $func_coverage; # If set, generate function coverage statistics
271 our $no_func_coverage; # Disable func_coverage
365 "genhtml_function_coverage" => \$func_coverage,
382 $func_coverage = $lcov_func_coverage if (!defined($func_coverage));
407 "function-coverage" => \$func_coverage,
424 $func_coverage = 0;
520 push(@fileview_sortlist, $SORT_FUNC) if ($func_coverage);
857 $func_coverage, $total_fn_found, $total_fn_hit,
    [all...]
geninfo 249 our $func_coverage = 1;
304 "lcov_function_coverage" => \$func_coverage,
414 ($br_coverage || $func_coverage));
    [all...]
lcov 203 our $func_coverage = 1;
253 "lcov_function_coverage"=> \$func_coverage,
    [all...]

Completed in 147 milliseconds