Home
last modified time | relevance | path

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

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