Searched defs:FAIL_COLOR (Results 1 – 7 of 7) sorted by relevance
23 FAIL_COLOR = "\033[1;31m" variable
26 protected static final int FAIL_COLOR = Color.RED; field in BitmapVerifier
24 protected static final int FAIL_COLOR = Color.RED; field in BitmapVerifier
44 static const char FAIL_COLOR[] = {BRIGHT_RED, ' ', 'F', 'A', 'I', 'L', variable
59 FAIL_COLOR = "\033[1;31m" variable