Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageReport.cpp177 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() local
180 ++Totals.ExecutionCount; in renderFunctionReports()
181 Totals.RegionCoverage += Function.RegionCoverage; in renderFunctionReports()
182 Totals.LineCoverage += Function.LineCoverage; in renderFunctionReports()
185 if (Totals.ExecutionCount) { in renderFunctionReports()
188 render(Totals, OS); in renderFunctionReports()
203 FileCoverageSummary Totals("TOTAL"); in renderFileReports() local
209 Totals.addFunction(Function); in renderFileReports()
215 render(Totals, OS); in renderFileReports()
/external/clang/tools/scan-build/
Dscan-build659 my %Totals;
666 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }
667 else { $Totals{$key}->[0]++; }
687 my $x = $Totals{$a};
688 my $y = $Totals{$b};
692 } keys %Totals )
694 my $val = $Totals{$key};
/external/deqp/doc/testlog-stylesheet/
Dtestlog.css87 table.Totals
93 table.Totals td