Searched refs:YELLOW (Results 1 – 5 of 5) sorted by relevance
55 YELLOW="${ESCAPE}[33m"167 echo "${YELLOW}[ WARNING ]${NORMAL} unlabeled sepolicy violations:" >&2313 …echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}" >&2416 … echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}"441 … echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}"872 YELLOW=""887 echo "${YELLOW}[ WARNING ]${NORMAL} device not in adb mode" >&2894 echo "${YELLOW}[ WARNING ]${NORMAL} device does not have sepolicy in enforcing mode" >&2973 …echo "${YELLOW}[ WARNING ]${NORMAL} waiting for screen to come up. Consider --no-wait-screen opti…977 echo "${YELLOW}[ WARNING ]${NORMAL} not healthy, no launcher, skipping wait for screen" >&2[all …]
3 YELLOW="\033[1;33m"50 echo -e "${YELLOW}"116 echo -e "${YELLOW}Help menu${NOCOLOR}"140 echo -e " ${YELLOW}e.g."229 echo -e "${YELLOW}Cleaning up existing virtualenv${NOCOLOR}"235 echo -e "${YELLOW}Try to reuse existing virtualenv at ${CERT_TEST_VENV}${NOCOLOR}"342 …echo -e "${YELLOW}NOTE:${NOCOLOR} To build external libraries the first time, please add --clean o…418 …echo -e "${YELLOW}NOTE:${NOCOLOR} Completed tests using existing external libraries in virtualenv."419 echo -e "${YELLOW}NOTE:${NOCOLOR} To update external libraries, please add --clean option."
29 YELLOW = "\033[33;1m" variable in TerminalColor
182 self.terminal_color = TerminalColor.YELLOW
80 enum Color { DEFAULT = 0, RED = 31, YELLOW = 33 }; enumerator95 os << setColor(YELLOW, true) << lint.getLevelString() << ": " << setColor(DEFAULT); in operator <<()