Searched refs:ANSI_COLOR_RED (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/lib/ |
D | tst_ansi_color.c | 20 return ANSI_COLOR_RED; in tst_ttype2color() 23 return ANSI_COLOR_RED; in tst_ttype2color()
|
/third_party/ltp/include/ |
D | tst_ansi_color.h | 14 #define ANSI_COLOR_RED "\033[1;31m" macro
|
/third_party/skia/tools/skdiff/ |
D | skdiff_main.cpp | 346 #define ANSI_COLOR_RED "" macro 351 #define ANSI_COLOR_RED "\x1b[31m" macro 471 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images() 475 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, comparisonFiles[j]); in create_diff_images() 486 VERBOSE_STATUS("DIFFERENT", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images()
|
/third_party/flutter/skia/tools/skdiff/ |
D | skdiff_main.cpp | 361 #define ANSI_COLOR_RED "" macro 366 #define ANSI_COLOR_RED "\x1b[31m" macro 486 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images() 490 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, comparisonFiles[j]); in create_diff_images() 501 VERBOSE_STATUS("DIFFERENT", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images()
|