/development/tools/axl/ |
H A D | chewie.py | 20 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 D | TwoLibs.java | 39 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 D | BatchOperation.java | 52 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 D | SimpleJNI.java | 29 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 D | sysdev.h | 39 int (*add)(struct sys_device *); member in struct:sysdev_driver
|
H A D | device.h | 158 int (*add) (struct class_device *, struct class_interface *); member in struct:class_interface
|
/development/samples/SimpleJNI/jni/ |
H A D | native.cpp | 25 add(JNIEnv *env, jobject thiz, jint a, jint b) { function 34 {"add", "(II)I", (void*)add },
|
/development/samples/browseable/GridViewPager/Wearable/src/com.example.android.wearable.gridviewpager/ |
H A D | SampleGridPagerAdapter.java | 60 mRows.add(new Row(cardFragment(R.string.welcome_title, R.string.welcome_text))); 61 mRows.add(new Row(cardFragment(R.string.about_title, R.string.about_text))); 62 mRows.add(new Row( 65 mRows.add(new Row( 68 mRows.add(new Row(new CustomFragment())); 69 mRows.add(new Row(cardFragment(R.string.dismiss_title, R.string.dismiss_text))); 141 add(f); 145 public void add(Fragment f) { method in class:SampleGridPagerAdapter.Row 146 columns.add(f);
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
H A D | SimpleMenu.java | 57 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 D | LabelMaker.java | 135 * 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/samples/Support7Demos/src/com/example/android/supportv7/media/ |
H A D | SessionManager.java | 102 public PlaylistItem add(Uri uri, String mime) { method in class:SessionManager 103 return add(uri, mime, null); 106 public PlaylistItem add(Uri uri, String mime, PendingIntent receiver) { method in class:SessionManager 108 log("add: uri=" + uri + ", receiver=" + receiver); 117 mPlaylist.add(item); 376 queue.add(item);
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
H A D | SessionManager.java | 106 public PlaylistItem add(Uri uri, String mime) { method in class:SessionManager 107 return add(uri, mime, null); 110 public PlaylistItem add(Uri uri, String mime, PendingIntent receiver) { method in class:SessionManager 112 log("add: uri=" + uri + ", receiver=" + receiver); 121 mPlaylist.add(item); 368 queue.add(item);
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
H A D | mtd.h | 143 void (*add)(struct mtd_info *mtd); member in struct:mtd_notifier
|
/development/ndk/platforms/android-L/include/linux/ |
H A D | rds.h | 182 uint64_t add; member in struct:rds_atomic_args::__anon1181::__anon1183 194 uint64_t add; member in struct:rds_atomic_args::__anon1181::__anon1185
|
/development/samples/training/InteractiveChart/libs/ |
H A D | android-support-v4.jar | ... s?defs= " () static android.app.Notification add (android.content.Context, android.app.Notification ... |
/development/samples/training/AnimationsDemo/libs/ |
H A D | android-support-v13.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ... |
/development/samples/training/basic/FragmentBasics/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/location-aware/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/basic/ActivityLifecycle/libs/ |
H A D | android-support-v13.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ... |
/development/samples/training/multiscreen/newsreader/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ... |
/development/samples/ControllerSample/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/ContactsList/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ... |
/development/samples/training/NavigationDrawer/libs/ |
H A D | android-support-v4.jar | META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ... |