Searched refs:ANSI_COLOR_RESET (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/ipc/ |
D | ipc_logging.cc | 194 case ANSI_COLOR_RESET: in ANSIEscape() 261 ANSIEscape(ANSI_COLOR_RESET), in Log() 268 ANSIEscape(ANSI_COLOR_RESET) in Log()
|
D | ipc_logging.h | 90 ANSI_COLOR_RESET = -1, in COMPONENT_EXPORT() enumerator
|
/external/ltp/include/ |
D | tst_ansi_color.h | 30 #define ANSI_COLOR_RESET "\033[0m" macro
|
/external/skqp/tools/skdiff/ |
D | skdiff_main.cpp | 364 #define ANSI_COLOR_RESET "" macro 369 #define ANSI_COLOR_RESET "\x1b[0m" macro 372 …TUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", st…
|
/external/skia/tools/skdiff/ |
D | skdiff_main.cpp | 364 #define ANSI_COLOR_RESET "" macro 369 #define ANSI_COLOR_RESET "\x1b[0m" macro 372 …TUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", st…
|
/external/ltp/lib/ |
D | tst_res.c | 316 "%s%s%s : %s", tst_ttype2color(ttype), type, ANSI_COLOR_RESET, tmesg); in tst_print()
|
D | tst_test.c | 233 res, ANSI_COLOR_RESET); in print_result() 623 printf("%s%s%s", ANSI_COLOR_YELLOW, str, ANSI_COLOR_RESET); in print_colored()
|