Searched refs:ColoredPrintf (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 2595 void ColoredPrintf(GTestColor color, const char* fmt, ...) { in ColoredPrintf() function 2703 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2709 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2716 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2721 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart() 2730 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart() 2738 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart() 2749 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart() 2769 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd() 2771 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() [all …]
|