Searched refs:GetTotalCodeLine (Results 1 – 3 of 3) sorted by relevance
248 long total_code_lines = GetTotalCodeLine(coverage_report); in PrintCoverageSummary()264 long VtsCoverageProcessor::GetTotalCodeLine( in GetTotalCodeLine() function in android::vts::VtsCoverageProcessor
64 long GetTotalCodeLine(const TestReportMessage& msg) const;
482 if (coverage_processor_->GetTotalCodeLine(coverage_msg) > total_lines) { in SelectTraces()483 total_lines = coverage_processor_->GetTotalCodeLine(coverage_msg); in SelectTraces()