/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | cmpxchg.h | 24 …old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R10000_LLSC_WAR) { __asm__ __volat… argument 25 #define __cmpxchg(ptr, old, new, barrier) ({ __typeof__(ptr) __ptr = (ptr); __typeof__(*(ptr))… argument 26 #define cmpxchg(ptr, old, new) __cmpxchg(ptr, old, new, smp_llsc_mb()) argument 27 #define cmpxchg_local(ptr, old, new) __cmpxchg(ptr, old, new, ) argument
|
D | local.h | 44 …ss(l, a, u) ({ long c, old; c = local_read(l); while (c != (u) && (old = local_cmpxchg((l),…
|
/development/ndk/platforms/android-3/include/sys/ |
D | atomics.h | 50 __atomic_cmpxchg(int old, int _new, volatile int *ptr) in __atomic_cmpxchg() argument 53 return __sync_val_compare_and_swap(ptr, old, _new) != old; in __atomic_cmpxchg()
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | local_32.h | 39 …old; c = local_read(l); for (;;) { if (unlikely(c == (u))) break; old = local_cmpxchg((l…
|
D | atomic_32.h | 30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
D | ExpandingListView.java | 276 int[] old = oldCoordinates.get(v); 277 v.setTop(old[0]); 278 v.setBottom(old[1]); 281 int delta = old[0] < oldTop ? -yTranslateTop : yTranslateBottom; 456 int [] old = oldCoordinates.get(v); 457 if (old != null) { 460 v.setTop(old[0]); 461 v.setBottom(old[1]);
|
/development/ndk/platforms/android-3/include/linux/ |
D | nodemask.h | 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES) argument 58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODE… argument
|
D | cpumask.h | 56 #define cpu_remap(oldbit, old, new) __cpu_remap((oldbit), &(old), &(new), NR_CPUS) argument 57 #define cpus_remap(dst, src, old, new) __cpus_remap(&(dst), &(src), &(old), &(new), NR_CPUS) argument
|
/development/ndk/platforms/android-21/include/linux/ |
D | uinput.h | 30 struct ff_effect old; member
|
/development/host/windows/usb/api/ |
D | BUILDME.TXT | 23 This old version is used because it can build for Windows Vista (WDK 8.1
|
/development/host/windows/usb/winusb/ |
D | BUILDME.TXT | 23 This old version is used because it can build for Windows Vista (WDK 8.1
|
/development/host/windows/usb/adb_winapi_test/ |
D | BUILDME.TXT | 23 This old version is used because it can build for Windows Vista (WDK 8.1
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 119 Extra.OldPaths old-paths 3
|
/development/samples/training/basic/FragmentBasics/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/location-aware/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/AnimationsDemo/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/InteractiveChart/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/ContactsList/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/ControllerSample/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/tools/checkstyle/ |
D | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
checkstyle_packages.xml
sun_checks.xml
com/
... |
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 164 # description. Set this tag to YES if you prefer the old behaviour instead.
|