HomeSort by relevance Sort by last modified time
    Searched refs:allows (Results 1 - 25 of 325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/python/sepolicy/sepolicy/
booleans.py 34 allows = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy.PERMS: perm})
35 if not allows:
39 for l in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]), allows)):
communicate.py 43 allows = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy.PERMS: perm})
44 if not allows:
48 for l in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]), allows)):
network.py 27 allows = sepolicy.search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy.PERMS: perm})
29 if allows:
30 for i in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]) and (not check_bools or x["enabled"]), allows)):
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
byte.d 3 # The RX target allows quoted ASCII strings inside .byte directives
  /external/curl/docs/cmdline-opts/
ftp-ssl-ccc.d 9 unencrypted. This allows NAT routers to follow the FTP transaction. The
insecure.d 6 This option explicitly allows curl to perform "insecure" SSL connections and
proxytunnel.d 8 request and requires that the proxy allows direct connect to the remote port
header.d 11 externally set header will be used instead of the internal one. This allows
next.d 10 options. This allows you to send several URL requests, each with their own
  /external/mesa3d/docs/specs/
MESA_pixmap_colormap.spec 32 Since Mesa allows RGB rendering into drawables with PseudoColor,
40 which allows specification of a colormap.
63 The Mesa implementation of GLX allows RGB rendering into X windows and
72 allows one to create a GLXPixmap with a specific colormap. The image
MESA_set_3dfx_mode.spec 32 The Mesa Glide driver allows full-screen rendering or rendering into
33 an X window. The glXSet3DfxModeMESA() function allows an application
55 The Mesa Glide device driver allows either rendering in full-screen
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5089.go 7 // issue 5089: gc allows methods on non-locals if symbol already exists
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5089.go 7 // issue 5089: gc allows methods on non-locals if symbol already exists
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm7dm.s 14 @ This used to be illegal, but rev 2 of the ARM ARM allows it.
  /compatibility/cdd/3_software/
3_11_text-to-speech.md 4 (TTS) services and allows service providers to provide implementations of TTS
3_13_quick-settings.md 3 Android provides a Quick Settings UI component that allows quick access to
  /external/autotest/client/site_tests/security_DbusOwners/
security_DbusOwners.py 50 allows = policy.getElementsByTagName('allow')
52 for allow in allows:
  /prebuilts/go/darwin-x86/test/
inline_variadic.go 7 // Test more aggressive inlining (-l=3 allows variadic functions)
  /prebuilts/go/linux-x86/test/
inline_variadic.go 7 // Test more aggressive inlining (-l=3 allows variadic functions)
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_amd64.go 15 // key allows an attacker to forge messages at will.
sum_arm.go 15 // key allows an attacker to forge messages at will.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_amd64.go 15 // key allows an attacker to forge messages at will.
sum_arm.go 15 // key allows an attacker to forge messages at will.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
sum_amd64.go 15 // key allows an attacker to forge messages at will.
sum_arm.go 15 // key allows an attacker to forge messages at will.

Completed in 211 milliseconds

1 2 3 4 5 6 7 8 91011>>