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

1 23 4 5 6 7 8 91011>>

  /external/chromium/testing/
gtest_mac.mm 18 // This overloaded version allows comparison between ObjC objects that conform
34 // This overloaded version allows comparison between ObjC objects that conform
  /external/skia/src/utils/
SkMD5.h 17 //SK_CPU_LENDIAN allows 32 bit <=> 8 bit conversions without copies (if alligned).
18 //SK_CPU_FAST_UNALIGNED_ACCESS allows 32 bit <=> 8 bit conversions without copies if SK_CPU_LENDIAN.
SkSHA1.h 17 //SK_CPU_BENDIAN allows 32 bit <=> 8 bit conversions without copies (if alligned).
18 //SK_CPU_FAST_UNALIGNED_ACCESS allows 32 bit <=> 8 bit conversions without copies if SK_CPU_BENDIAN.
  /external/skia/src/utils/win/
SkDWriteFontFileStream.h 20 * This allows Skia code to read an IDWriteFontFileStream.
40 * This allows DirectWrite to read an SkStream.
  /frameworks/base/core/java/android/content/
EntityIterator.java 22 * A specialization of {@link Iterator} that allows iterating over a collection of
23 * {@link Entity} objects. In addition to the iteration functionality it also allows
  /packages/providers/DrmProvider/res/values-en-rGB/
strings.xml 21 <string name="permdesc_accessDrm" msgid="4007141468321381195">"Allows application to access DRM-protected content."</string>
23 <string name="permdesc_installDrm" msgid="6760690341551044340">"Allows app to install DRM-protected content."</string>
  /external/mockito/src/org/mockito/verification/
VerificationWithTimeout.java 11 * VerificationWithTimeout is a {@link VerificationMode} that allows combining existing verification modes with 'timeout'. E.g:
27 * Allows verifying exact number of invocations within given timeout
59 * Allows at-least-once verification withing given timeout. E.g:
72 * Allows at-least-x verification withing given timeout. E.g:
104 * Allows checking if given method was the only one invoked. E.g:
  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 35 /// In addition to setting up the basic passes, PassManagerBuilder allows
58 /// EP_EarlyAsPossible - This extension point allows adding passes before
63 /// EP_ModuleOptimizerEarly - This extension point allows adding passes
67 /// EP_LoopOptimizerEnd - This extension point allows adding loop passes to
71 /// EP_ScalarOptimizerLate - This extension point allows adding optimization
76 /// EP_OptimizerLast -- This extension point allows adding passes that
80 /// EP_EnabledOnOptLevel0 - This extension point allows adding passes that
  /packages/providers/DownloadProvider/res/values-en-rGB/
strings.xml 21 <string name="permdesc_downloadManager" msgid="4237406545998908947">"Allows the app to access the download manager and to use it to download files. Malicious apps can use this to disrupt downloads and access private information."</string>
23 <string name="permdesc_downloadManagerAdvanced" msgid="2659546004160962761">"Allows the app to access the download manager\'s advanced functions. Malicious apps can use this to disrupt downloads and access private information."</string>
25 <string name="permdesc_downloadCompletedIntent" msgid="2094706189855699533">"Allows the app to send notifications about completed downloads. Malicious apps can use this to confuse other apps that download files."</string>
28 <string name="permdesc_seeAllExternal" msgid="1672759909065511233">"Allows the app to see all downloads to the SD card, regardless of which app downloaded them."</string>
30 <string name="permdesc_downloadCacheNonPurgeable" msgid="2408760720334570420">"Allows the app to download files to the download cache, which can\'t be deleted automatically when the download manager needs more space."</string>
32 <string name="permdesc_downloadWithoutNotification" msgid="8483135034298639727">"Allows the application to download files through the download manager without any notification being shown to the user."</string>
34 <string name="permdesc_accessAllDownloads" msgid="1871832254578267128">"Allows the app to view and modify all downloads initiated by any app on the system."</string>
  /external/mockito/src/org/mockito/stubbing/
OngoingStubbing.java 47 * @return iOngoingStubbing object that allows stubbing consecutive calls
64 * @return iOngoingStubbing object that allows stubbing consecutive calls
86 * @return iOngoingStubbing object that allows stubbing consecutive calls
111 * @return iOngoingStubbing object that allows stubbing consecutive calls
143 * @return iOngoingStubbing object that allows stubbing consecutive calls
159 * @return iOngoingStubbing object that allows stubbing consecutive calls
166 * This method is an alias of {@link #thenAnswer(Answer)}. This alias allows
177 * @return iOngoingStubbing object that allows stubbing consecutive calls
187 * It allows to create a stub in one line of code.
DeprecatedOngoingStubbing.java 44 * @return iOngoingStubbing object that allows stubbing consecutive calls
61 * @return iOngoingStubbing object that allows stubbing consecutive calls
77 * @return iOngoingStubbing object that allows stubbing consecutive calls
  /docs/source.android.com/src/accessories/
protocol.jd 20 <p> Android Open Accessory support allows external USB hardware (an Android USB accessory) to interact
25 Protocol, that allows them to detect Android-powered devices that support
29 and allows you to build accessories that can interact with an assortment of Android-powered
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 106 #define LOCK_READ 64 /* which allows concurrent read operations */
107 #define LOCK_WRITE 128 /* which allows concurrent write operations */
108 #define LOCK_RW 192 /* which allows concurrent read & write ops */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 106 #define LOCK_READ 64 /* which allows concurrent read operations */
107 #define LOCK_WRITE 128 /* which allows concurrent write operations */
108 #define LOCK_RW 192 /* which allows concurrent read & write ops */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 106 #define LOCK_READ 64 /* which allows concurrent read operations */
107 #define LOCK_WRITE 128 /* which allows concurrent write operations */
108 #define LOCK_RW 192 /* which allows concurrent read & write ops */
  /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.
  /docs/source.android.com/src/devices/tech/security/
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
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
ConfigurableProvider.java 7 * Implemented by the BC provider. This allows setting of hidden parameters,
  /external/chromium/base/
debug_message.cc 10 // add the program name as the first parameter. This allows us to just
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.h 41 // Allows access to the BrowserAccessibilityCocoa which wraps this.
  /external/chromium/chrome/browser/parsers/
metadata_parser_factory.h 13 // Used to check to see if a parser can parse a particular file, and allows
metadata_parser_manager.h 17 // given file. Allows parsers to register themselves.
  /external/chromium/chrome/browser/sync/engine/
http_post_provider_factory.h 26 // This allows actual HttpPostProvider subclass implementations to be
  /external/chromium/chrome/browser/ui/cocoa/
event_utils.h 22 // which is the same format as |-NSEvent modifierFlags|. This allows

Completed in 2768 milliseconds

1 23 4 5 6 7 8 91011>>