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

  /external/chromium_org/ipc/
ipc_logging.h 89 ANSI_COLOR_RESET = -1,
  /external/chromium_org/third_party/skia/tools/
skdiff_main.cpp 318 #define ANSI_COLOR_RESET ""
323 #define ANSI_COLOR_RESET "\x1b[0m"
326 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", status, filename->c_str())
  /external/skia/tools/
skdiff_main.cpp 318 #define ANSI_COLOR_RESET ""
323 #define ANSI_COLOR_RESET "\x1b[0m"
326 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", status, filename->c_str())

Completed in 207 milliseconds