/frameworks/base/core/java/android/content/ |
CursorEntityIterator.java | 90 public void remove() { method in class:CursorEntityIterator 91 throw new UnsupportedOperationException("remove not supported by EntityIterators");
|
/frameworks/base/core/java/android/util/ |
FastImmutableArraySet.java | 74 public void remove() { method in class:FastImmutableArraySet.FastIterator
|
LocalLog.java | 46 while (mLog.size() > mMaxLines) mLog.remove();
|
/frameworks/base/core/java/com/android/internal/app/ |
ProcessMap.java | 42 public void remove(String name, int uid) { method in class:ProcessMap 45 uids.remove(uid); 47 mMap.remove(name);
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
Looper_Accessor.java | 27 Looper.sThreadLocal.remove();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipCallBase.java | 47 if (c.getState() == State.DISCONNECTED) it.remove();
|
/frameworks/volley/src/com/android/volley/toolbox/ |
NoCache.java | 43 public void remove(String key) { method in class:NoCache
|
/libcore/luni/src/main/java/java/util/ |
AbstractSet.java | 90 * the collection of objects to remove. 103 it.remove(); 110 result = remove(it.next()) || result;
|
ListIterator.java | 109 * {@code remove} or {@code add} have already been called after 112 public void remove(); method in interface:ListIterator 128 * {@code remove} or {@code add} have already been called after
|
/libcore/luni/src/main/java/java/util/concurrent/ |
BlockingQueue.java | 48 * <td><b>Remove</b></td> 49 * <td>{@link #remove remove()}</td> 78 * possible to remove an arbitrary element from a queue using 79 * {@code remove(x)}. However, such operations are in general 259 * insert or remove an element. 281 boolean remove(Object o); method in interface:BlockingQueue
|
/libcore/support/src/test/java/tests/support/ |
Support_CollectionTest.java | 54 // remove 55 assertTrue("CollectionTest - a) remove did not work", col 56 .remove(new Integer(101))); 57 assertTrue("CollectionTest - b) remove did not work", !col 69 col.remove(new Integer(101));
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
Observable.java | 59 mIterator.remove(); 61 mObservers.remove(observer);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/ |
transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
|