Searched refs:ColoredPrintf (Results 1 – 1 of 1) sorted by relevance
/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 75 static void ColoredPrintf(const char* const color, const char* fmt, ...) { in ColoredPrintf() function 324 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStartPrint() 340 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestEndPrint() 348 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEndPrint() 350 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEndPrint() 394 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationEndPrint() 402 ColoredPrintf(COLOR_GREEN, "[ PASS ] "); in OnTestIterationEndPrint() 409 ColoredPrintf(COLOR_RED, "[ FAIL ] "); in OnTestIterationEndPrint() 413 ColoredPrintf(COLOR_RED, "[ FAIL ] "); in OnTestIterationEndPrint() 421 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] "); in OnTestIterationEndPrint() [all …]
|