Searched refs:prev (Results 1 – 10 of 10) sorted by relevance
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | system.h | 32 #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/ |
D | atomics.h | 59 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/ |
D | ColorFilters.java | 48 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/ |
D | ebt_limit.h | 29 unsigned long prev; member
|
/development/ndk/platforms/android-9/include/linux/netfilter/ |
D | xt_limit.h | 21 unsigned long prev; member
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
D | xt_limit.h | 29 unsigned long prev; member
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentDialog.java | 74 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/ |
D | skbuff.h | 48 struct sk_buff *prev; member 106 struct sk_buff *prev; member
|
/development/ndk/platforms/android-9/include/linux/raid/ |
D | md_k.h | 174 …v) = (list_entry((tmp), mdk_rdev_t, same_set)), (tmp) = (tmp)->next, (tmp)->prev != &(head) ; )
|
/development/tools/bugreport/src/com/android/bugreport/inspector/ |
D | Inspector.java | 207 final LockSnapshot prev = thread.locks.get(lock.address); in combineLocks() local 208 if (prev != null) { in combineLocks() 209 prev.type |= lock.type; in combineLocks()
|