Searched refs:COMMAND (Results 1 – 3 of 3) sorted by relevance
50 where=COMMAND57 if [[ $where == COMMAND && $i -ge $COMP_CWORD ]]; then62 …COMMAND="devices connect disconnect push pull sync shell emu logcat lolcat forward jdwp install un…66 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )72 COMMAND)74 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )200 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | {206 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()