Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DTest.cpp66 ColoredPrintf(COLOR_RED, "[ FAILED ]"); in PrintGtestFormat()
90 ColoredPrintf(COLOR_RED, "[ FAILED ]"); in Print()
93 ColoredPrintf(COLOR_RED, "[ TIMEOUT ]"); in Print()
DColor.h23 static constexpr const char* COLOR_RED = "\033[0;31m"; variable
DIsolate.cpp478 .color = COLOR_RED,
487 .color = COLOR_RED,
496 .color = COLOR_RED,
715 ColoredPrintf(COLOR_RED, in Run()
/system/bt/service/client/
Dmain.cc65 #define COLOR_RED "\x1B[0;91m" macro
124 cout << COLOR_RED << message << COLOR_OFF << endl; in PrintError()
129 << (status ? (COLOR_GREEN "success") : (COLOR_RED "failure")) in PrintOpStatus()