/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
LruCache.java | 79 public synchronized V removeElement(K key) {
|
/external/smack/src/org/xbill/DNS/ |
Cache.java | 241 removeElement(name, type); 289 removeElement(Name name, int type) { 358 removeElement(name, type); 389 removeElement(name, type); 441 removeElement(tname, element.getType()); 733 removeElement(name, type);
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
NodeSetDTM.java | 575 this.removeElement(n); 968 public boolean removeElement(int s) 974 return super.removeElement(s); [all...] |
NodeSet.java | 419 this.removeElement(n); 1195 public boolean removeElement(Node s) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
VectorTest.java | 774 Object removeElement = tVector.get(36); 779 removeElement, result); 783 removeElement = tVector.get(19); 787 removeElement, result); 788 removeElement = tVector.get(19); 792 removeElement, result); 871 * @tests java.util.Vector#removeElement(java.lang.Object) 875 // java.util.Vector.removeElement(java.lang.Object) 877 v.removeElement("Test 98"); 883 v.removeElement(null) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
IntVector.java | 255 public final boolean removeElement(int s)
|
ObjectVector.java | 252 public final boolean removeElement(Object s)
|
NodeVector.java | 465 public boolean removeElement(int s)
|
SuballocatedIntVector.java | 328 private boolean removeElement(int s)
|
/frameworks/base/core/java/com/android/internal/util/ |
ArrayUtils.java | 211 public static <T> T[] removeElement(Class<T> kind, T[] array, T element) {
|
/libcore/luni/src/main/java/java/security/ |
Identity.java | 142 certificates.removeElement(certificate);
|
/libcore/luni/src/main/java/java/util/ |
Vector.java | 725 return removeElement(object); 772 public synchronized boolean removeElement(Object object) { 790 * @see #removeElement [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uvector.h | 182 UBool removeElement(void* obj);
|
uvector.cpp | 242 UBool UVector::removeElement(void* obj) {
|
uniset.cpp | [all...] |
serv.cpp | 884 if (factories->removeElement(factory)) {
|
/external/icu4c/common/ |
uvector.h | 165 UBool removeElement(void* obj);
|
uvector.cpp | 243 UBool UVector::removeElement(void* obj) {
|
uniset.cpp | [all...] |
serv.cpp | 884 if (factories->removeElement(factory)) {
|
/external/chromium_org/third_party/icu/source/i18n/ |
transreg.cpp | 689 availableIDs.removeElement((void*) &id); 917 availableIDs.removeElement((void*) &ID); [all...] |
/external/icu4c/i18n/ |
transreg.cpp | 691 availableIDs.removeElement((void*) &id); 919 availableIDs.removeElement((void*) &ID); [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
VectorTest.java | 871 * java.util.Vector#removeElement(java.lang.Object) 875 // java.util.Vector.removeElement(java.lang.Object) 877 v.removeElement("Test 98"); 883 v.removeElement(null); [all...] |
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/ |
commons-lang-2.4.jar | |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
TestCaseEditController.java | 343 currentRule.removeElement(currentTestCase);
|