Searched refs:perm (Results 51 - 75 of 141) sorted by relevance

123456

/external/vboot_reference/firmware/lib/tpm_lite/
H A Dtlcl.c183 uint32_t TlclDefineSpace(uint32_t index, uint32_t perm, uint32_t size) { argument
185 VBDEBUG(("TPM: TlclDefineSpace(0x%x, 0x%x, %d)\n", index, perm, size));
188 ToTpmUint32(cmd.buffer + tpm_nv_definespace_cmd.perm, perm);
/external/bzip2/
H A Dhuffman.c172 Int32 *perm,
183 if (length[j] == i) { perm[pp] = j; pp++; };
170 BZ2_hbCreateDecodeTables( Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h230 * @param perm The read/write permission for the UFILE; one of "r", "w", "rw"
242 const char *perm,
254 * @param perm The read/write permission for the UFILE; one of "r", "w", "rw"
266 const char *perm,
/external/libvpx/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm20 ;# but the output will be. So two reads and a perm
H A Dfilter_bilinear_altivec.asm65 ;# v17 perm intput
76 ;# v28 perm output
445 ;# v17 perm intput
456 ;# v28 perm output
/external/selinux/checkpolicy/test/
H A Ddismod.c77 char *perm; local
79 perm = sepol_av_to_string(p, class, mask);
80 if (perm)
81 fprintf(fp, "%s ", perm);
89 char *perm; local
93 perm = sepol_av_to_string(p, class, 1 << i);
94 if (perm)
95 fprintf(fp, " %s", perm);
H A Ddispol.c48 char *perm; local
50 perm = sepol_av_to_string(p, key->target_class, mask);
51 if (perm)
52 fprintf(fp, "%s ", perm);
/external/selinux/libselinux/include/selinux/
H A Dselinux.h392 access_vector_t perm);
564 * @perm: requested permissions string, interpreted based on @tclass
567 * Check the AVC to determine whether the @perm permissions are granted
570 * Return %0 if all @perm permissions are granted, -%1 with
576 extern int selinux_check_access(const char * scon, const char * tcon, const char *tclass, const char *perm, void *auditdata);
/external/strace/
H A Dkeyctl.c239 keyctl_setperm_key(struct tcb *tcp, key_serial_t id, uint32_t perm) argument
245 printflags(key_perms, perm, "KEY_???");
/external/toybox/toys/posix/
H A Dcpio.c95 int perm = (toys.optflags & FLAG_o) ? O_CREAT|O_WRONLY|O_TRUNC : O_RDONLY; local
97 afd = xcreate(TT.archive, perm, 0644);
H A Dls.c423 char perm[11], thyme[64], *usr, *upad, *grp, *grpad; local
425 mode_to_string(mode, perm);
442 printf("%s% *ld %s%s%s%s", perm, totals[2]+1, (long)st->st_nlink,
/external/vboot_reference/utility/
H A Dchromeos-tpm-recovery-test71 echo $permissions > space.$index.perm
99 echo space blah has permissions $(cat space.$2.perm)
/external/dnsmasq/src/
H A Dtftp.c299 goto perm;
309 goto perm;
322 goto perm;
326 goto perm;
357 perm:
/external/eigen/Eigen/src/OrderingMethods/
H A DAmd.h91 void minimum_degree_ordering(SparseMatrix<Scalar,ColMajor,Index>& C, PermutationMatrix<Dynamic,Dynamic,Index>& perm) argument
105 perm.resize(n+1);
118 Index* last = perm.indices().data(); /* use P as workspace for last */
423 if(Cp[i] == -1) k = internal::cs_tdfs<Index>(i, k, head, next, perm.indices().data(), w);
426 perm.indices().conservativeResize(n);
/external/guava/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java566 for (Collection<Integer> perm : Collections2.permutations(expected)) {
567 for (int i = 0; i < perm.size(); i++) {
568 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(perm);
570 assertTrue("Remove at " + i + " perm " + perm, q.isIntact());
694 for (Collection<Integer> perm : Collections2.permutations(expected)) {
695 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(perm);
707 assertEquals("Started with " + perm, expected, elements);
/external/vboot_reference/firmware/lib/
H A Drollback_index.c72 uint32_t SafeDefineSpace(uint32_t index, uint32_t perm, uint32_t size) argument
74 uint32_t result = TlclDefineSpace(index, perm, size);
77 return TlclDefineSpace(index, perm, size);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jar ... .Set eventHandlers SecurityManager sm java.security.Permission perm org.eclipse.osgi.framework.eventmgr. ...
/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h251 inline PlainPermutationType operator*(const Transpose<PermutationBase<Other> >& other, const PermutationBase& perm) argument
252 { return PlainPermutationType(internal::PermPermProduct, other.eval(), perm); }
546 permut_matrix_product_retval(const PermutationType& perm, const MatrixType& matrix) argument
547 : m_permutation(perm), m_matrix(matrix)
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h47 Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x)
50 ::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
59 Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x)
62 ::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
46 run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a, Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x) argument
58 run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a, Index *ia, Index *ja, Index *perm, Index nrhs, Index *iparm, Index msglvl, void *b, void *x) argument
/external/llvm/utils/buildit/
H A Dbuild_llvm311 find $DEST_DIR -perm -0111 -type f \
346 find $DEST_DIR -perm -0111 -type f \
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A D__init__.py65 def get_conditionals(src,dest,tclass,perm):
69 allows=search([ALLOW],{SOURCE:src,TARGET:dest,CLASS:tclass,PERMS:perm})
72 allows=search([ALLOW],{SOURCE:src,CLASS:tclass,PERMS:perm})
78 for i in map(lambda y: (y), filter(lambda x: set(perm).issubset(x[PERMS]) and x['boolean'], allows)):
738 for perm in perms:
739 if perm not in dict[PERMS]:
/external/selinux/sepolgen/src/sepolgen/
H A Drefpolicy.py808 def __expand_perm(self, perm):
813 if self.map.has_key(perm):
814 for p in self.by_name(perm):
817 s.add(perm)
824 for perm in x.perms:
825 exp_perms.update(self.__expand_perm(perm))
/external/elfutils/src/
H A DMakefile195 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
586 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
625 || find "$(distdir)" -type d ! -perm -755 \
627 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
628 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
629 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
/external/libvncserver/
H A DMakefile140 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
626 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
630 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
665 || find "$(distdir)" -type d ! -perm -755 \
667 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
668 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
669 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
/external/openssh/
H A Dsftp-client.c1174 mode = a->perm & 0777;
1179 (!S_ISREG(a->perm))) {
1456 if (!S_ISDIR(dirattrib->perm)) {
1464 mode = dirattrib->perm & 01777;
1486 if (S_ISDIR(dir_entries[i]->a.perm)) {
1494 } else if (S_ISREG(dir_entries[i]->a.perm) ) {
1594 a.perm &= 0777;
1801 a.perm &= 01777;

Completed in 634 milliseconds

123456