Searched refs:ANSI_COLOR_RED (Results 1 – 6 of 6) sorted by relevance
/external/ltp/lib/ |
D | tst_ansi_color.c | 32 return ANSI_COLOR_RED; in tst_ttype2color() 35 return ANSI_COLOR_RED; in tst_ttype2color()
|
/external/ltp/include/ |
D | tst_ansi_color.h | 27 #define ANSI_COLOR_RED "\033[1;31m" macro
|
/external/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()
|
/external/skqp/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()
|
/external/libchrome/ipc/ |
D | ipc_logging.cc | 198 case ANSI_COLOR_RED: in ANSIEscape() 223 return ANSI_COLOR_RED; in DelayColor()
|
D | ipc_logging.h | 92 ANSI_COLOR_RED, in COMPONENT_EXPORT() enumerator
|