HomeSort by relevance Sort by last modified time
    Searched refs:ANSI_COLOR_RED (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ipc/
ipc_logging.h 91 ANSI_COLOR_RED,
ipc_logging.cc 196 case ANSI_COLOR_RED:
221 return ANSI_COLOR_RED;
  /external/chromium_org/third_party/skia/tools/
skdiff_main.cpp 315 #define ANSI_COLOR_RED ""
320 #define ANSI_COLOR_RED "\x1b[31m"
435 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, baseFiles[i]);
439 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, comparisonFiles[j]);
451 VERBOSE_STATUS("DIFFERENT", ANSI_COLOR_RED, baseFiles[i]);
  /external/skia/tools/
skdiff_main.cpp 315 #define ANSI_COLOR_RED ""
320 #define ANSI_COLOR_RED "\x1b[31m"
435 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, baseFiles[i]);
439 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, comparisonFiles[j]);
451 VERBOSE_STATUS("DIFFERENT", ANSI_COLOR_RED, baseFiles[i]);

Completed in 569 milliseconds