Home
last modified time | relevance | path

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

/external/gtest/src/
Dgtest.cc2544 void ColoredPrintf(GTestColor color, const char* fmt, ...) { in ColoredPrintf() function
2587 using internal::ColoredPrintf;
2627 ColoredPrintf(COLOR_YELLOW, in OnUnitTestStart()
2632 ColoredPrintf(COLOR_YELLOW, in OnUnitTestStart()
2639 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnUnitTestStart()
2647 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnGlobalSetUpStart()
2657 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
2674 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
2682 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
2694 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd()
[all …]