Home
last modified time | relevance | path

Searched refs:Totals (Results 1 – 25 of 27) 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.h79 Totals const& _totals );
89 Totals totals;
111 Totals const& _totals,
123 Totals totals;
131 Totals const& _totals,
142 Totals totals;
148 Totals const& _totals,
158 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);
137 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()
291 Totals deltaTotals; in handleFatalErrorCondition()
Dcatch_session.cpp62 Catch::Totals runTests(std::shared_ptr<Config> const& config) { in runTests()
67 Totals totals; in runTests()
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageReport.cpp308 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() local
311 ++Totals.ExecutionCount; in renderFunctionReports()
312 Totals.RegionCoverage += Function.RegionCoverage; in renderFunctionReports()
313 Totals.LineCoverage += Function.LineCoverage; in renderFunctionReports()
316 if (Totals.ExecutionCount) { in renderFunctionReports()
319 render(Totals, DC, OS); in renderFunctionReports()
352 const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals, in prepareFileReports() argument
377 Totals += FileReport; in prepareFileReports()
401 FileCoverageSummary Totals("TOTAL"); in renderFileReports() local
403 prepareFileReports(Coverage, Totals, Files, Options, Filters); in renderFileReports()
[all …]
DCoverageExporterJson.cpp147 FileCoverageSummary Totals = FileCoverageSummary("Totals"); in renderRoot() local
148 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot()
159 renderSummary(Totals); in renderRoot()
DCoverageReport.h43 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
DSourceCoverageViewHTML.cpp429 FileCoverageSummary Totals("TOTALS"); in createIndexFile() local
431 Coverage, Totals, SourceFiles, Opts, Filters); in createIndexFile()
439 emitFileSummary(OSRef, "Totals", Totals, /*IsTotals=*/true); in createIndexFile()
/external/catch2/include/reporters/
Dcatch_reporter_console.h67 void printTotals(Totals const& totals);
70 void printTotalsDivider(Totals const& totals);
Dcatch_reporter_tap.hpp236 void printTotals( const Totals& totals ) const { in printTotals()
Dcatch_reporter_console.cpp553 void ConsoleReporter::printTotals( Totals const& totals ) { in printTotals()
600 void ConsoleReporter::printTotalsDivider(Totals const& totals) { in printTotalsDivider()
Dcatch_reporter_compact.cpp42 void printTotals(std::ostream& out, const Totals& totals) { in printTotals()
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.h53 Totals.update(RecordSize); in update()
58 Stat Totals; member
DDumpOutputStyle.cpp287 Stats.Totals.Count, Stats.Totals.Size); in printModuleDetailStats()
630 if (SymStats.Totals.Count > 0) { in dumpSymbolStats()
766 size_t CD = NumDigits(UdtStats.Totals.Count); in dumpUdtStats()
770 size_t SD = NumDigits(UdtStats.Totals.Size); in dumpUdtStats()
792 fmt_align(UdtStats.Totals.Count, AlignStyle::Right, CD), in dumpUdtStats()
793 fmt_align(UdtStats.Totals.Size, AlignStyle::Right, SD)); in dumpUdtStats()
/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<String, Totals>();
300 Totals t = totalMap.get(key); in checkItems()
301 if (t == null) totalMap.put(key, t = new Totals()); in checkItems()
/external/deqp/doc/testlog-stylesheet/
Dtestlog.css87 table.Totals
93 table.Totals td
/external/catch2/single_include/catch2/
Dcatch.hpp2466 struct Totals { struct
2468 Totals operator - ( Totals const& other ) const;
2469 Totals& operator += ( Totals const& other );
2471 Totals delta( Totals const& prevTotals ) const;
4917 Totals const& _totals );
4927 Totals totals;
4949 Totals const& _totals,
4961 Totals totals;
4969 Totals const& _totals,
4980 Totals totals;
[all …]
Dcatch_reporter_tap.hpp236 void printTotals( const Totals& totals ) const { in printTotals()
/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/examples/
D210-Evt-EventListeners.cpp103 void print( std::ostream& os, int const level, std::string const& title, Catch::Totals const& info … in print()

12