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
/external/selinux/policycoreutils/semanage/
semanage-bash-completion.sh
89
COMPREPLY=( $(
compgen
-W "$( __get_all_domains ) " -- "$cur") )
95
COMPREPLY=( $(
compgen
-W "$( __get_all_stores ) " -- "$cur") )
98
COMPREPLY=( $(
compgen
-W "tcp udp" -- "$cur") )
102
COMPREPLY=( $(
compgen
-W "$( __get_all_roles ) " -- "$cur") )
108
COMPREPLY=( $(
compgen
-W "$( __get_all_users ) " -- "$cur") )
111
COMPREPLY=( $(
compgen
-W "$( __get_all_ftypes ) " -- "$cur") )
115
COMPREPLY=( $(
compgen
-W "$( __get_all_port_types ) " -- "$cur") )
119
COMPREPLY=( $(
compgen
-W "$( __get_all_file_types ) " -- "$cur") )
122
COMPREPLY=( $(
compgen
-W "$( __get_all_types ) " -- "$cur") )
125
COMPREPLY=( $(
compgen
-W "$( __get_login_opts ) " -- "$cur")
[
all
...]
/external/selinux/policycoreutils/sepolicy/
sepolicy-bash-completion.sh
101
COMPREPLY=( $(
compgen
-f -- "$cur") )
109
COMPREPLY=( $(
compgen
-W "$( __get_all_booleans ) " -- "$cur") )
112
COMPREPLY=( $(
compgen
-W '${OPTS[$verb]}' -- "$cur") )
116
COMPREPLY=( $(
compgen
-W "$( __get_all_domain_types ) " -- "$cur") )
119
COMPREPLY=( $(
compgen
-W "$( __get_all_classes ) " -- "$cur") )
122
COMPREPLY=( $(
compgen
-W '${OPTS[$verb]}' -- "$cur") )
128
COMPREPLY=( $(
compgen
-d -- "$cur") )
132
COMPREPLY=( $(
compgen
-d -- "$cur") )
136
COMPREPLY=( $(
compgen
-W "$( __get_all_domain_types ) " -- "$cur") )
139
COMPREPLY=( $(
compgen
-W "-n --name -t --type" -- "$cur")
[
all
...]
/external/selinux/policycoreutils/setsebool/
setsebool-bash-completion.sh
34
COMPREPLY=( $(
compgen
-W "-P $( __get_all_booleans ) " -- "$cur") )
37
COMPREPLY=( $(
compgen
-W "0 1 -P" -- "$cur") )
47
COMPREPLY=( $(
compgen
-W "-a $( __get_all_booleans ) " -- "$cur") )
51
COMPREPLY=( $(
compgen
-W "$( __get_all_booleans ) " -- "$cur") )
/sdk/bash_completion/
adb.bash
64
COMPREPLY=( $(
compgen
-W "$OPTIONS $COMMAND" -- "$cur") )
68
COMPREPLY=( $(
compgen
-W "${devices}" -- ${cur}) )
72
COMPREPLY=( $(
compgen
-W "$COMMAND" -- "$cur") )
91
COMPREPLY=( $(
compgen
-W "${args}" -- "${COMP_WORDS[i]}") )
130
COMPREPLY=( $(
compgen
-W "-d -l -r -s" -- "${cur}") )
204
COMPREPLY=( $(
compgen
-W "$COMMAND" -- "$cur") )
255
COMPREPLY=( $(
compgen
-W "$candidates" -- "$cur") )
275
COMPREPLY=( $(
compgen
-W "$candidates" -- "$cur") )
296
COMPREPLY=( $(
compgen
-W "$candidates" -- "$cur") )
303
COMPREPLY=( $(
compgen
-W "$candidates" -- "$cur")
[
all
...]
/external/v8/tools/
bash-completion.sh
55
COMPREPLY=($(
compgen
-W "$targets" -- "$cur"))
/build/
envsetup.sh
627
COMPREPLY=( $(
compgen
-W "${LUNCH_MENU_CHOICES[*]}" -- ${cur}) )
[
all
...]
Completed in 462 milliseconds