Searched defs:add (Results 1 - 20 of 20) sorted by relevance

/development/tools/axl/
H A Dchewie.py20 def add(self, url, time): member in class:Queue
95 queued.add(url, time)
122 queued.add(record[7], record[1])
/development/ndk/samples/two-libs/src/com/example/twolibs/
H A DTwoLibs.java39 int z = add(x, y);
45 public native int add(int x, int y); method in class:TwoLibs
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
H A DBatchOperation.java52 public void add(ContentProviderOperation cpo) { method in class:BatchOperation
53 mOperations.add(cpo);
68 resultUris.add(results[i].uri);
/development/samples/SimpleJNI/src/com/example/android/simplejni/
H A DSimpleJNI.java29 int sum = Native.add(2, 3);
37 // The runtime will add "lib" on the front and ".o" on the end of
42 static native int add(int a, int b); method in class:Native
/development/ndk/platforms/android-3/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
H A Ddevice.h158 int (*add) (struct class_device *, struct class_interface *); member in struct:class_interface
/development/samples/SimpleJNI/jni/
H A Dnative.cpp25 add(JNIEnv *env, jobject thiz, jint a, jint b) { function
34 {"add", "(II)I", (void*)add },
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
H A DSimpleMenu.java57 public MenuItem add(CharSequence title) { method in class:SimpleMenu
61 public MenuItem add(int titleRes) { method in class:SimpleMenu
65 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { method in class:SimpleMenu
69 public MenuItem add(int groupId, int itemId, int order, int titleRes) { method in class:SimpleMenu
74 * Adds an item to the menu. The other add methods funnel to this.
78 mItems.add(findInsertIndex(mItems, order), item);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DLabelMaker.java135 * Call to add a label
142 public int add(GL10 gl, String text, Paint textPaint) { method in class:LabelMaker
143 return add(gl, null, text, textPaint);
147 * Call to add a label
154 public int add(GL10 gl, Drawable background, String text, Paint textPaint) { method in class:LabelMaker
155 return add(gl, background, text, textPaint, 0, 0);
159 * Call to add a label
162 public int add(GL10 gl, Drawable drawable, int minWidth, int minHeight) { method in class:LabelMaker
163 return add(gl, drawable, null, null, minWidth, minHeight);
167 * Call to add
174 public int add(GL10 gl, Drawable background, String text, Paint textPaint, method in class:LabelMaker
[all...]
/development/ndk/platforms/android-3/include/linux/mtd/
H A Dmtd.h143 void (*add)(struct mtd_info *mtd); member in struct:mtd_notifier
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jar ... s?defs= " () static android.app.Notification add (android.content.Context, android.app.Notification ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jar ... s?defs= " () static android.app.Notification add (android.content.Context, android.app.Notification ...
/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/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/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/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.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...

Completed in 876 milliseconds