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

1 2

  /external/chromium_org/third_party/icu/source/common/
ustack.cpp 41 removeElementAt(n);
51 removeElementAt(n);
servnotf.cpp 87 listeners->removeElementAt(i);
uvectr32.cpp 138 removeElementAt(j);
150 removeElementAt(j);
157 void UVector32::removeElementAt(int32_t index) {
uvector.cpp 216 removeElementAt(j);
228 removeElementAt(j);
235 void UVector::removeElementAt(int32_t index) {
245 removeElementAt(i);
383 removeElementAt(i);
uvectr32.h 120 void removeElementAt(int32_t index);
uvector.h 180 void removeElementAt(int32_t index);
  /external/icu4c/common/
ustack.cpp 41 removeElementAt(n);
51 removeElementAt(n);
servnotf.cpp 87 listeners->removeElementAt(i);
uvectr32.cpp 138 removeElementAt(j);
150 removeElementAt(j);
157 void UVector32::removeElementAt(int32_t index) {
uvector.cpp 217 removeElementAt(j);
229 removeElementAt(j);
236 void UVector::removeElementAt(int32_t index) {
246 removeElementAt(i);
384 removeElementAt(i);
uvectr32.h 120 void removeElementAt(int32_t index);
uvector.h 163 void removeElementAt(int32_t index);
  /external/chromium_org/third_party/icu/source/test/intltest/
v32test.cpp 279 b->removeElementAt(1);
292 // removeElementAt Tested above.
312 a->removeElementAt(0);
314 a->removeElementAt(0);
425 a->removeElementAt(0);
427 a->removeElementAt(0);
  /external/icu4c/test/intltest/
v32test.cpp 279 b->removeElementAt(1);
292 // removeElementAt Tested above.
312 a->removeElementAt(0);
314 a->removeElementAt(0);
425 a->removeElementAt(0);
427 a->removeElementAt(0);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
VectorTest.java 425 v.removeElementAt(0);
499 tVector.removeElementAt(22);
674 v.removeElementAt(0);
686 v.removeElementAt(0);
889 * @tests java.util.Vector#removeElementAt(int)
892 // Test for method void java.util.Vector.removeElementAt(int)
895 v.removeElementAt(50);
903 tVector.removeElementAt(60);
909 tVector.removeElementAt(-1);
916 tVector.removeElementAt(tVector.size())
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 333 removeElementAt(at);
345 private void removeElementAt(int at)
IntVector.java 284 public final void removeElementAt(int i)
ObjectVector.java 281 public final void removeElementAt(int i)
NodeVector.java 499 public void removeElementAt(int i)
  /libcore/luni/src/test/java/tests/api/java/util/
VectorTest.java 481 v.removeElementAt(0);
528 tVector.removeElementAt(22);
691 v.removeElementAt(0);
703 v.removeElementAt(0);
889 * java.util.Vector#removeElementAt(int)
892 // Test for method void java.util.Vector.removeElementAt(int)
894 v.removeElementAt(50);
897 tVector.removeElementAt(60);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 987 public void removeElementAt(int i)
993 super.removeElementAt(i);
    [all...]
SourceTreeManager.java 154 m_sourceTree.removeElementAt(i);
  /libcore/luni/src/main/java/java/util/
Vector.java 720 * @see #removeElementAt
769 * @see #removeElementAt
777 removeElementAt(index);
794 public synchronized void removeElementAt(int location) {
    [all...]
  /external/proguard/src/proguard/gui/
ListPanel.java 284 listModel.removeElementAt(indices[index]);
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 842 mDangerWillRobinson.removeElementAt(i);
869 mDangerWillRobinson.removeElementAt(i);
    [all...]

Completed in 2764 milliseconds

1 2