Searched refs:prev (Results 1 – 11 of 11) 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-3/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-3/include/linux/netfilter/ |
D | xt_limit.h | 21 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/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | FragmentDialogSupport.java | 75 Fragment prev = getSupportFragmentManager().findFragmentByTag("dialog"); in showDialog() local 76 if (prev != null) { in showDialog() 77 ft.remove(prev); in showDialog()
|
/development/ndk/platforms/android-3/include/linux/ |
D | skbuff.h | 48 struct sk_buff *prev; member 106 struct sk_buff *prev; member
|
/development/tools/recovery_l10n/src/com/android/recovery_l10n/ |
D | Main.java | 173 Locale prev = null; in buildSequence() local 175 head = new TextCapture(loc, prev, head); in buildSequence() 176 prev = loc; in buildSequence() 179 final Locale floc = prev; in buildSequence()
|
/development/tools/emulator/opengl/system/gralloc/ |
D | gralloc.cpp | 70 _alloc_list_node *prev; member 345 node->prev = NULL; in gralloc_alloc() 347 grdev->allocListHead->prev = node; in gralloc_alloc() 392 n->next->prev = n->prev; in gralloc_free() 394 if (n->prev) { in gralloc_free() 395 n->prev->next = n->next; in gralloc_free()
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
D | GLClientState.cpp | 365 TextureRec* prev = tex - 1; in addTextureRec() local 366 while (tex != m_tex.textures && id < prev->id) { in addTextureRec() 367 *tex-- = *prev--; in addTextureRec()
|
/development/ndk/platforms/android-3/include/linux/raid/ |
D | md_k.h | 174 …v) = (list_entry((tmp), mdk_rdev_t, same_set)), (tmp) = (tmp)->next, (tmp)->prev != &(head) ; )
|