Searched refs:COMMAND (Results 1 – 3 of 3) sorted by relevance
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") )
548 if (e.keyCode == SWT.COMMAND) { in keyPressed()585 if (e.keyCode == SWT.COMMAND) { in keyReleased()823 boolean toggle = (mLastStateMask & (SWT.CTRL | SWT.SHIFT | SWT.COMMAND)) != 0; in dragStart()
342 (e.stateMask & SWT.COMMAND) != 0); in select()