HomeSort by relevance Sort by last modified time
    Searched defs:ANSI_COLOR_RESET (Results 1 - 3 of 3) sorted by null

  /external/ltp/include/
tst_ansi_color.h 30 #define ANSI_COLOR_RESET "\033[0m"
  /external/skia/tools/skdiff/
skdiff_main.cpp 364 #define ANSI_COLOR_RESET ""
369 #define ANSI_COLOR_RESET "\x1b[0m"
372 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", status, filename->c_str())
  /external/skqp/tools/skdiff/
skdiff_main.cpp 364 #define ANSI_COLOR_RESET ""
369 #define ANSI_COLOR_RESET "\x1b[0m"
372 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", status, filename->c_str())

Completed in 223 milliseconds