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

1 2

  /external/icu4c/common/
uset_imp.h 53 USetRemoveRange *removeRange;
ucnv2022.cpp     [all...]
  /libcore/luni/src/main/java/java/util/
AbstractList.java 332 protected void removeRange(int start, int end) {
335 fullList.removeRange(start + offset, end + offset);
466 removeRange(0, size());
654 protected void removeRange(int start, int end) {
704 * addAll(int, Collection) and removeRange(int, int) methods first check the
ArrayList.java 440 @Override protected void removeRange(int fromIndex, int toIndex) {
Vector.java 823 protected void removeRange(int start, int end) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 613 * @tests {@link java.util.ArrayList#removeRange(int, int)}
617 mylist.removeRange(0, 0);
620 mylist.removeRange(0, 1);
632 mylist.removeRange(0, 1);
637 mylist.removeRange(-1, 1);
645 mylist.removeRange(0, -1);
653 mylist.removeRange(1, 0);
661 mylist.removeRange(2, 1);
957 public void removeRange(int start, int end) {
958 super.removeRange(start, end)
    [all...]
VectorTest.java 924 * @tests {@link java.util.Vector#removeRange(int, int)}
928 myVector.removeRange(0, 0);
931 myVector.removeRange(0, 1);
942 myVector.removeRange(0, 2);
947 myVector.removeRange(-1, 1);
954 myVector.removeRange(0, -1);
961 myVector.removeRange(1, 0);
968 myVector.removeRange(2, 1);
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 402 /// removeRange - Remove the specified range from this interval. Note that
404 void removeRange(SlotIndex Start, SlotIndex End,
407 void removeRange(LiveRange LR, bool RemoveDeadValNo = false) {
408 removeRange(LR.start, LR.end, RemoveDeadValNo);
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModTest.java 647 public void removeRange(int fromIndex, int toIndex) {
648 super.removeRange(fromIndex, toIndex);
664 al1.removeRange(1, 4);
ArrayListTest.java 649 public void removeRange(int begin, int end) {
650 super.removeRange(begin, end);
665 mal.removeRange(2, 4);
VectorTest.java     [all...]
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 331 DestLI.removeRange(MBBStartIndex, MBBStartIndex.getDeadSlot());
338 DestLI.removeRange(MBBStartIndex, DestCopyIndex.getRegSlot());
510 SrcLI.removeRange(LastUseIndex.getRegSlot(),
LiveIntervalAnalysis.cpp 413 NewLI.removeRange(*LII);
455 LI->removeRange(Kill, LRQ.endPoint());
461 LI->removeRange(Kill, MBBEnd);
488 LI->removeRange(MBBStart, LRQ.endPoint());
495 LI->removeRange(MBBStart, MBBEnd);
    [all...]
StrongPHIElimination.cpp 392 SrcLI.removeRange(LastUseIndex.getRegSlot(), LI->getMBBEndIdx(MBB));
735 SrcLI.removeRange(MBBStartIndex, PHIIndex, true);
788 DestLI.removeRange(PHIIndex.getRegSlot(), DestCopyIndex.getRegSlot());
LiveInterval.cpp 349 /// removeRange - Remove the specified range from this interval. Note that
351 void LiveInterval::removeRange(SlotIndex Start, SlotIndex End,
MachineBasicBlock.cpp 848 LI.removeRange(StartIndex, EndIndex);
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 345 removeRange(index, index + 1);
417 private void removeRange(int from, int to) {
574 CopyOnWriteArrayList.this.removeRange(slice.from, slice.to);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 160 removeRange(index, index, programName);
163 public function removeRange(fromIndex:int, toIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void {
  /external/guava/guava/src/com/google/common/collect/
Lists.java 773 @Override protected void removeRange(int fromIndex, int toIndex) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 1046 milliseconds

1 2