Home
last modified time | relevance | path

Searched refs:ANSI_COLOR_RESET (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/ipc/
Dipc_logging.cc194 case ANSI_COLOR_RESET: in ANSIEscape()
261 ANSIEscape(ANSI_COLOR_RESET), in Log()
268 ANSIEscape(ANSI_COLOR_RESET) in Log()
Dipc_logging.h90 ANSI_COLOR_RESET = -1, in COMPONENT_EXPORT() enumerator
/external/ltp/include/
Dtst_ansi_color.h30 #define ANSI_COLOR_RESET "\033[0m" macro
/external/skqp/tools/skdiff/
Dskdiff_main.cpp364 #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/
Dskdiff_main.cpp364 #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/
Dtst_res.c316 "%s%s%s : %s", tst_ttype2color(ttype), type, ANSI_COLOR_RESET, tmesg); in tst_print()
Dtst_test.c233 res, ANSI_COLOR_RESET); in print_result()
623 printf("%s%s%s", ANSI_COLOR_YELLOW, str, ANSI_COLOR_RESET); in print_colored()