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

  /sdk/bash_completion/
adb.bash 66 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
70 COMPREPLY=( $(compgen -W "${devices}" -- ${cur}) )
74 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
90 COMPREPLY=( $(compgen -W "${args}" -- "${COMP_WORDS[i]}") )
129 COMPREPLY=( $(compgen -W "-l -r -s" -- "${cur}") )
192 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
237 COMPREPLY=( $(compgen -W "-k" -- "${cur}") )
249 COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -W "${packages}" -- "${cur}") )
283 COMPREPLY=( $(compgen -W "$OPTIONS" -- "$cur") )
340 COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -f -- "${cur}")
    [all...]
  /external/v8/tools/
bash-completion.sh 51 COMPREPLY=($(compgen -W "$targets" -- "$cur"))
  /external/webkit/Tools/Scripts/
webkit-tools-completion.sh 37 COMPREPLY=( $(compgen -W "$1" -- "${COMP_WORDS[COMP_CWORD]}") )
  /build/
envsetup.sh 534 COMPREPLY=( $(compgen -W "${LUNCH_MENU_CHOICES[*]}" -- ${cur}) )
    [all...]

Completed in 3677 milliseconds