Searched refs:YELLOW (Results 1 – 5 of 5) sorted by relevance
3 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."
29 YELLOW = "\033[33;1m" variable in TerminalColor
176 self.terminal_color = TerminalColor.YELLOW
55 YELLOW="${ESCAPE}[33m"167 echo "${YELLOW}[ WARNING ]${NORMAL} unlabeled sepolicy violations:" >&2306 …echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}" >&2409 … 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" >&2861 echo "${YELLOW}[ WARNING ]${NORMAL} device does not have sepolicy in enforcing mode" >&2938 …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 …]
80 enum Color { DEFAULT = 0, RED = 31, YELLOW = 33 }; enumerator95 os << setColor(YELLOW, true) << lint.getLevelString() << ": " << setColor(DEFAULT); in operator <<()