HomeSort by relevance Sort by last modified time
    Searched refs:perm (Results 226 - 250 of 295) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/libsepol/cil/src/
cil_build_ast.h 56 void cil_destroy_perm(struct cil_perm *perm);
cil_internal.h 1046 void cil_perm_init(struct cil_perm **perm);
cil_post.c 1069 struct cil_perm *perm = (struct cil_perm *)datum; local
1070 unsigned int value = perm->value;
1074 cil_log(CIL_INFO, "Failed to set perm bit\n");
2040 struct cil_perm *perm = (struct cil_perm *)d; local
    [all...]
cil_write_ast.c 425 struct cil_perm *perm = (struct cil_perm *)node->data; local
426 fprintf(cil_out, "%s", perm->datum.name);
    [all...]
cil_build_ast.c 513 struct cil_perm *perm = NULL; local
516 cil_perm_init(&perm);
524 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)perm, (hashtab_key_t)key, CIL_SYM_PERMS, flavor);
529 perm->value = *num_perms;
535 cil_destroy_perm(perm);
540 void cil_destroy_perm(struct cil_perm *perm)
542 if (perm == NULL) {
546 cil_symtab_datum_destroy(&perm->datum);
547 cil_list_destroy(&perm->classperms, CIL_FALSE);
549 free(perm);
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_darwin.go 444 //sys Open(path string, mode int, perm uint32) (fd int, err error)
445 //sys Openat(dirfd int, path string, mode int, perm uint32) (fd int, err error)
syscall_freebsd.go 514 //sys Open(path string, mode int, perm uint32) (fd int, err error)
515 //sys Openat(fdat int, path string, mode int, perm uint32) (fd int, err error)
syscall_linux.go 106 func Open(path string, mode int, perm uint32) (fd int, err error) {
107 return openat(AT_FDCWD, path, mode|O_LARGEFILE, perm)
873 // KeyctlSetperm implements the KEYCTL_SETPERM command. The perm value is the
878 func KeyctlSetperm(id int, perm uint32) error {
879 _, err := KeyctlInt(KEYCTL_SETPERM, id, int(perm), 0, 0)
    [all...]
syscall_dragonfly.go 289 //sys Open(path string, mode int, perm uint32) (fd int, err error)
syscall_netbsd.go 273 //sys Open(path string, mode int, perm uint32) (fd int, err error)
  /external/tensorflow/tensorflow/contrib/metrics/python/ops/
metric_ops.py     [all...]
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
model.py     [all...]
  /external/tensorflow/tensorflow/examples/speech_commands/
models.py 570 activations_time = tf.transpose(activations_time, perm=[2, 0, 1])
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
propagate_fixed_sizes.cc 1791 std::vector<int32> const& perm = member in class:toco::__anon46265::std
    [all...]
  /external/tensorflow/tensorflow/python/keras/
callbacks_v1.py 197 w_img = array_ops.transpose(w_img, perm=[2, 0, 1])
backend.py     [all...]
  /external/curl/include/curl/
curl.h 294 unsigned int perm; member in struct:curl_fileinfo
303 char *perm; member in struct:curl_fileinfo::__anon18461
    [all...]
  /external/python/dateutil/dateutil/test/
test_parser.py 49 unambig_fmts = [sep.join(perm) for sep in seps for perm in perms]
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
beam_search_decoder.py 163 perm=[2, 0, 1])
172 batch_ind = array_ops.transpose(batch_ind, perm=[1, 0, 2])
    [all...]
  /external/tensorflow/tensorflow/compiler/tests/
randomized_tests.cc     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.cc     [all...]
  /external/tensorflow/tensorflow/lite/testing/
generate_examples.py     [all...]
  /external/tensorflow/tensorflow/python/ops/parallel_for/
pfor.py     [all...]
  /external/tensorflow/tensorflow/python/ops/
math_grad.py 168 perm = array_ops.concat([reduced, other], 0)
171 permuted = array_ops.transpose(op.inputs[0], perm)
184 out = grad * array_ops.transpose(y, array_ops.invert_permutation(perm))
    [all...]
  /external/openssh/
sftp.c 588 return(S_ISDIR(a->perm));
    [all...]

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 91011>>