Home
last modified time | relevance | path

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

12

/external/catch2/include/internal/
Dcatch_totals.cpp37 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()
Dcatch_totals.h28 struct Totals { struct
30 Totals operator - ( Totals const& other ) const;
31 Totals& operator += ( Totals const& other );
33 Totals delta( Totals const& prevTotals ) const;
Dcatch_interfaces_reporter.h85 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;
Dcatch_interfaces_reporter.cpp35 Totals const& _totals ) in AssertionStats()
69 Totals const& _totals, in TestCaseStats()
84 Totals const& _totals, in TestGroupStats()
99 Totals const& _totals, in TestRunStats()
Dcatch_run_context.h45 …void testGroupEnded( std::string const& testSpec, Totals const& totals, std::size_t groupIndex, st…
47 Totals runTest(TestCase const& testCase);
141 Totals m_totals;
Dcatch_run_context.cpp92 …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()
Dcatch_session.cpp83 Totals execute() { in execute()
85 Totals totals; in execute()
/external/oss-fuzz/infra/base-images/base-runner/gocoverage/gocovsum/
Dgocovsum.go37 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/
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/llvm-project/llvm/tools/llvm-cov/
DCoverageReport.cpp307 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 …]
DCoverageExporterLcov.cpp121 FileCoverageSummary Totals = FileCoverageSummary("Totals"); in renderRoot() local
122 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot()
DCoverageExporterJson.cpp216 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()
DCoverageReport.h42 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
DSourceCoverageViewHTML.cpp427 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/
Dcatch_reporter_console.h72 void printTotals(Totals const& totals);
75 void printTotalsDivider(Totals const& totals);
Dcatch_reporter_tap.hpp236 void printTotals( const Totals& totals ) const { in printTotals()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.h55 Totals.update(RecordSize); in update()
60 Stat Totals; member
DDumpOutputStyle.cpp336 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/
Dscan-build685 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/
Dtestlog.css87 table.Totals
93 table.Totals td
/external/llvm-project/clang/tools/scan-build/bin/
Dscan-build709 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/
DGenerateG2xG2.java180 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/
Dcatch.hpp2217 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/
Dcatch_reporter_tap.hpp236 void printTotals( const Totals& totals ) const { in printTotals()
Dcatch.hpp2816 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 …]

12