Home
last modified time | relevance | path

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

/system/testing/gtest_extras/
DIsolateMain.cpp38 ColoredPrintf(COLOR_YELLOW, "[JOB_COUNT]"); in PrintHelpInfo()
41 ColoredPrintf(COLOR_YELLOW, "[JOB_COUNT]\n"); in PrintHelpInfo()
49 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]\n"); in PrintHelpInfo()
51 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]"); in PrintHelpInfo()
56 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]\n"); in PrintHelpInfo()
58 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]"); in PrintHelpInfo()
DColor.h25 static constexpr const char* COLOR_YELLOW = "\033[0;33m"; variable
DIsolate.cpp465 .color = COLOR_YELLOW,
564 ColoredPrintf(COLOR_YELLOW, " YOU HAVE %s\n\n", in PrintFooter()
725 ColoredPrintf(COLOR_YELLOW, "Note: Google Test filter = %s", options_.filter().c_str()); in Run()
730 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