/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | UnmodifiableBitSet.java | 43 public void clear(int fromIndex, int toIndex) { in clear() 53 public void flip(int fromIndex, int toIndex) { in flip() 68 public void set(int fromIndex, int toIndex) { in set() 73 public void set(int fromIndex, int toIndex, boolean value) { in set()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/ |
D | BaseMediaChunkIterator.java | 27 private final long toIndex; field in BaseMediaChunkIterator 38 public BaseMediaChunkIterator(long fromIndex, long toIndex) { in BaseMediaChunkIterator()
|
/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/skqp/src/gpu/ |
D | GrResourceHandle.h | 25 int toIndex() const { SkASSERT(this->isValid()); return fValue; } in toIndex() function
|
/external/skia/src/gpu/ |
D | GrResourceHandle.h | 25 int toIndex() const { SkASSERT(this->isValid()); return fValue; } in toIndex() function
|
/external/antlr/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/android/guava/src/com/google/common/collect/ |
D | ForwardingList.java | 112 public List<E> subList(int fromIndex, int toIndex) { in subList() 213 protected List<E> standardSubList(int fromIndex, int toIndex) { in standardSubList()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingList.java | 112 public List<E> subList(int fromIndex, int toIndex) { in subList() 213 protected List<E> standardSubList(int fromIndex, int toIndex) { in standardSubList()
|
D | SingletonImmutableList.java | 63 public ImmutableList<E> subList(int fromIndex, int toIndex) { in subList()
|
D | ImmutableSortedAsList.java | 82 ImmutableList<E> subListUnchecked(int fromIndex, int toIndex) { in subListUnchecked()
|
/external/guava/android/guava/src/com/google/common/primitives/ |
D | UnsignedInts.java | 230 public static void sort(int[] array, int fromIndex, int toIndex) { in sort() 259 public static void sortDescending(int[] array, int fromIndex, int toIndex) { in sortDescending()
|
D | UnsignedLongs.java | 196 public static void sort(long[] array, int fromIndex, int toIndex) { in sort() 225 public static void sortDescending(long[] array, int fromIndex, int toIndex) { in sortDescending()
|
D | Chars.java | 452 public static void sortDescending(char[] array, int fromIndex, int toIndex) { in sortDescending() 480 public static void reverse(char[] array, int fromIndex, int toIndex) { in reverse() 583 public List<Character> subList(int fromIndex, int toIndex) { in subList()
|
D | Floats.java | 428 public static void sortDescending(float[] array, int fromIndex, int toIndex) { in sortDescending() 456 public static void reverse(float[] array, int fromIndex, int toIndex) { in reverse() 589 public List<Float> subList(int fromIndex, int toIndex) { in subList()
|
D | Bytes.java | 312 public List<Byte> subList(int fromIndex, int toIndex) { in subList() 389 public static void reverse(byte[] array, int fromIndex, int toIndex) { in reverse()
|
/external/guava/guava/src/com/google/common/primitives/ |
D | UnsignedInts.java | 230 public static void sort(int[] array, int fromIndex, int toIndex) { in sort() 259 public static void sortDescending(int[] array, int fromIndex, int toIndex) { in sortDescending()
|
D | UnsignedLongs.java | 196 public static void sort(long[] array, int fromIndex, int toIndex) { in sort() 225 public static void sortDescending(long[] array, int fromIndex, int toIndex) { in sortDescending()
|
D | Floats.java | 428 public static void sortDescending(float[] array, int fromIndex, int toIndex) { in sortDescending() 456 public static void reverse(float[] array, int fromIndex, int toIndex) { in reverse() 589 public List<Float> subList(int fromIndex, int toIndex) { in subList()
|
D | Chars.java | 452 public static void sortDescending(char[] array, int fromIndex, int toIndex) { in sortDescending() 480 public static void reverse(char[] array, int fromIndex, int toIndex) { in reverse() 583 public List<Character> subList(int fromIndex, int toIndex) { in subList()
|
D | Bytes.java | 312 public List<Byte> subList(int fromIndex, int toIndex) { in subList() 389 public static void reverse(byte[] array, int fromIndex, int toIndex) { in reverse()
|
/external/guava/android/guava-tests/test/com/google/common/primitives/ |
D | CharsTest.java | 337 private static void testReverse(char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testReverse() 367 char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testSortDescending()
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | CharsTest.java | 337 private static void testReverse(char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testReverse() 367 char[] input, int fromIndex, int toIndex, char[] expectedOutput) { in testSortDescending()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ForwardingImmutableList.java | 46 public ImmutableList<E> subList(int fromIndex, int toIndex) { in subList()
|
/external/proguard/src/proguard/ |
D | DataEntryWriterFactory.java | 46 int toIndex) in createDataEntryWriter()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
D | Arrays.java | 269 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() 287 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) in fill() 297 public static void fill(char[] a, int fromIndex, int toIndex, char val) in fill() 315 public static void fill(int[] a, int fromIndex, int toIndex, int val) in fill() 333 public static void fill(long[] a, int fromIndex, int toIndex, long val) in fill() 343 public static void fill(Object[] a, int fromIndex, int toIndex, Object val) in fill() 361 public static void fill(short[] a, int fromIndex, int toIndex, short val) in fill()
|