OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANSI_COLOR_RED
(Results
1 - 3
of
3
) sorted by null
/external/ltp/include/
tst_ansi_color.h
27
#define
ANSI_COLOR_RED
"\033[1;31m"
/external/ltp/lib/
tst_ansi_color.c
32
return
ANSI_COLOR_RED
;
35
return
ANSI_COLOR_RED
;
/external/skia/tools/skdiff/
skdiff_main.cpp
361
#define
ANSI_COLOR_RED
""
366
#define
ANSI_COLOR_RED
"\x1b[31m"
485
VERBOSE_STATUS("READ FAIL",
ANSI_COLOR_RED
, baseFiles[i]);
489
VERBOSE_STATUS("READ FAIL",
ANSI_COLOR_RED
, comparisonFiles[j]);
500
VERBOSE_STATUS("DIFFERENT",
ANSI_COLOR_RED
, baseFiles[i]);
Completed in 811 milliseconds