Home
last modified time | relevance | path

Searched refs:YELLOW (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/cert/
Drun3 YELLOW="\033[1;33m"
50 echo -e "${YELLOW}"
99 echo -e "${YELLOW}Help menu${NOCOLOR}"
119 echo -e " ${YELLOW}e.g."
173 echo -e "${YELLOW}Cleaning up existing virtualenv${NOCOLOR}"
179 echo -e "${YELLOW}Try to reuse existing virtualenv at ${CERT_TEST_VENV}${NOCOLOR}"
313 …echo -e "${YELLOW}NOTE:${NOCOLOR} Completed tests using existing external libraries in virtualenv."
314 echo -e "${YELLOW}NOTE:${NOCOLOR} To update external libraries, please add --clean option."
Dos_utils.py29 YELLOW = "\033[33;1m" variable in TerminalColor
Dgd_device.py176 self.terminal_color = TerminalColor.YELLOW
/system/core/fs_mgr/tests/
Dadb-remount-test.sh55 YELLOW="${ESCAPE}[33m"
167 echo "${YELLOW}[ WARNING ]${NORMAL} unlabeled sepolicy violations:" >&2
306 …echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}" >&2
409 … echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}"
434 … echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}"
842 YELLOW=""
854 echo "${YELLOW}[ WARNING ]${NORMAL} device not in adb mode" >&2
861 echo "${YELLOW}[ WARNING ]${NORMAL} device does not have sepolicy in enforcing mode" >&2
938 …echo "${YELLOW}[ WARNING ]${NORMAL} waiting for screen to come up. Consider --no-wait-screen opti…
942 echo "${YELLOW}[ WARNING ]${NORMAL} not healthy, no launcher, skipping wait for screen" >&2
[all …]
/system/tools/hidl/lint/
DLint.cpp80 enum Color { DEFAULT = 0, RED = 31, YELLOW = 33 }; enumerator
95 os << setColor(YELLOW, true) << lint.getLevelString() << ": " << setColor(DEFAULT); in operator <<()