OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compgen
(Results
1 - 6
of
6
) 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/chromium_org/tools/cr/
cr-bash-helpers.sh
44
COMPREPLY=( $(
compgen
-W "${completions}" -- ${cur}) )
/external/chromium_org/v8/tools/
bash-completion.sh
51
COMPREPLY=($(
compgen
-W "$targets" -- "$cur"))
/external/v8/tools/
bash-completion.sh
51
COMPREPLY=($(
compgen
-W "$targets" -- "$cur"))
/external/chromium_org/third_party/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 57 milliseconds