Home
last modified time | relevance | path

Searched defs:toIndex (Results 1 – 25 of 38) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DListExtensions.cs206 public static IList subList( this IList list, int fromIndex, int toIndex ) in subList()
217 public static IList<T> subList<T>( this IList<T> list, int fromIndex, int toIndex ) in subList()
227 public static IList<T> subList<T>( this List<T> list, int fromIndex, int toIndex ) in subList()
/external/guava/guava/src/com/google/common/collect/
DForwardingList.java110 public List<E> subList(int fromIndex, int toIndex) { in subList()
214 @Beta protected List<E> standardSubList(int fromIndex, int toIndex) { in standardSubList()
DImmutableSortedAsList.java81 ImmutableList<E> subListUnchecked(int fromIndex, int toIndex) { in subListUnchecked()
DRegularImmutableList.java96 ImmutableList<E> subListUnchecked(int fromIndex, int toIndex) { in subListUnchecked()
DSingletonImmutableList.java66 @Override public ImmutableList<E> subList(int fromIndex, int toIndex) { in subList()
DRegularImmutableSortedMap.java100 private ImmutableSortedMap<K, V> getSubMap(int fromIndex, int toIndex) { in getSubMap()
DImmutableRangeSet.java276 int toIndex; in intersectRanges() local
DConstraints.java225 @Override public List<E> subList(int fromIndex, int toIndex) { in subList()
/external/skia/src/gpu/glsl/
DGrGLSLProgramDataManager.h35 int toIndex() const { SkASSERT(this->isValid()); return fValue; } in toIndex() function
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DForwardingImmutableList.java49 public ImmutableList<E> subList(int fromIndex, int toIndex) { in subList()
/external/proguard/src/proguard/
DDataEntryWriterFactory.java46 int toIndex) in createDataEntryWriter()
DInputReader.java150 int toIndex, in readInput()
/external/doclava/src/com/google/doclava/
DComment.java159 private int findStartIndexOfInlineTag(String text, int fromIndex, int toIndex) { in findStartIndexOfInlineTag()
169 private int findEndIndexOfInlineTag(String text, int fromIndex, int toIndex) { in findEndIndexOfInlineTag()
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DCollationPerformanceTest.java1143 void qSortImpl_java_usekeys(String src[], int fromIndex, int toIndex, java.text.Collator c) { in qSortImpl_java_usekeys()
1174 …void qSortImpl_icu_usekeys(String src[], int fromIndex, int toIndex, com.ibm.icu.text.Collator c) { in qSortImpl_icu_usekeys()
1205 void qSortImpl_nokeys(String src[], int fromIndex, int toIndex, Comparator c) { in qSortImpl_nokeys()
/external/protobuf/java/src/main/java/com/google/protobuf/
DRopeByteString.java436 int toIndex = offset + length; in partialIsValidUtf8() local
567 int toIndex = offset + length; in partialHash() local
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingListTest.java130 @Override public List<T> subList(int fromIndex, int toIndex) { in subList()
/external/guava/guava/src/com/google/common/primitives/
DBytes.java333 @Override public List<Byte> subList(int fromIndex, int toIndex) { in subList()
DBooleans.java419 @Override public List<Boolean> subList(int fromIndex, int toIndex) { in subList()
DFloats.java520 @Override public List<Float> subList(int fromIndex, int toIndex) { in subList()
DChars.java537 @Override public List<Character> subList(int fromIndex, int toIndex) { in subList()
DShorts.java581 @Override public List<Short> subList(int fromIndex, int toIndex) { in subList()
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
DChars.java486 @Override public List<Character> subList(int fromIndex, int toIndex) { in subList()
DFloats.java516 @Override public List<Float> subList(int fromIndex, int toIndex) { in subList()
DDoubles.java519 @Override public List<Double> subList(int fromIndex, int toIndex) { in subList()
DShorts.java529 @Override public List<Short> subList(int fromIndex, int toIndex) { in subList()

12