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

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 54 // It allows rapid ancestor queries,
190 // Property (2) allows searches for dominated blocks to exit early.
205 // entry(x) < entry(y) allows cases x-dom-y and x-then-y.
212 // By supposition, entry(y) < entry(z), which allows cases y-dom-z and y-then-z.
  /prebuilts/go/darwin-x86/src/net/
sockopt_windows.go 26 // SO_REUSEADDR should not be used here, as it allows
  /prebuilts/go/darwin-x86/src/testing/internal/testdeps/
deps.go 8 // TestDeps into testing.Main. This allows tests to use packages at run time
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 11 messages with the same key allows an attacker to forge authenticators for other
  /prebuilts/go/linux-x86/src/cmd/asm/internal/flags/
flags.go 36 // MultiFlag allows setting a value multiple times to collect a list, as in -I=dir1 -I=dir2.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetree.go 54 // It allows rapid ancestor queries,
190 // Property (2) allows searches for dominated blocks to exit early.
205 // entry(x) < entry(y) allows cases x-dom-y and x-then-y.
212 // By supposition, entry(y) < entry(z), which allows cases y-dom-z and y-then-z.
  /prebuilts/go/linux-x86/src/net/
sockopt_windows.go 26 // SO_REUSEADDR should not be used here, as it allows
  /prebuilts/go/linux-x86/src/testing/internal/testdeps/
deps.go 8 // TestDeps into testing.Main. This allows tests to use packages at run time
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 11 messages with the same key allows an attacker to forge authenticators for other
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 82 which allows all inputs to provide activity links from the current activity to
90 * [SR] STRONGLY RECOMMENDED to support time shifting, which allows the user
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
README.txt 37 DXE phase. This allows for exemple to select the right FDT when a binary is
66 Finally, the "-i" option of the "setfdt" command allows to trigger the FDT
  /external/ImageMagick/PerlMagick/
Magick.pm 120 This Perl extension allows the reading, manipulation and writing of
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 119 This Perl extension allows the reading, manipulation and writing of
  /prebuilts/go/darwin-x86/src/crypto/rand/
util.go 13 // smallPrimes is a list of small, prime numbers that allows us to rapidly
22 // smallPrimesProduct is the product of the values in smallPrimes and allows us
  /prebuilts/go/linux-x86/src/crypto/rand/
util.go 13 // smallPrimes is a list of small, prime numbers that allows us to rapidly
22 // smallPrimesProduct is the product of the values in smallPrimes and allows us
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DivU64x32.asm 39 ; This routine allows a 64 bit value to be divided with a 32 bit value returns
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 27 server integrates with the DNS server and allows machines with DHCP-allocated
  /external/google-breakpad/android/sample_app/jni/
Android.mk 39 # includes. This allows us to build in all scenarios easily.
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.ml 53 using 'external' in the module allows direct calls into
  /external/walt/docs/
TapLatency.md 12 motion. This allows the hand holding the main part of the pen to gain some speed to which the button is
  /prebuilts/go/darwin-x86/src/os/user/
user.go 5 // Package user allows user account lookups by name or id.
  /prebuilts/go/linux-x86/src/os/user/
user.go 5 // Package user allows user account lookups by name or id.
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 366 allows = search([ALLOW], {SOURCE: src, TARGET: dest, CLASS: tclass, PERMS: perm})
369 allows = search([ALLOW], {SOURCE: src, CLASS: tclass, PERMS: perm})
370 for i in allows:
372 allows = []
373 allows.append(i)
375 for i in map(lambda y: (y), filter(lambda x: set(perm).issubset(x[PERMS]) and x['boolean'], allows)):
    [all...]
  /build/make/target/board/generic_arm64/
BoardConfig.mk 38 # ARM-v8 specification allows you to assume NEON and all the features
  /build/soong/android/
defs.go 38 // while running soong. This allows the file to be cleaned up if it ever

Completed in 2198 milliseconds

1 23 4 5 6 7 8 91011>>