Searched defs:prev (Results 1 - 12 of 12) sorted by relevance

/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_limit.h21 unsigned long prev; member in struct:xt_rateinfo
/development/ndk/platforms/android-3/include/sys/
H A Datomics.h59 int prev; local
61 prev = *ptr;
62 } while (__sync_val_compare_and_swap(ptr, prev, _new) != prev);
63 return prev;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DColorFilters.java48 private static void addToTheRight(Drawable curr, Drawable prev) { argument
49 Rect r = prev.getBounds();
74 Drawable prev = mDrawable;
78 addToTheRight(mDrawables[i], prev);
79 prev = mDrawables[i];
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
H A DGLClientState.cpp365 TextureRec* prev = tex - 1; local
366 while (tex != m_tex.textures && id < prev->id) {
367 *tex-- = *prev--;
/development/ndk/platforms/android-3/include/linux/
H A Dskbuff.h48 struct sk_buff *prev; member in struct:sk_buff_head
106 struct sk_buff *prev; member in struct:sk_buff
/development/tools/emulator/opengl/system/gralloc/
H A Dgralloc.cpp70 _alloc_list_node *prev; member in struct:_alloc_list_node
345 node->prev = NULL;
347 grdev->allocListHead->prev = node;
392 n->next->prev = n->prev;
394 if (n->prev) {
395 n->prev->next = n->next;
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 292 milliseconds