/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
atomics.h | 37 * provide any memory barriers, which created potential issues on 39 * GCC sync builtins, which always provide a full barrier.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
IAndroidClassLoader.java | 26 * Classes which implements this interface provide methods to access framework resource 32 * Classes which implement this interface provide methods to describe a class.
|
/frameworks/base/docs/html/tools/testing/ |
testing_accessibility.jd | 60 provide clear and appropriate feedback</li> 76 <p class="note"><strong>Note:</strong> Keyboards and D-pads provide different navigation paths 80 <li><strong>TalkBack audio prompts:</strong> Verify that user interface controls that provide 85 provide information (graphics or text) or allow user action have appropriate audio descriptions 87 regions where contents or controls do not provide an audio description.</li> 114 controls provide an appropriate level of audio information that enables users to understand and 131 that change function due to application context or workflow must provide audio prompts 133 video to pause video should provide an audio prompt which is appropriate to its current state.</li> 137 video and provide a clear way of enabling captions.</li> 150 <p>Audible accessibility feedback features on Android devices provide audio prompts that speak [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
ClockBackService.java | 298 // We take a specific action depending on the feedback we currently provide. 405 * Goal: Provide only custom haptic feedback.<br/> 406 * Approach: Take over the haptic feedback by configuring this service to provide 410 * service to provide such feedback but not doing so. This way the system 416 * Goal: Provide custom audible and default haptic feedback.<br/> 417 * Approach: Take over the audible feedback and provide custom one.<br/> 418 * Take over the spoken feedback but do not provide such.<br/> 419 * Let some other service provide haptic feedback (KickBack). 423 * Goal: Provide custom spoken, default audible and default haptic feedback.<br/> 424 * Approach: Take over the spoken feedback and provide custom one.<br/ [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo.py | 20 goog.provide statements. In order for the linter to detect when a statement is 42 for determining if a given require or provide statement is unnecessary or if 43 there are missing require or provide statements. 64 # A list of goog.provide tokens in the order they appeared in the file. 93 # A list of goog.provide tokens which are duplicates. 112 existing goog.provide statement in the file being checked. 126 """Returns whether the given goog.provide token is unnecessary. 129 token: A goog.provide token. 132 True if the given token corresponds to an unnecessary goog.provide 219 goog.require, goog.provide or a created identifier that satisfies it [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo.py | 20 goog.provide statements. In order for the linter to detect when a statement is 42 for determining if a given require or provide statement is unnecessary or if 43 there are missing require or provide statements. 64 # A list of goog.provide tokens in the order they appeared in the file. 93 # A list of goog.provide tokens which are duplicates. 112 existing goog.provide statement in the file being checked. 126 """Returns whether the given goog.provide token is unnecessary. 129 token: A goog.provide token. 132 True if the given token corresponds to an unnecessary goog.provide 219 goog.require, goog.provide or a created identifier that satisfies it [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_gamma_r.c | 20 * with user provide pointer for the sign of Gamma(x).
|