Home
last modified time | relevance | path

Searched refs:ColoredPrintf (Results 1 – 5 of 5) sorted by relevance

/system/testing/gtest_extras/
DIsolateMain.cpp37 ColoredPrintf(COLOR_GREEN, " -j "); in PrintHelpInfo()
38 ColoredPrintf(COLOR_YELLOW, "[JOB_COUNT]"); in PrintHelpInfo()
40 ColoredPrintf(COLOR_GREEN, "-j"); in PrintHelpInfo()
41 ColoredPrintf(COLOR_YELLOW, "[JOB_COUNT]\n"); in PrintHelpInfo()
46 ColoredPrintf(COLOR_GREEN, " --no_isolate\n"); in PrintHelpInfo()
48 ColoredPrintf(COLOR_GREEN, " --deadline_threshold_ms="); in PrintHelpInfo()
49 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]\n"); in PrintHelpInfo()
51 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]"); in PrintHelpInfo()
55 ColoredPrintf(COLOR_GREEN, " --slow_threshold_ms="); in PrintHelpInfo()
56 ColoredPrintf(COLOR_YELLOW, "[TIME_IN_MS]\n"); in PrintHelpInfo()
[all …]
DTest.cpp53 ColoredPrintf(COLOR_GREEN, "[ RUN ]"); in PrintGtestFormat()
60 ColoredPrintf(COLOR_GREEN, "[ OK ]"); in PrintGtestFormat()
63 ColoredPrintf(COLOR_GREEN, "[ SKIPPED ]"); in PrintGtestFormat()
66 ColoredPrintf(COLOR_RED, "[ FAILED ]"); in PrintGtestFormat()
86 ColoredPrintf(COLOR_GREEN, "[ OK ]"); in Print()
90 ColoredPrintf(COLOR_RED, "[ FAILED ]"); in Print()
93 ColoredPrintf(COLOR_RED, "[ TIMEOUT ]"); in Print()
96 ColoredPrintf(COLOR_GREEN, "[ SKIPPED ]"); in Print()
DColor.h27 void ColoredPrintf(const char* color, const char* fmt, ...);
DIsolate.cpp435 ColoredPrintf(results.color, results.prefix); in PrintResults()
444 ColoredPrintf(results.color, results.prefix); in PrintResults()
517 ColoredPrintf(COLOR_GREEN, "[==========]"); in PrintFooter()
522 ColoredPrintf(COLOR_GREEN, "[ PASSED ]"); in PrintFooter()
564 ColoredPrintf(COLOR_YELLOW, " YOU HAVE %s\n\n", in PrintFooter()
715 ColoredPrintf(COLOR_RED, in Run()
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()
752 ColoredPrintf(COLOR_GREEN, "[==========]"); in Run()
DColor.cpp59 void ColoredPrintf(const char* color, const char* fmt, ...) { in ColoredPrintf() function