Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 27) sorted by relevance

12

/development/ndk/platforms/android-9/arch-mips/include/asm/
Dcmpxchg.h24old, 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
Dlocal.h44 …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/
Datomics.h50 __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/
Dlocal_32.h39old; c = local_read(l); for (;;) { if (unlikely(c == (u))) break; old = local_cmpxchg((l…
Datomic_32.h30 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingListView.java276 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/
Dnodemask.h57 #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
Dcpumask.h56 #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/
Duinput.h30 struct ff_effect old; member
/development/host/windows/usb/api/
DBUILDME.TXT23 This old version is used because it can build for Windows Vista (WDK 8.1
/development/host/windows/usb/winusb/
DBUILDME.TXT23 This old version is used because it can build for Windows Vista (WDK 8.1
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT23 This old version is used because it can build for Windows Vista (WDK 8.1
/development/build/tools/
Dmk_sdk_repo_xml.sh119 Extra.OldPaths old-paths 3
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/tools/checkstyle/
Dcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml sun_checks.xml com/ ...
/development/perftests/panorama/feature_mos/doc/
Dfeature_mos_API_doxyfile164 # description. Set this tag to YES if you prefer the old behaviour instead.

12