Home
last modified time | relevance | path

Searched refs:makeRatio (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_console.cpp176 std::size_t makeRatio(std::size_t number, std::size_t total) { in makeRatio() function
659 std::size_t failedRatio = makeRatio(totals.testCases.failed, totals.testCases.total()); in printTotalsDivider()
660 … std::size_t failedButOkRatio = makeRatio(totals.testCases.failedButOk, totals.testCases.total()); in printTotalsDivider()
661 std::size_t passedRatio = makeRatio(totals.testCases.passed, totals.testCases.total()); in printTotalsDivider()
/external/bcc/tests/cc/
Dcatch.hpp9857 static std::size_t makeRatio( std::size_t number, std::size_t total ) { in makeRatio() function
9872 … std::size_t failedRatio = makeRatio( totals.testCases.failed, totals.testCases.total() ); in printTotalsDivider()
9873 …std::size_t failedButOkRatio = makeRatio( totals.testCases.failedButOk, totals.testCases.total() ); in printTotalsDivider()
9874 … std::size_t passedRatio = makeRatio( totals.testCases.passed, totals.testCases.total() ); in printTotalsDivider()
/external/catch2/single_include/catch2/
Dcatch.hpp15958 std::size_t makeRatio(std::size_t number, std::size_t total) { in makeRatio() function
16440 std::size_t failedRatio = makeRatio(totals.testCases.failed, totals.testCases.total()); in printTotalsDivider()
16441 … std::size_t failedButOkRatio = makeRatio(totals.testCases.failedButOk, totals.testCases.total()); in printTotalsDivider()
16442 std::size_t passedRatio = makeRatio(totals.testCases.passed, totals.testCases.total()); in printTotalsDivider()
/external/libabigail/tests/lib/
Dcatch.hpp16210 std::size_t makeRatio(std::size_t number, std::size_t total) { in makeRatio() function
16693 std::size_t failedRatio = makeRatio(totals.testCases.failed, totals.testCases.total()); in printTotalsDivider()
16694 … std::size_t failedButOkRatio = makeRatio(totals.testCases.failedButOk, totals.testCases.total()); in printTotalsDivider()
16695 std::size_t passedRatio = makeRatio(totals.testCases.passed, totals.testCases.total()); in printTotalsDivider()