Home
last modified time | relevance | path

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

/system/core/fs_mgr/tests/
Dadb-remount-test.sh55 YELLOW="${ESCAPE}[33m"
167 echo "${YELLOW}[ WARNING ]${NORMAL} unlabeled sepolicy violations:" >&2
313 …echo "${YELLOW}[ WARNING ]${NORMAL} Active slot changed from ${ACTIVE_SLOT} to ${active_slot}" >&2
416 … 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" >&2
894 echo "${YELLOW}[ WARNING ]${NORMAL} device does not have sepolicy in enforcing mode" >&2
973 …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 …]
/system/bt/gd/cert/
Drun3 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."
Dos_utils.py29 YELLOW = "\033[33;1m" variable in TerminalColor
Dgd_device.py182 self.terminal_color = TerminalColor.YELLOW
/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 <<()