HomeSort by relevance Sort by last modified time
    Searched refs:COMPREPLY (Results 1 - 5 of 5) sorted by null

  /sdk/bash_completion/
adb.bash 27 COMPREPLY=()
66 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
70 COMPREPLY=( $(compgen -W "${devices}" -- ${cur}) )
74 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
93 COMPREPLY=( $(compgen -W "${args}" -- "${COMP_WORDS[i]}") )
132 COMPREPLY=( $(compgen -W "-d -l -r -s" -- "${cur}") )
206 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
219 COMPREPLY=( )
251 COMPREPLY=( $(compgen -W "-k" -- "${cur}") )
263 COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -W "${packages}" -- "${cur}")
    [all...]
  /external/chromium_org/tools/cr/
cr-bash-helpers.sh 44 COMPREPLY=()
50 COMPREPLY=( $(compgen -W "${completions}" -- ${cur}) )
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkit-tools-completion.sh 37 COMPREPLY=( $(compgen -W "$1" -- "${COMP_WORDS[COMP_CWORD]}") )
46 COMPREPLY=( $(PYTHONPATH=$(dirname "${BASH_SOURCE[0]}") python -c "
  /external/chromium_org/v8/tools/
bash-completion.sh 51 COMPREPLY=($(compgen -W "$targets" -- "$cur"))
  /build/
envsetup.sh 558 COMPREPLY=()
562 COMPREPLY=( $(compgen -W "${LUNCH_MENU_CHOICES[*]}" -- ${cur}) )
    [all...]

Completed in 225 milliseconds