Searched defs:get_overall_line (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/lcov/bin/
H A Dgenhtml634 # get_overall_line(found, hit, name_singular, name_plural)
640 sub get_overall_line($$$$) subroutine
665 get_overall_line($ln_found, $ln_hit, "line", "lines"))
668 get_overall_line($fn_found, $fn_hit, "function", "functions"))
671 get_overall_line($br_found, $br_hit, "branch", "branches"))
H A Dlcov136 sub get_overall_line($$$$);
4228 # get_overall_line(found, hit, name_singular, name_plural)
4234 sub get_overall_line($$$$) subroutine
4260 get_overall_line($ln_found, $ln_hit, "line", "lines"))
4263 get_overall_line($fn_found, $fn_hit, "function", "functions"))
4266 get_overall_line($br_found, $br_hit, "branch", "branches"))

Completed in 192 milliseconds