HomeSort by relevance Sort by last modified time
    Searched refs:removeElement (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
LruCache.java 79 public synchronized V removeElement(K key) {
  /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-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)
  /libcore/ojluni/src/main/java/java/security/
Identity.java 305 certificates.removeElement(certificate);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
VectorTest.java 868 Object removeElement = tVector.get(36);
873 removeElement, result);
877 removeElement = tVector.get(19);
881 removeElement, result);
882 removeElement = tVector.get(19);
886 removeElement, result);
    [all...]
  /external/icu/icu4c/source/common/
uvector.h 165 UBool removeElement(void* obj);
uvector.cpp 243 UBool UVector::removeElement(void* obj) {
uniset.cpp     [all...]
filteredbrk.cpp 114 return removeElement((void*) &s);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParallelArray.java 230 public void removeElement(int index){
  /libcore/ojluni/src/main/java/java/util/
Vector.java 639 public synchronized boolean removeElement(Object obj) {
799 return removeElement(o);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/emitters/
RegularEmitter.java 155 controller.particles.removeElement(i);
  /external/icu/icu4c/source/i18n/
transreg.cpp 691 availableIDs.removeElement((void*) &id);
919 availableIDs.removeElement((void*) &ID);
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 120 function removeElement() {
127 $parent.on($.support.transition.end, removeElement) :
128 removeElement()
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 282 public static @Nullable <T> T[] removeElement(Class<T> kind, @Nullable T[] array, T element) {
  /prebuilts/tools/common/m2/repository/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);
  /external/autotest/frontend/client/src/autotest/afe/
AfeUtils.java 412 public static void removeElement(String id) {
JobDetailView.java 348 AfeUtils.removeElement("view_drone_set_wrapper");
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 

Completed in 442 milliseconds

1 2 3 4 5 6 7