Home
last modified time | relevance | path

Searched refs:Totals (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-cov/
DCoverageReport.cpp194 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() local
197 ++Totals.ExecutionCount; in renderFunctionReports()
198 Totals.RegionCoverage += Function.RegionCoverage; in renderFunctionReports()
199 Totals.LineCoverage += Function.LineCoverage; in renderFunctionReports()
202 if (Totals.ExecutionCount) { in renderFunctionReports()
205 render(Totals, OS); in renderFunctionReports()
222 FileCoverageSummary Totals("TOTAL"); in renderFileReports() local
228 Totals.addFunction(Function); in renderFileReports()
234 render(Totals, OS); in renderFileReports()
/external/clang/tools/scan-build/bin/
Dscan-build684 my %Totals;
691 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }
692 else { $Totals{$key}->[0]++; }
712 my $x = $Totals{$a};
713 my $y = $Totals{$b};
717 } keys %Totals )
719 my $val = $Totals{$key};
/external/deqp/doc/testlog-stylesheet/
Dtestlog.css87 table.Totals
93 table.Totals td