Searched refs:COLOR_GREEN (Results 1 – 5 of 5) sorted by relevance
/system/testing/gtest_extras/ |
D | IsolateMain.cpp | 36 ColoredPrintf(COLOR_GREEN, " -j "); in PrintHelpInfo() 39 ColoredPrintf(COLOR_GREEN, "-j"); in PrintHelpInfo() 45 ColoredPrintf(COLOR_GREEN, " --no_isolate\n"); in PrintHelpInfo() 47 ColoredPrintf(COLOR_GREEN, " --deadline_threshold_ms="); in PrintHelpInfo() 54 ColoredPrintf(COLOR_GREEN, " --slow_threshold_ms="); in PrintHelpInfo() 61 ColoredPrintf(COLOR_GREEN, "-j"); in PrintHelpInfo()
|
D | Test.cpp | 60 ColoredPrintf(COLOR_GREEN, "[ RUN ]"); in Print() 67 ColoredPrintf(COLOR_GREEN, "[ OK ]"); in Print() 70 ColoredPrintf(COLOR_GREEN, "[ SKIPPED ]"); in Print()
|
D | Color.h | 24 static constexpr const char* COLOR_GREEN = "\033[0;32m"; variable
|
D | Isolate.cpp | 543 .color = COLOR_GREEN, 552 ColoredPrintf(COLOR_GREEN, "[==========]"); in PrintFooter() 557 ColoredPrintf(COLOR_GREEN, "[ PASSED ]"); in PrintFooter() 794 ColoredPrintf(COLOR_GREEN, "[==========]"); in Run()
|
/system/bt/service/client/ |
D | main.cc | 66 #define COLOR_GREEN "\x1B[0;92m" macro 129 << (status ? (COLOR_GREEN "success") : (COLOR_RED "failure")) in PrintOpStatus() 236 << COLOR_GREEN << client_id << COLOR_OFF; in OnClientRegistered() 282 << COLOR_GREEN << advertiser_id << COLOR_OFF; in OnAdvertiserRegistered() 319 << COLOR_GREEN << scanner_id << COLOR_OFF; in OnScannerRegistered() 361 << COLOR_GREEN << client_id << COLOR_OFF; in OnClientRegistered()
|