Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_ansi_color.h30 #define ANSI_COLOR_RESET "\033[0m" macro
/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.c304 "%s%s%s : %s", tst_ttype2color(ttype), type, ANSI_COLOR_RESET, tmesg); in tst_print()
Dtst_test.c214 res, ANSI_COLOR_RESET); in print_result()