Searched refs:perm (Results 76 - 100 of 141) sorted by relevance

123456

/external/guava/guava-tests/test/com/google/common/base/
H A DFinalizableReferenceQueueClassLoaderUnloadingTest.java77 public boolean implies(ProtectionDomain pd, Permission perm) { argument
/external/libnl/lib/genl/
H A Dfamily.c83 __ADD(GENL_ADMIN_PERM, admin-perm)
/external/selinux/policycoreutils/sepolicy/
H A Dsepolicy.py223 def _print_net(src, protocol, perm):
225 portdict = sepolicy.network.get_network_connect(src, protocol, perm)
229 print "\n"+bold_start+"%s: %s %s" % (src, protocol, perm) + bold_end
234 cond=get_conditionals(src,t,"%s_socket" % protocol, [perm])
/external/vboot_reference/firmware/lib/tpm_lite/include/
H A Dtlcl_structures.h132 uint16_t perm; member in struct:s_tpm_nv_definespace_cmd
/external/openssh/
H A Dsftp-server.c695 mode = (a.flags & SSH2_FILEXFER_ATTR_PERMISSIONS) ? a.perm : 0666;
917 logit("set \"%s\" mode %04o", name, a.perm);
918 r = chmod(name, a.perm & 07777);
970 logit("set \"%s\" mode %04o", name, a.perm);
972 r = fchmod(fd, a.perm & 07777);
974 r = chmod(name, a.perm & 07777);
1124 a.perm & 07777 : 0777;
/external/selinux/checkpolicy/
H A Dpolicy_define.c489 char *id = 0, *perm = 0; local
502 yyerror("no common name for common perm definition?");
533 while ((perm = queue_remove(id_queue))) {
548 (hashtab_key_t) perm,
552 yyerror2("duplicate permission %s in common %s", perm,
573 if (perm)
574 free(perm);
596 yyerror("no tclass name for av perm definition?");
1523 class_perm_node_t *perm; local
1574 perm
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h365 SparseSymmetricPermutationProduct<Derived,Upper|Lower> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
367 return SparseSymmetricPermutationProduct<Derived,Upper|Lower>(derived(), perm);
/external/elfutils/src/config/
H A DMakefile298 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
302 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/external/elfutils/src/m4/
H A DMakefile296 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
300 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java674 void addPermission(Permission perm) { perms.add(perm); } argument
/external/libvncserver/webclients/java-applet/ssl/
H A DMakefile280 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
284 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/external/libvpx/libvpx/vp8/common/ppc/
H A Dvariance_subpixel_altivec.asm68 ;# v17 perm intput
79 ;# v28 perm output
548 ;# v17 perm intput
559 ;# v28 perm output
/external/vboot_reference/tests/
H A Drollback_index2_tests.c163 uint32_t TlclDefineSpace(uint32_t index, uint32_t perm, uint32_t size) argument
166 index, perm, size);
/external/bzip2/
H A Dbzlib_private.h408 Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon504
H A Ddecompress.c84 gPerm = &(s->perm[gSel][0]); \
342 &(s->perm[t][0]),
/external/toybox/toys/pending/
H A Dtar.c723 char perm[11]; local
726 mode_to_string(file_hdr->mode, perm);
727 printf("%s %s/%s %9ld %d-%02d-%02d %02d:%02d:%02d ",perm,file_hdr->uname,
/external/selinux/libsepol/cil/src/
H A Dcil.c225 CIL_KEY_PERM = cil_strpool_add("perm");
2269 void cil_perm_init(struct cil_perm **perm) argument
2271 *perm = cil_malloc(sizeof(**perm));
2273 cil_symtab_datum_init(&(*perm)->datum);
2274 (*perm)->value = 0;
2275 (*perm)->classperms = NULL;
H A Dcil_post.c673 struct cil_perm *perm = (struct cil_perm *)datum; local
674 unsigned int value = perm->value;
678 cil_log(CIL_INFO, "Failed to set perm bit\n");
1370 struct cil_perm *perm = (struct cil_perm *)d; local
1371 unsigned int value = perm->value;
/external/selinux/libsepol/src/
H A Dlink.c112 * a) perm is required and the class _and_ perm are declared in base: only add a mapping.
113 * b) perm is required and the class and perm are _not_ declared in base: simply add the permissions
116 * c) perm is required, the class is declared in base, but the perm is not present. Nothing we can do
127 perm_datum_t *perm, *new_perm = NULL, *dest_perm; local
136 perm = (perm_datum_t *) datum;
145 /* If the object class was not declared in the base, add the perm
187 if (perm
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/elfutils/src/lib/
H A DMakefile454 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/external/elfutils/src/libasm/
H A DMakefile605 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
609 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/external/elfutils/src/libcpu/
H A DMakefile501 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/external/elfutils/src/libdwelf/
H A DMakefile510 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
514 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/external/elfutils/src/libebl/
H A DMakefile614 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
618 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \

Completed in 851 milliseconds

123456