Home
last modified time | relevance | path

Searched defs:Totals (Results 1 – 9 of 9) sorted by relevance

/external/catch2/include/internal/
Dcatch_totals.h28 struct Totals { struct
35 int error = 0;
36 Counts assertions;
37 Counts testCases;
/external/llvm/tools/llvm-cov/
DCoverageReport.cpp194 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() local
222 FileCoverageSummary Totals("TOTAL"); in renderFileReports() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.h58 Stat Totals; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageReport.cpp308 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() local
352 const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals, in prepareFileReports()
401 FileCoverageSummary Totals("TOTAL"); in renderFileReports() local
DCoverageExporterJson.cpp147 FileCoverageSummary Totals = FileCoverageSummary("Totals"); in renderRoot() local
DSourceCoverageViewHTML.cpp429 FileCoverageSummary Totals("TOTALS"); in createIndexFile() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateG2xG2.java288 static class Totals { class in GenerateG2xG2
/external/bcc/tests/cc/
Dcatch.hpp2217 struct Totals { struct
2219 Totals operator - ( Totals const& other ) const { in operator -()
2226 Totals delta( Totals const& prevTotals ) const { in delta()
2237 Totals& operator += ( Totals const& other ) { in operator +=()
2243 Counts assertions;
2244 Counts testCases;
/external/catch2/single_include/catch2/
Dcatch.hpp2466 struct Totals { struct
2473 int error = 0;
2474 Counts assertions;
2475 Counts testCases;