Searched refs:COMMAND (Results 1 – 8 of 8) sorted by relevance
51 where=COMMAND58 if [[ $where == COMMAND && $i -ge $COMP_CWORD ]]; then63 …COMMAND="continue devices erase flash flashall flashing format getvar get_staged help oem reboot s…67 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )77 COMMAND)79 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
137 COMMAND="${1:-}"140 case "${COMMAND}" in166 echo "Unrecognized command: \"${COMMAND}\"" >&2173 FLAGS_HELP="Usage: $0 ${COMMAND} [flags]176 if [[ "${COMMAND}" == "generate" ]]; then196 if [[ "${COMMAND}" == "hash" || "${COMMAND}" == "sign" ]]; then201 if [[ "${COMMAND}" == "hash" ]]; then207 if [[ "${COMMAND}" == "sign" ]]; then219 if [[ "${COMMAND}" == "properties" ]]; then226 if [[ "${COMMAND}" == "verify" || "${COMMAND}" == "check" ]]; then[all …]
49 where=COMMAND56 if [[ $where == COMMAND && $i -ge $COMP_CWORD ]]; then61 …COMMAND="devices connect disconnect push pull sync shell emu logcat lolcat forward jdwp install un…65 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )71 COMMAND)73 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )199 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | {205 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
46 detail. Their format is COMMAND(arg0, arg1, payload) where the payload
25 COMMAND = 1, enumerator
56 case hci::PacketType::COMMAND: in OnPacketReady()96 … hci_packet_type_ != hci::PacketType::COMMAND && hci_packet_type_ != hci::PacketType::EVENT) { in OnDataReady()
77 case hci::PacketType::COMMAND: in OnPacketReady()119 … hci_packet_type_ != hci::PacketType::COMMAND && hci_packet_type_ != hci::PacketType::EVENT) { in OnDataReady()
101 ASSERT_EQ(Link::PacketType::COMMAND, received_view.GetType()); in ValidatePacket()