Home
last modified time | relevance | path

Searched defs:RED (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/cert/
Dos_utils.py27 RED = "\033[31;1m" variable in TerminalColor
/system/tools/hidl/lint/
DLint.cpp80 enum Color { DEFAULT = 0, RED = 31, YELLOW = 33 }; enumerator