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

  /external/selinux/python/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/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") )
  /external/selinux/python/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...]
  /sdk/bash_completion/
adb.bash 65 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
69 COMPREPLY=( $(compgen -W "${devices}" -- ${cur}) )
73 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
92 COMPREPLY=( $(compgen -W "${args}" -- "${COMP_WORDS[i]}") )
131 COMPREPLY=( $(compgen -W "-d -l -r -s" -- "${cur}") )
205 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
256 COMPREPLY=( $(compgen -W "$candidates" -- "$cur") )
276 COMPREPLY=( $(compgen -W "$candidates" -- "$cur") )
297 COMPREPLY=( $(compgen -W "$candidates" -- "$cur") )
304 COMPREPLY=( $(compgen -W "$candidates" -- "$cur")
    [all...]
  /prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash 266 for dir in $(compgen -d $root$current); do
294 compgen -S " " -W "BUILD" "$(echo current | cut -f ':' -d2)"
301 compgen -S " " -W "BUILD" "$(echo current | cut -f ':' -d2)"
356 compgen -S " " -W "${BAZEL_INFO_KEYS}" -- "$current"
361 compgen -S " " -W "${commands}" -- "$current"
364 compgen -f -- "$current"
367 compgen -S " " -W "$type" -- "$current"
384 "$(compgen -W "$options" -- "$cur" | cut -f2 -d=)" \
387 compgen -W "$(echo "$options" | sed 's|=.*$|=|')" -- "$cur" \
    [all...]
  /prebuilts/tools/linux-x86/bazel/
bazel-complete.bash 266 for dir in $(compgen -d $root$current); do
294 compgen -S " " -W "BUILD" "$(echo current | cut -f ':' -d2)"
301 compgen -S " " -W "BUILD" "$(echo current | cut -f ':' -d2)"
356 compgen -S " " -W "${BAZEL_INFO_KEYS}" -- "$current"
361 compgen -S " " -W "${commands}" -- "$current"
364 compgen -f -- "$current"
367 compgen -S " " -W "$type" -- "$current"
384 "$(compgen -W "$options" -- "$cur" | cut -f2 -d=)" \
387 compgen -W "$(echo "$options" | sed 's|=.*$|=|')" -- "$cur" \
    [all...]
  /external/v8/tools/
bash-completion.sh 55 COMPREPLY=($(compgen -W "$targets" -- "$cur"))
  /build/make/
envsetup.sh 631 COMPREPLY=( $(compgen -W "${LUNCH_MENU_CHOICES[*]}" -- ${cur}) )
    [all...]

Completed in 183 milliseconds