HomeSort by relevance Sort by last modified time
    Searched full:allows (Results 126 - 150 of 10778) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/permission2/res/raw/
android_manifest.xml     [all...]
  /frameworks/base/core/res/
AndroidManifest.xml     [all...]
  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 44 /// In addition to setting up the basic passes, PassManagerBuilder allows
67 /// EP_EarlyAsPossible - This extension point allows adding passes before
72 /// EP_ModuleOptimizerEarly - This extension point allows adding passes
76 /// EP_LoopOptimizerEnd - This extension point allows adding loop passes to
80 /// EP_ScalarOptimizerLate - This extension point allows adding optimization
85 /// EP_OptimizerLast -- This extension point allows adding passes that
89 /// EP_VectorizerStart - This extension point allows adding optimization
94 /// EP_EnabledOnOptLevel0 - This extension point allows adding passes that
99 /// EP_Peephole - This extension point allows adding passes that perform
  /developers/samples/android/notification/LNotifications/
template-params.xml 69 Specifically, it allows developers to specify the priority and visibility level for
70 notifications. This metadata allows the system to provide enhanced security for notifications
71 while the lock screen is active, allows high-priority notifications to appear even when
  /external/selinux/python/sepolicy/sepolicy/
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)):
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 128 #define LOCK_READ 64 /* which allows concurrent read operations */
129 #define LOCK_WRITE 128 /* which allows concurrent write operations */
130 #define LOCK_RW 192 /* which allows concurrent read & write ops */
  /art/compiler/utils/arm/
assembler_arm_shared.h 45 kCcDontCare, // Allows prioritizing 16-bit instructions on Thumb2 whether they set CCs or not.
  /art/test/068-classloader/src-ex/
Mutator.java 19 * access, so this setup allows the correct disambiguation between multiple class-loaders.
  /art/test/159-app-image-fields/src/AAA/
Derived.java 20 // Allows public access to Base.value (Base is package-private) referenced as Derived.value.
  /developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/res/values/
base-strings.xml 25 Android O, and allows users to have fine-grained control over their notificatin preferences.
  /developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/res/values/
base-strings.xml 25 Android O, and allows users to have fine-grained control over their notificatin preferences.
  /developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/res/values/
base-strings.xml 25 Android O, and allows users to have fine-grained control over their notificatin preferences.
  /development/samples/RandomMusicPlayer/
_index.html 2 that manages media playback from a service. It allows the user to play music
  /development/samples/USB/AdbTest/
_index.html 3 output in a text view and only allows connecting to one device at a time.
  /development/samples/browseable/MediaBrowserService/
_index.jd 11 MediaBrowserService and provides MediaSession callbacks. This allows
  /development/samples/browseable/Quiz/
_index.jd 13 which allows the phone application to update the status of the question (i.e. did the user answer it
  /development/tools/extract/
README.txt 4 allows annotations to live separately from the actual library's .class
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
__init__.py 1 """Make tests/ into a package. This allows us to "import tests" and
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextInputEx/
SimpleTextInputEx.c 22 also allows one to register a notification for a particular keystroke.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/
DebugAssert.c 18 This protocol allows provides debug services to a driver. This is not
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.c 18 This protocol allows an EFI driver (DLL) in the NT emulation envirnment
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
UefiLzma.h 4 Allows LZMA code to build under UEFI (edk2) build environment
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
UefiLzma.h 4 Allows LZMA code to build under UEFI (edk2) build environment
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Runtime.h 4 Allows the runtime functionality of the DXE Foundation to be contained
6 export information that is needed at runtime. As such, this protocol allows
104 /// Allows the runtime functionality of the DXE Foundation to be contained in a
106 /// information that is needed at runtime. As such, this protocol allows the DXE
  /docs/source.android.com/src/security/enhancements/
enhancements43.jd 17 allows the use of SELinux in a permissive mode. This mode logs any policy
44 Android now has a keystore provider that allows
51 (isBoundKeyType) that allows applications to confirm that system-wide keys
77 reboot, in addition to periodic mixing. This allows retention of all

Completed in 1973 milliseconds

1 2 3 4 56 7 8 91011>>