Searched refs:m_totals (Results 1 – 6 of 6) sorted by relevance
/external/catch2/include/internal/ |
D | catch_run_context.cpp | 85 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); in ~RunContext() 97 Totals prevTotals = m_totals; in runTest() 118 Totals deltaTotals = m_totals.delta(prevTotals); in runTest() 124 m_totals.testCases += deltaTotals.testCases; in runTest() 147 m_totals.assertions.passed++; in assertionEnded() 152 m_totals.assertions.failedButOk++; in assertionEnded() 154 m_totals.assertions.failed++; in assertionEnded() 162 static_cast<void>(m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals))); in assertionEnded() 186 assertions = m_totals.assertions; in sectionStarted() 205 m_totals.assertions.failed++; in testForMissingAssertions() [all …]
|
D | catch_run_context.h | 137 Totals m_totals; variable
|
/external/eigen/bench/ |
D | BenchTimer.h | 75 m_totals.setZero(); in reset() 95 m_totals += m_times; in stop() 123 return m_totals[TIMER]; 164 Vector2d m_totals; variable
|
/external/deqp/executor/tools/ |
D | xeBatchResultToXml.cpp | 146 , m_totals (totals) in ResultToSingleXmlLogHandler() 174 m_totals.countByCode[result.statusCode] += 1; in testCaseResultComplete() 179 BatchResultTotals& m_totals; member in ResultToSingleXmlLogHandler
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5878 m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, aborting() ) ); in ~RunContext() 5889 Totals prevTotals = m_totals; in runTest() 5912 Totals deltaTotals = m_totals.delta( prevTotals ); in runTest() 5918 m_totals.testCases += deltaTotals.testCases; in runTest() 5939 m_totals.assertions.passed++; in assertionEnded() 5942 m_totals.assertions.failed++; in assertionEnded() 5945 if( m_reporter->assertionEnded( AssertionStats( result, m_messages, m_totals ) ) ) in assertionEnded() 5970 assertions = m_totals.assertions; in sectionStarted() 5981 m_totals.assertions.failed++; in testForMissingAssertions() 5987 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded() [all …]
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 6238 Totals m_totals; member in Catch::RunContext 10315 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); in ~RunContext() 10327 Totals prevTotals = m_totals; in runTest() 10347 Totals deltaTotals = m_totals.delta(prevTotals); in runTest() 10353 m_totals.testCases += deltaTotals.testCases; in runTest() 10376 m_totals.assertions.passed++; in assertionEnded() 10381 m_totals.assertions.failedButOk++; in assertionEnded() 10383 m_totals.assertions.failed++; in assertionEnded() 10391 static_cast<void>(m_reporter->assertionEnded(AssertionStats(result, m_messages, m_totals))); in assertionEnded() 10415 assertions = m_totals.assertions; in sectionStarted() [all …]
|