OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ANSI_COLOR_RED
(Results
1 - 4
of
4
) sorted by null
/external/ltp/include/
tst_ansi_color.h
27
#define
ANSI_COLOR_RED
"\033[1;31m"
/external/libchrome/ipc/
ipc_logging.h
92
ANSI_COLOR_RED
,
/external/skia/tools/skdiff/
skdiff_main.cpp
361
#define
ANSI_COLOR_RED
""
366
#define
ANSI_COLOR_RED
"\x1b[31m"
486
VERBOSE_STATUS("READ FAIL",
ANSI_COLOR_RED
, baseFiles[i]);
490
VERBOSE_STATUS("READ FAIL",
ANSI_COLOR_RED
, comparisonFiles[j]);
501
VERBOSE_STATUS("DIFFERENT",
ANSI_COLOR_RED
, baseFiles[i]);
/external/skqp/tools/skdiff/
skdiff_main.cpp
361
#define
ANSI_COLOR_RED
""
366
#define
ANSI_COLOR_RED
"\x1b[31m"
486
VERBOSE_STATUS("READ FAIL",
ANSI_COLOR_RED
, baseFiles[i]);
490
VERBOSE_STATUS("READ FAIL",
ANSI_COLOR_RED
, comparisonFiles[j]);
501
VERBOSE_STATUS("DIFFERENT",
ANSI_COLOR_RED
, baseFiles[i]);
Completed in 383 milliseconds