Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DIsolateMain.cpp40 ColoredPrintf(COLOR_YELLOW, "[JOB_COUNT]"); in PrintHelpInfo()
43 ColoredPrintf(COLOR_YELLOW, "[JOB_COUNT]\n"); in PrintHelpInfo()
59 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]\n"); in PrintHelpInfo()
61 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]"); in PrintHelpInfo()
66 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]\n"); in PrintHelpInfo()
68 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]"); in PrintHelpInfo()
DColor.h25 static constexpr const char* COLOR_YELLOW = "\033[0;33m"; variable
DIsolate.cpp500 .color = COLOR_YELLOW,
599 ColoredPrintf(COLOR_YELLOW, " YOU HAVE %s\n\n", in PrintFooter()
767 ColoredPrintf(COLOR_YELLOW, "Note: Google Test filter = %s", options_.filter().c_str()); in Run()
772 ColoredPrintf(COLOR_YELLOW, "Note: This is test shard %" PRId64 " of %" PRId64, in Run()
/system/bt/service/client/
Dmain.cc67 #define COLOR_YELLOW "\x1B[0;93m" macro