/external/icu4c/common/ |
D | ustack.cpp | 41 removeElementAt(n); in pop() 51 removeElementAt(n); in popi()
|
D | uvector.cpp | 217 removeElementAt(j); in removeAll() 229 removeElementAt(j); in retainAll() 236 void UVector::removeElementAt(int32_t index) { in removeElementAt() function in UVector 246 removeElementAt(i); in removeElement() 384 removeElementAt(i); in setSize()
|
D | uvectr32.cpp | 138 removeElementAt(j); in removeAll() 150 removeElementAt(j); in retainAll() 157 void UVector32::removeElementAt(int32_t index) { in removeElementAt() function in UVector32
|
D | servnotf.cpp | 87 listeners->removeElementAt(i); in removeListener()
|
D | uvectr32.h | 120 void removeElementAt(int32_t index);
|
D | uvector.h | 163 void removeElementAt(int32_t index);
|
D | serv.cpp | 562 cacheDescriptorList._obj->removeElementAt(i); in getKey()
|
/external/icu4c/test/intltest/ |
D | v32test.cpp | 279 b->removeElementAt(1); in UVector32_API() 312 a->removeElementAt(0); in UVector32_API() 314 a->removeElementAt(0); in UVector32_API() 425 a->removeElementAt(0); in UVector32_API() 427 a->removeElementAt(0); in UVector32_API()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | VectorTest.java | 425 v.removeElementAt(0); in test_elements_subtest0() 499 tVector.removeElementAt(22); in test_equalsLjava_lang_Object() 674 v.removeElementAt(0); in test_isEmpty_subtest0() 686 v.removeElementAt(0); in test_isEmpty_subtest0() 895 v.removeElementAt(50); in test_removeElementAtI() 903 tVector.removeElementAt(60); in test_removeElementAtI() 909 tVector.removeElementAt(-1); in test_removeElementAtI() 916 tVector.removeElementAt(tVector.size()); in test_removeElementAtI() 1137 v.removeElementAt(0); in test_size() 1149 v.removeElementAt(0); in test_size()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | SuballocatedIntVector.java | 333 removeElementAt(at); in removeElement() 345 private void removeElementAt(int at) in removeElementAt() method in SuballocatedIntVector
|
D | IntVector.java | 284 public final void removeElementAt(int i) in removeElementAt() method in IntVector
|
D | ObjectVector.java | 281 public final void removeElementAt(int i) in removeElementAt() method in ObjectVector
|
D | NodeVector.java | 499 public void removeElementAt(int i) in removeElementAt() method in NodeVector
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | NodeSetDTM.java | 987 public void removeElementAt(int i) in removeElementAt() method in NodeSetDTM 993 super.removeElementAt(i); in removeElementAt()
|
D | SourceTreeManager.java | 154 m_sourceTree.removeElementAt(i); in removeDocumentFromCache()
|
D | NodeSet.java | 1230 public void removeElementAt(int i) in removeElementAt() method in NodeSet
|
/external/proguard/src/proguard/gui/ |
D | ListPanel.java | 284 listModel.removeElementAt(indices[index]); in removeElementsAt()
|
/external/icu4c/i18n/ |
D | alphaindex.cpp | 359 indexCharacters.removeElementAt(i); in initLabels() 975 firstCharsInScripts_->removeElementAt(hanIndex); in init() 990 firstCharsInScripts_->removeElementAt(0); in init()
|
D | transreg.cpp | 388 DEBUG_entries->removeElementAt(i); in DEBUG_delEntry()
|
D | rbt_pars.cpp | 1137 idBlockVector.removeElementAt(0); in parseRules()
|
D | vtzone.cpp | 1676 rules->removeElementAt(finalRuleIdx); in parse()
|
/external/smack/asmack-master/jingle/ |
D | 60-remove-jingle_mediaimpl.patch | 397 - rendList.removeElementAt(listSize - 1); 440 - rendList.removeElementAt(i);
|