Searched defs:put (Results 1 - 14 of 14) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
H A Dklist.h25 void (*put)(struct klist_node *); member in struct:klist
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
H A DGLVertex.java56 public void put(IntBuffer vertexBuffer, IntBuffer colorBuffer) { method in class:GLVertex
57 vertexBuffer.put(toFixed(x));
58 vertexBuffer.put(toFixed(y));
59 vertexBuffer.put(toFixed(z));
61 colorBuffer.put(0);
62 colorBuffer.put(0);
63 colorBuffer.put(0);
64 colorBuffer.put(0);
66 colorBuffer.put(color.red);
67 colorBuffer.put(colo
[all...]
/development/tools/idegen/src/com/android/idegen/
H A DModuleCache.java61 // Must put module before building it. Otherwise infinite loop.
83 modulesByPath.put(moduleDir.getCanonicalPath(), module);
94 public void put(Module module) throws IOException { method in class:ModuleCache
/development/ndk/platforms/android-L/include/linux/
H A Dcyclades.h366 unsigned long put; member in struct:INT_QUEUE
/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/InteractiveChart/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/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/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/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/ControllerSample/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/ContactsList/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/EffectiveNavigation/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/NavigationDrawer/libs/
H A Dandroid-support-v4.jar ... int n int o int[] keys Object[] values public void put (int, java.lang.Object) int n int[] nkeys ...

Completed in 553 milliseconds