Searched defs:failedString (Results 1 – 6 of 6) sorted by relevance
| /external/catch2/single_include/catch2/ | ||
| D | catch_reporter_tap.hpp | 147 static const char* failedString() { return "not ok"; } in failedString() function in Catch::TAPReporter::AssertionPrinter |
| D | catch.hpp | 15521 const char* failedString() { return "FAILED"; } in failedString() function |
| /external/catch2/include/reporters/ | ||
| D | catch_reporter_tap.hpp | 147 static const char* failedString() { return "not ok"; } in failedString() function in Catch::TAPReporter::AssertionPrinter |
| D | catch_reporter_compact.cpp | 16 const char* failedString() { return "FAILED"; } in failedString() function |
| /external/bcc/tests/cc/ | ||
| D | catch.hpp | 10046 static const char* failedString() { return "FAILED"; } in failedString() function in Catch::CompactReporter::AssertionPrinter |
| /external/libabigail/tests/lib/ | ||
| D | catch.hpp | 15776 const char* failedString() { return "FAILED"; } in failedString() function |