/external/selinux/sepolgen/src/sepolgen/ |
matching.py | 177 # count all of the permissions against it. Otherwise determine the perm 184 # Combine the perm and other distance
|
/external/vboot_reference/utility/ |
chromeos-tpm-recovery-test | 71 echo $permissions > space.$index.perm 99 echo space blah has permissions $(cat space.$2.perm)
|
/frameworks/base/docs/html-intl/intl/ru/about/versions/nougat/ |
android-7.0-changes.jd | 21 <li><a href="#perm">????????? ??????????</a></li> 187 <h2 id="perm">????????? ??????????</h2>
|
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/nougat/ |
android-7.0-changes.jd | 21 <li><a href="#perm">????</a></li> 187 <h2 id="perm">????</h2>
|
/libcore/ojluni/src/main/java/sun/misc/ |
URLClassPath.java | 441 Permission perm = urlConnection.getPermission(); 442 if (perm != null) { 444 security.checkPermission(perm); 448 if ((perm instanceof java.io.FilePermission) && 449 perm.getActions().indexOf("read") != -1) { 450 security.checkRead(perm.getName()); 451 } else if ((perm instanceof 453 perm.getActions().indexOf("connect") != -1) { [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_plan9_386.go | 72 func create(path string, mode int, perm uint32) (fd int, err error) { 78 r0, _, e1 := Syscall(SYS_CREATE, uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(perm))
|
zsyscall_plan9_amd64.go | 72 func create(path string, mode int, perm uint32) (fd int, err error) { 78 r0, _, e1 := Syscall(SYS_CREATE, uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(perm))
|
/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_plan9_386.go | 72 func create(path string, mode int, perm uint32) (fd int, err error) { 78 r0, _, e1 := Syscall(SYS_CREATE, uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(perm))
|
zsyscall_plan9_amd64.go | 72 func create(path string, mode int, perm uint32) (fd int, err error) { 78 r0, _, e1 := Syscall(SYS_CREATE, uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(perm))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
matching.py | 177 # count all of the permissions against it. Otherwise determine the perm 184 # Combine the perm and other distance
|
/system/core/init/ |
service.h | 53 gid_t gid, int perm, const std::string& socketcon); 58 int perm; member in struct:SocketInfo
|
/toolchain/binutils/binutils-2.25/opcodes/ |
mt-opc.c | 709 /* fbcbincs #$perm,#$a23,#$cr,#$cbs,#$incr,#$ccb,#$cdb,#$rownum2,#$dup,#$ctxdisp */ 712 { { MNEM, ' ', '#', OP (PERM), ',', '#', OP (A23), ',', '#', OP (CR), ',', '#', OP (CBS), ',', '#', OP (INCR), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROWNUM2), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } }, 715 /* mfbcbincs $frsr1,#$perm,#$cbs,#$incr,#$ccb,#$cdb,#$rownum2,#$dup,#$ctxdisp */ 718 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (PERM), ',', '#', OP (CBS), ',', '#', OP (INCR), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROWNUM2), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } }, 721 /* fbcbincrs $frsr1,#$perm,#$ball,#$colnum,#$cbx,#$ccb,#$cdb,#$rownum2,#$dup,#$ctxdisp */ 724 { { MNEM, ' ', OP (FRSR1), ',', '#', OP (PERM), ',', '#', OP (BALL), ',', '#', OP (COLNUM), ',', '#', OP (CBX), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROWNUM2), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } }, 727 /* mfbcbincrs $frsr1,$frsr2,#$perm,#$cbx,#$ccb,#$cdb,#$rownum2,#$dup,#$ctxdisp */ 730 { { MNEM, ' ', OP (FRSR1), ',', OP (FRSR2), ',', '#', OP (PERM), ',', '#', OP (CBX), ',', '#', OP (CCB), ',', '#', OP (CDB), ',', '#', OP (ROWNUM2), ',', '#', OP (DUP), ',', '#', OP (CTXDISP), 0 } }, [all...] |
/system/core/sdcard/ |
sdcard.c | 158 perm_t perm; member in struct:node 430 if (node->perm == PERM_PRE_ROOT) { 468 node->perm = PERM_INHERIT; 474 switch (parent->perm) { 480 node->perm = PERM_ROOT; 487 node->perm = PERM_ANDROID; 494 node->perm = PERM_ANDROID_DATA; 497 node->perm = PERM_ANDROID_OBB; 503 node->perm = PERM_ANDROID_MEDIA; 534 if (parent_node && parent_node->perm == PERM_ROOT) [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
Makefile.in | 78 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 487 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 491 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 529 || find "$(distdir)" -type d ! -perm -755 \ 531 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 532 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 533 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
/external/libmtp/ |
Makefile.in | 103 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 504 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 508 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 546 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 547 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 548 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 549 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
/external/libusb/ |
Makefile.in | 105 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 505 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 509 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 550 || find "$(distdir)" -type d ! -perm -755 \ 552 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 553 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 554 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
/external/netperf/ |
Makefile.in | 76 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 424 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 428 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 466 || find "$(distdir)" -type d ! -perm -755 \ 468 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 469 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 470 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_itertools.py | 291 perm = list(permutations(s, r)) 297 self.assertEqual(len(perm), 0 if r>n else fact(n) // fact(n-r)) 303 self.assertEqual(perm, sorted(set(perm))) 308 self.assertEqual(perm, [t for t in prod if len(set(t))==r]) # perm: prods with no dups 309 self.assertEqual(comb, [t for t in perm if sorted(t)==list(t)]) # comb: perms that are sorted 311 self.assertEqual(comb, filter(set(cwr).__contains__, perm)) # comb: perm that is a cwr 312 self.assertEqual(comb, filter(set(perm).__contains__, cwr)) # comb: cwr that is a per [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_itertools.py | 291 perm = list(permutations(s, r)) 297 self.assertEqual(len(perm), 0 if r>n else fact(n) // fact(n-r)) 303 self.assertEqual(perm, sorted(set(perm))) 308 self.assertEqual(perm, [t for t in prod if len(set(t))==r]) # perm: prods with no dups 309 self.assertEqual(comb, [t for t in perm if sorted(t)==list(t)]) # comb: perms that are sorted 311 self.assertEqual(comb, filter(set(cwr).__contains__, perm)) # comb: perm that is a cwr 312 self.assertEqual(comb, filter(set(perm).__contains__, cwr)) # comb: cwr that is a per [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 291 perm = list(permutations(s, r)) 297 self.assertEqual(len(perm), 0 if r>n else fact(n) // fact(n-r)) 303 self.assertEqual(perm, sorted(set(perm))) 308 self.assertEqual(perm, [t for t in prod if len(set(t))==r]) # perm: prods with no dups 309 self.assertEqual(comb, [t for t in perm if sorted(t)==list(t)]) # comb: perms that are sorted 311 self.assertEqual(comb, filter(set(cwr).__contains__, perm)) # comb: perm that is a cwr 312 self.assertEqual(comb, filter(set(perm).__contains__, cwr)) # comb: cwr that is a per [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_itertools.py | 291 perm = list(permutations(s, r)) 297 self.assertEqual(len(perm), 0 if r>n else fact(n) // fact(n-r)) 303 self.assertEqual(perm, sorted(set(perm))) 308 self.assertEqual(perm, [t for t in prod if len(set(t))==r]) # perm: prods with no dups 309 self.assertEqual(comb, [t for t in perm if sorted(t)==list(t)]) # comb: perms that are sorted 311 self.assertEqual(comb, filter(set(cwr).__contains__, perm)) # comb: perm that is a cwr 312 self.assertEqual(comb, filter(set(perm).__contains__, cwr)) # comb: cwr that is a per [all...] |
/external/dnsmasq/src/ |
tftp.c | 299 goto perm; 309 goto perm; 322 goto perm; 326 goto perm; 357 perm:
|
/external/eigen/Eigen/src/OrderingMethods/ |
Amd.h | 91 void minimum_degree_ordering(SparseMatrix<Scalar,ColMajor,Index>& C, PermutationMatrix<Dynamic,Dynamic,Index>& perm) 105 perm.resize(n+1); 118 Index* last = perm.indices().data(); /* use P as workspace for last */ 435 if(Cp[i] == -1) k = internal::cs_tdfs<Index>(i, k, head, next, perm.indices().data(), w); 438 perm.indices().conservativeResize(n);
|
/external/selinux/libselinux/include/selinux/ |
selinux.h | 392 access_vector_t perm); 565 * @perm: requested permissions string, interpreted based on @tclass 568 * Check the AVC to determine whether the @perm permissions are granted 571 * Return %0 if all @perm permissions are granted, -%1 with 577 extern int selinux_check_access(const char * scon, const char * tcon, const char *tclass, const char *perm, void *auditdata);
|
/prebuilts/go/darwin-x86/src/os/ |
file_windows.go | 84 func openFile(name string, flag int, perm FileMode) (file *File, err error) { 85 r, e := syscall.Open(name, flag|syscall.O_CLOEXEC, syscallMode(perm)) 134 // (O_RDONLY etc.) and perm, (0666 etc.) if applicable. If successful, 137 func OpenFile(name string, flag int, perm FileMode) (*File, error) { 141 r, errf := openFile(name, flag, perm)
|