/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 | 79 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;
|
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); 137 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() 291 Totals deltaTotals; in handleFatalErrorCondition()
|
D | catch_session.cpp | 62 Catch::Totals runTests(std::shared_ptr<Config> const& config) { in runTests() 67 Totals totals; in runTests()
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 308 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 …]
|
D | CoverageExporterJson.cpp | 147 FileCoverageSummary Totals = FileCoverageSummary("Totals"); in renderRoot() local 148 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot() 159 renderSummary(Totals); in renderRoot()
|
D | CoverageReport.h | 43 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
|
D | SourceCoverageViewHTML.cpp | 429 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/ |
D | catch_reporter_console.h | 67 void printTotals(Totals const& totals); 70 void printTotalsDivider(Totals const& totals);
|
D | catch_reporter_tap.hpp | 236 void printTotals( const Totals& totals ) const { in printTotals()
|
D | catch_reporter_console.cpp | 553 void ConsoleReporter::printTotals( Totals const& totals ) { in printTotals() 600 void ConsoleReporter::printTotalsDivider(Totals const& totals) { in printTotalsDivider()
|
D | catch_reporter_compact.cpp | 42 void printTotals(std::ostream& out, const Totals& totals) { in printTotals()
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.h | 53 Totals.update(RecordSize); in update() 58 Stat Totals; member
|
D | DumpOutputStyle.cpp | 287 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/ |
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<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/ |
D | testlog.css | 87 table.Totals 93 table.Totals td
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2466 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 …]
|
D | catch_reporter_tap.hpp | 236 void printTotals( const Totals& totals ) const { in printTotals()
|
/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/examples/ |
D | 210-Evt-EventListeners.cpp | 103 void print( std::ostream& os, int const level, std::string const& title, Catch::Totals const& info … in print()
|