/external/skia/src/gpu/ |
D | GrResourceHandle.h | 25 int toIndex() const { SkASSERT(this->isValid()); return fValue; } in toIndex() function
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StubbingWithDelegateTest.java | 42 public ArrayList<T> subList(int fromIndex, int toIndex) { in subList() 52 public Collection<T> subList(int fromIndex, int toIndex) { in subList()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingList.java | 110 public List<E> subList(int fromIndex, int toIndex) { in subList() 214 @Beta protected List<E> standardSubList(int fromIndex, int toIndex) { in standardSubList()
|
D | ImmutableSortedAsList.java | 81 ImmutableList<E> subListUnchecked(int fromIndex, int toIndex) { in subListUnchecked()
|
D | RegularImmutableList.java | 96 ImmutableList<E> subListUnchecked(int fromIndex, int toIndex) { in subListUnchecked()
|
D | SingletonImmutableList.java | 66 @Override public ImmutableList<E> subList(int fromIndex, int toIndex) { in subList()
|
D | RegularImmutableSortedMap.java | 100 private ImmutableSortedMap<K, V> getSubMap(int fromIndex, int toIndex) { in getSubMap()
|
D | ImmutableRangeSet.java | 276 int toIndex; in intersectRanges() local
|
D | Constraints.java | 225 @Override public List<E> subList(int fromIndex, int toIndex) { in subList()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | ListExtensions.cs | 206 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-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ForwardingImmutableList.java | 49 public ImmutableList<E> subList(int fromIndex, int toIndex) { in subList()
|
/external/proguard/src/proguard/ |
D | DataEntryWriterFactory.java | 46 int toIndex) in createDataEntryWriter()
|
D | InputReader.java | 150 int toIndex, in readInput()
|
/external/doclava/src/com/google/doclava/ |
D | Comment.java | 160 private int findStartIndexOfInlineTag(String text, int fromIndex, int toIndex) { in findStartIndexOfInlineTag() 170 private int findEndIndexOfInlineTag(String text, int fromIndex, int toIndex) { in findEndIndexOfInlineTag()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | CollationPerformanceTest.java | 1145 void qSortImpl_java_usekeys(String src[], int fromIndex, int toIndex, java.text.Collator c) { in qSortImpl_java_usekeys() 1176 …void qSortImpl_icu_usekeys(String src[], int fromIndex, int toIndex, com.ibm.icu.text.Collator c) { in qSortImpl_icu_usekeys() 1207 void qSortImpl_nokeys(String src[], int fromIndex, int toIndex, Comparator c) { in qSortImpl_nokeys()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 426 int toIndex = offset + length; in partialIsValidUtf8() local 529 int toIndex = offset + length; in partialHash() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingListTest.java | 130 @Override public List<T> subList(int fromIndex, int toIndex) { in subList()
|
/external/guava/guava/src/com/google/common/primitives/ |
D | Bytes.java | 333 @Override public List<Byte> subList(int fromIndex, int toIndex) { in subList()
|
D | Booleans.java | 419 @Override public List<Boolean> subList(int fromIndex, int toIndex) { in subList()
|
D | Floats.java | 520 @Override public List<Float> subList(int fromIndex, int toIndex) { in subList()
|
D | Chars.java | 537 @Override public List<Character> subList(int fromIndex, int toIndex) { in subList()
|
D | Doubles.java | 524 @Override public List<Double> subList(int fromIndex, int toIndex) { in subList()
|
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | Chars.java | 486 @Override public List<Character> subList(int fromIndex, int toIndex) { in subList()
|
D | Floats.java | 516 @Override public List<Float> subList(int fromIndex, int toIndex) { in subList()
|
D | Doubles.java | 519 @Override public List<Double> subList(int fromIndex, int toIndex) { in subList()
|