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

  /external/selinux/python/semanage/
semanage-bash-completion.sh 74 local -A VERBS=(
93 comps="${VERBS[*]}"
124 elif __contains_word "$command" ${VERBS[LOGIN]} ; then
127 elif __contains_word "$command" ${VERBS[USER]} ; then
130 elif __contains_word "$command" ${VERBS[PORT]} ; then
133 elif __contains_word "$command" ${VERBS[INTERFACE]} ; then
136 elif __contains_word "$command" ${VERBS[MODULE]} ; then
139 elif __contains_word "$command" ${VERBS[NODE]} ; then
142 elif __contains_word "$command" ${VERBS[FCONTEXT]} ; then
145 elif __contains_word "$command" ${VERBS[BOOLEAN]} ; the
    [all...]
  /external/selinux/python/sepolicy/
sepolicy-bash-completion.sh 68 local -A VERBS=(
92 if __contains_word "${COMP_WORDS[i]}" ${VERBS[*]} &&
105 comps="${VERBS[*]} ${COMMONOPTS}"
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 4 ```Do you wish to build TensorFlow with VERBS-RDMA support [y/N]```
6 2. To turn on RDMA connection, add the protocol "grpc+verbs" in server definition:
8 ```server = tf.train.Server(cluster, job_name="local", task_index=0, protocol='grpc+verbs') # default protocol is 'grpc'```

Completed in 74 milliseconds