Searched refs:removeRange (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duset_imp.h53 USetRemoveRange *removeRange; member in struct:USetAdder
H A Ducnv2022.c3705 sa->removeRange(sa->set, 0x80, 0x9f);
/external/icu4c/common/
H A Duset_imp.h53 USetRemoveRange *removeRange; member in struct:USetAdder
H A Ducnv2022.cpp3744 sa->removeRange(sa->set, 0x80, 0x9f);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArrayListTest.java613 * @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) { method in class:ArrayListTest.MockArrayList
958 super.removeRange(star
[all...]
H A DVectorTest.java924 * @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);
1287 public void removeRange(int start, int end) { method in class:VectorTest.MockVector
1288 super.removeRange(star
[all...]
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h411 /// removeRange - Remove the specified range from this interval. Note that
413 void removeRange(SlotIndex Start, SlotIndex End,
416 void removeRange(LiveRange LR, bool RemoveDeadValNo = false) {
417 removeRange(LR.start, LR.end, RemoveDeadValNo);
/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp335 DestLI.removeRange(MBBStartIndex, MBBStartIndex.getDeadSlot());
342 DestLI.removeRange(MBBStartIndex, DestCopyIndex.getRegSlot());
514 SrcLI.removeRange(LastUseIndex.getRegSlot(),
H A DLiveIntervalAnalysis.cpp424 NewLI.removeRange(*LII);
466 LI->removeRange(Kill, LRQ.endPoint());
472 LI->removeRange(Kill, MBBEnd);
499 LI->removeRange(MBBStart, LRQ.endPoint());
506 LI->removeRange(MBBStart, MBBEnd);
1125 // FIXME: This could be more efficient if there was a removeRange
1127 LI.removeRange(*LII, true);
H A DStrongPHIElimination.cpp392 SrcLI.removeRange(LastUseIndex.getRegSlot(), LI->getMBBEndIdx(MBB));
735 SrcLI.removeRange(MBBStartIndex, PHIIndex, true);
788 DestLI.removeRange(PHIIndex.getRegSlot(), DestCopyIndex.getRegSlot());
H A DLiveInterval.cpp349 /// removeRange - Remove the specified range from this interval. Note that
351 void LiveInterval::removeRange(SlotIndex Start, SlotIndex End,
H A DMachineBasicBlock.cpp885 LI.removeRange(StartIndex, EndIndex);
H A DTwoAddressInstructionPass.cpp1460 LI.removeRange(LastCopyIdx, UseIdx);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as160 removeRange(index, index, programName);
163 public function removeRange(fromIndex:int, toIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void { function
/external/guava/guava/src/com/google/common/collect/
H A DLists.java773 @Override protected void removeRange(int fromIndex, int toIndex) { method in class:Lists.ReverseList
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 490 milliseconds