/external/catch2/include/internal/ |
D | catch_totals.cpp | 37 Totals Totals::operator - ( Totals const& other ) const { in operator -() 38 Totals diff; in operator -() 44 Totals& Totals::operator += ( Totals const& other ) { in operator +=() 50 Totals Totals::delta( Totals const& prevTotals ) const { in delta() 51 Totals diff = *this - prevTotals; in delta()
|
D | catch_totals.h | 28 struct Totals { struct 30 Totals operator - ( Totals const& other ) const; 31 Totals& operator += ( Totals const& other ); 33 Totals delta( Totals const& prevTotals ) const;
|
D | catch_interfaces_reporter.h | 85 Totals const& _totals ); 95 Totals totals; 117 Totals const& _totals, 129 Totals totals; 137 Totals const& _totals, 148 Totals totals; 154 Totals const& _totals, 164 Totals totals;
|
D | catch_interfaces_reporter.cpp | 35 Totals const& _totals ) in AssertionStats() 69 Totals const& _totals, in TestCaseStats() 84 Totals const& _totals, in TestGroupStats() 99 Totals const& _totals, in TestRunStats()
|
D | catch_run_context.h | 45 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st… 47 Totals runTest(TestCase const& testCase); 141 Totals m_totals;
|
D | catch_run_context.cpp | 92 …void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t gro… in testGroupEnded() 96 Totals RunContext::runTest(TestCase const& testCase) { in runTest() 97 Totals prevTotals = m_totals; in runTest() 118 Totals deltaTotals = m_totals.delta(prevTotals); in runTest() 300 Totals deltaTotals; in handleFatalErrorCondition()
|
D | catch_session.cpp | 83 Totals execute() { in execute() 85 Totals totals; in execute()
|
/external/oss-fuzz/infra/base-images/base-runner/gocoverage/gocovsum/ |
D | gocovsum.go | 37 Totals CoverageTotals `json:"totals,omitempty"` member 130 r.Data[0].Totals.Regions.Count += fileCov.Summary.Regions.Count 131 r.Data[0].Totals.Regions.Covered += fileCov.Summary.Regions.Covered 132 r.Data[0].Totals.Regions.Uncovered += fileCov.Summary.Regions.Uncovered 133 r.Data[0].Totals.Lines.Count += fileCov.Summary.Lines.Count 134 r.Data[0].Totals.Lines.Covered += fileCov.Summary.Lines.Covered 135 r.Data[0].Totals.Lines.Uncovered += fileCov.Summary.Lines.Uncovered 136 r.Data[0].Totals.Functions.Count += fileCov.Summary.Functions.Count 137 r.Data[0].Totals.Functions.Covered += fileCov.Summary.Functions.Covered 138 r.Data[0].Totals.Functions.Uncovered += fileCov.Summary.Functions.Uncovered [all …]
|
/external/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 194 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/llvm-project/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 307 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() local 310 ++Totals.ExecutionCount; in renderFunctionReports() 311 Totals.RegionCoverage += Function.RegionCoverage; in renderFunctionReports() 312 Totals.LineCoverage += Function.LineCoverage; in renderFunctionReports() 315 if (Totals.ExecutionCount) { in renderFunctionReports() 318 render(Totals, DC, OS); in renderFunctionReports() 351 const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals, in prepareFileReports() argument 376 Totals += FileReport; in prepareFileReports() 400 FileCoverageSummary Totals("TOTAL"); in renderFileReports() local 402 prepareFileReports(Coverage, Totals, Files, Options, Filters); in renderFileReports() [all …]
|
D | CoverageExporterLcov.cpp | 121 FileCoverageSummary Totals = FileCoverageSummary("Totals"); in renderRoot() local 122 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot()
|
D | CoverageExporterJson.cpp | 216 FileCoverageSummary Totals = FileCoverageSummary("Totals"); in renderRoot() local 217 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot() 232 {{"files", std::move(Files)}, {"totals", renderSummary(Totals)}}); in renderRoot()
|
D | CoverageReport.h | 42 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
|
D | SourceCoverageViewHTML.cpp | 427 FileCoverageSummary Totals("TOTALS"); in createIndexFile() local 429 Coverage, Totals, SourceFiles, Opts, Filters); in createIndexFile() 437 emitFileSummary(OSRef, "Totals", Totals, /*IsTotals=*/true); in createIndexFile()
|
/external/catch2/include/reporters/ |
D | catch_reporter_console.h | 72 void printTotals(Totals const& totals); 75 void printTotalsDivider(Totals const& totals);
|
D | catch_reporter_tap.hpp | 236 void printTotals( const Totals& totals ) const { in printTotals()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.h | 55 Totals.update(RecordSize); in update() 60 Stat Totals; member
|
D | DumpOutputStyle.cpp | 336 Stats.Totals.Count, Stats.Totals.Size); in printModuleDetailStats() 689 if (SymStats.Totals.Count > 0) { in dumpSymbolStats() 715 TypeStats.Totals.Count, TypeStats.Totals.Size, in dumpTypeStats() 716 (double)TypeStats.Totals.Size / TypeStats.Totals.Count); in dumpTypeStats() 855 size_t CD = NumDigits(UdtStats.Totals.Count); in dumpUdtStats() 859 size_t SD = NumDigits(UdtStats.Totals.Size); in dumpUdtStats() 881 fmt_align(UdtStats.Totals.Count, AlignStyle::Right, CD), in dumpUdtStats() 882 fmt_align(UdtStats.Totals.Size, AlignStyle::Right, SD)); in dumpUdtStats()
|
/external/clang/tools/scan-build/bin/ |
D | scan-build | 685 my %Totals; 692 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; } 693 else { $Totals{$key}->[0]++; } 713 my $x = $Totals{$a}; 714 my $y = $Totals{$b}; 718 } keys %Totals ) 720 my $val = $Totals{$key};
|
/external/deqp/doc/testlog-stylesheet/ |
D | testlog.css | 87 table.Totals 93 table.Totals td
|
/external/llvm-project/clang/tools/scan-build/bin/ |
D | scan-build | 709 my %Totals; 716 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; } 717 else { $Totals{$key}->[0]++; } 737 my $x = $Totals{$a}; 738 my $y = $Totals{$b}; 742 } keys %Totals ) 744 my $val = $Totals{$key};
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateG2xG2.java | 180 Totals t = totalMap.get(key); in main() 288 static class Totals { class in GenerateG2xG2 293 static Map<String, Totals> totalMap = new TreeMap<>(); 300 Totals t = totalMap.get(key); in checkItems() 301 if (t == null) totalMap.put(key, t = new Totals()); in checkItems()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2217 struct Totals { struct 2219 Totals operator - ( Totals const& other ) const { in operator -() argument 2220 Totals diff; in operator -() 2226 Totals delta( Totals const& prevTotals ) const { in delta() argument 2227 Totals diff = *this - prevTotals; in delta() 2237 Totals& operator += ( Totals const& other ) { in operator +=() argument 5103 Totals const& _totals ) in AssertionStats() 5129 Totals totals; 5158 Totals const& _totals, in TestCaseStats() 5178 Totals totals; [all …]
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_tap.hpp | 236 void printTotals( const Totals& totals ) const { in printTotals()
|
D | catch.hpp | 2816 struct Totals { struct 2818 Totals operator - ( Totals const& other ) const; 2819 Totals& operator += ( Totals const& other ); 2821 Totals delta( Totals const& prevTotals ) const; 5486 Totals const& _totals ); 5496 Totals totals; 5518 Totals const& _totals, 5530 Totals totals; 5538 Totals const& _totals, 5549 Totals totals; [all …]
|