Searched refs:ColoredPrintf (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 3030 void ColoredPrintf(GTestColor color, const char* fmt, ...) { in ColoredPrintf() function 3151 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 3157 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 3164 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 3169 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart() 3178 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart() 3187 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart() 3201 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestSuiteStart() 3213 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart() 3238 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 1808 GTEST_API_ GTEST_ATTRIBUTE_PRINTF_(2, 3) void ColoredPrintf(GTestColor color,
|