Home
last modified time | relevance | path

Searched refs:CATCH_CONFIG_CONSOLE_WIDTH (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_config.hpp21 #ifndef CATCH_CONFIG_CONSOLE_WIDTH
22 #define CATCH_CONFIG_CONSOLE_WIDTH 80 macro
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_config.hpp21 #ifndef CATCH_CONFIG_CONSOLE_WIDTH
22 #define CATCH_CONFIG_CONSOLE_WIDTH 80 macro
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_config.hpp21 #ifndef CATCH_CONFIG_CONSOLE_WIDTH
22 #define CATCH_CONFIG_CONSOLE_WIDTH 80 macro
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_config.hpp21 #ifndef CATCH_CONFIG_CONSOLE_WIDTH
22 #define CATCH_CONFIG_CONSOLE_WIDTH 80 macro
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_config.hpp21 #ifndef CATCH_CONFIG_CONSOLE_WIDTH
22 #define CATCH_CONFIG_CONSOLE_WIDTH 80 macro
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_config.hpp21 #ifndef CATCH_CONFIG_CONSOLE_WIDTH
22 #define CATCH_CONFIG_CONSOLE_WIDTH 80 macro
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_config.hpp21 #ifndef CATCH_CONFIG_CONSOLE_WIDTH
22 #define CATCH_CONFIG_CONSOLE_WIDTH 80 macro
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp238 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars()
240 memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); in getLineOfChars()
241 line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; in getLineOfChars()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp238 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars()
240 memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); in getLineOfChars()
241 line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; in getLineOfChars()
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A Dcatch_reporter_console.cpp177 std::size_t ratio = total > 0 ? CATCH_CONFIG_CONSOLE_WIDTH * number / total : 0; in makeRatio()
356 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
365 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
663 while (failedRatio + failedButOkRatio + passedRatio < CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
665 while (failedRatio + failedButOkRatio + passedRatio > CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
675 stream << Colour(Colour::Warning) << std::string(CATCH_CONFIG_CONSOLE_WIDTH - 1, '='); in printTotalsDivider()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_console.cpp177 std::size_t ratio = total > 0 ? CATCH_CONFIG_CONSOLE_WIDTH * number / total : 0; in makeRatio()
356 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
365 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
663 while (failedRatio + failedButOkRatio + passedRatio < CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
665 while (failedRatio + failedButOkRatio + passedRatio > CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
675 stream << Colour(Colour::Warning) << std::string(CATCH_CONFIG_CONSOLE_WIDTH - 1, '='); in printTotalsDivider()
H A Dcatch_reporter_bases.hpp265 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars()
267 std::memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); in getLineOfChars()
268 line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; in getLineOfChars()
/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_console.cpp177 std::size_t ratio = total > 0 ? CATCH_CONFIG_CONSOLE_WIDTH * number / total : 0; in makeRatio()
356 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
365 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
663 while (failedRatio + failedButOkRatio + passedRatio < CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
665 while (failedRatio + failedButOkRatio + passedRatio > CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
675 stream << Colour(Colour::Warning) << std::string(CATCH_CONFIG_CONSOLE_WIDTH - 1, '='); in printTotalsDivider()
H A Dcatch_reporter_bases.hpp265 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars()
267 std::memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); in getLineOfChars()
268 line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; in getLineOfChars()
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_console.cpp177 std::size_t ratio = total > 0 ? CATCH_CONFIG_CONSOLE_WIDTH * number / total : 0; in makeRatio()
360 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
369 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 32, ColumnInfo::Left }, in ConsoleReporter()
666 while (failedRatio + failedButOkRatio + passedRatio < CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
668 while (failedRatio + failedButOkRatio + passedRatio > CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
678 stream << Colour(Colour::Warning) << std::string(CATCH_CONFIG_CONSOLE_WIDTH - 1, '='); in printTotalsDivider()
H A Dcatch_reporter_bases.hpp262 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars()
264 std::memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); in getLineOfChars()
265 line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; in getLineOfChars()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_console.cpp177 std::size_t ratio = total > 0 ? CATCH_CONFIG_CONSOLE_WIDTH * number / total : 0; in makeRatio()
356 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
365 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
663 while (failedRatio + failedButOkRatio + passedRatio < CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
665 while (failedRatio + failedButOkRatio + passedRatio > CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
675 stream << Colour(Colour::Warning) << std::string(CATCH_CONFIG_CONSOLE_WIDTH - 1, '='); in printTotalsDivider()
H A Dcatch_reporter_bases.hpp265 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars()
267 std::memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); in getLineOfChars()
268 line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; in getLineOfChars()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_console.cpp177 std::size_t ratio = total > 0 ? CATCH_CONFIG_CONSOLE_WIDTH * number / total : 0; in makeRatio()
356 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
365 { "benchmark name", CATCH_CONFIG_CONSOLE_WIDTH - 43, ColumnInfo::Left }, in ConsoleReporter()
663 while (failedRatio + failedButOkRatio + passedRatio < CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
665 while (failedRatio + failedButOkRatio + passedRatio > CATCH_CONFIG_CONSOLE_WIDTH - 1) in printTotalsDivider()
675 stream << Colour(Colour::Warning) << std::string(CATCH_CONFIG_CONSOLE_WIDTH - 1, '='); in printTotalsDivider()
H A Dcatch_reporter_bases.hpp265 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars()
267 std::memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); in getLineOfChars()
268 line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; in getLineOfChars()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_bases.hpp266 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars()
268 std::memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); in getLineOfChars()
269 line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; in getLineOfChars()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp266 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars()
268 std::memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); in getLineOfChars()
269 line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; in getLineOfChars()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_config.hpp22 #ifndef CATCH_CONFIG_CONSOLE_WIDTH
23 #define CATCH_CONFIG_CONSOLE_WIDTH 80 macro
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_config.hpp22 #ifndef CATCH_CONFIG_CONSOLE_WIDTH
23 #define CATCH_CONFIG_CONSOLE_WIDTH 80 macro
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_bases.hpp256 static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; in getLineOfChars()
258 std::memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); in getLineOfChars()
259 line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; in getLineOfChars()

123456789