Searched defs:YELLOW (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/cert/ | ||
D | os_utils.py | 29 YELLOW = "\033[33;1m" variable in TerminalColor |
/system/tools/hidl/lint/ | ||
D | Lint.cpp | 80 enum Color { DEFAULT = 0, RED = 31, YELLOW = 33 }; enumerator |