Home
last modified time | relevance | path

Searched refs:prev (Results 1 – 10 of 10) sorted by relevance

/development/ndk/platforms/android-9/arch-mips/include/asm/
Dsystem.h32 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) argument
34 …efine switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __… argument
35 #define finish_arch_switch(prev) do { if (cpu_has_dsp) __restore_dsp(current); if (cpu_has_u… argument
/development/ndk/platforms/android-9/include/sys/
Datomics.h59 int prev; in __atomic_swap() local
61 prev = *ptr; in __atomic_swap()
62 } while (__sync_val_compare_and_swap(ptr, prev, _new) != prev); in __atomic_swap()
63 return prev; in __atomic_swap()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DColorFilters.java48 private static void addToTheRight(Drawable curr, Drawable prev) { in addToTheRight() argument
49 Rect r = prev.getBounds(); in addToTheRight()
74 Drawable prev = mDrawable; in SampleView() local
78 addToTheRight(mDrawables[i], prev); in SampleView()
79 prev = mDrawables[i]; in SampleView()
/development/ndk/platforms/android-21/include/linux/netfilter_bridge/
Debt_limit.h29 unsigned long prev; member
/development/ndk/platforms/android-9/include/linux/netfilter/
Dxt_limit.h21 unsigned long prev; member
/development/ndk/platforms/android-21/include/linux/netfilter/
Dxt_limit.h29 unsigned long prev; member
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentDialog.java74 Fragment prev = getFragmentManager().findFragmentByTag("dialog"); in showDialog() local
75 if (prev != null) { in showDialog()
76 ft.remove(prev); in showDialog()
/development/ndk/platforms/android-9/include/linux/
Dskbuff.h48 struct sk_buff *prev; member
106 struct sk_buff *prev; member
/development/ndk/platforms/android-9/include/linux/raid/
Dmd_k.h174 …v) = (list_entry((tmp), mdk_rdev_t, same_set)), (tmp) = (tmp)->next, (tmp)->prev != &(head) ; )
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java207 final LockSnapshot prev = thread.locks.get(lock.address); in combineLocks() local
208 if (prev != null) { in combineLocks()
209 prev.type |= lock.type; in combineLocks()