Home
last modified time | relevance | path

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

12345

/external/cldr/tools/java/org/unicode/cldr/draft/
DUnmodifiableBitSet.java43 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/
DBaseMediaChunkIterator.java27 private final long toIndex; field in BaseMediaChunkIterator
38 public BaseMediaChunkIterator(long fromIndex, long toIndex) { in BaseMediaChunkIterator()
/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingWithDelegateTest.java42 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/
DGrResourceHandle.h25 int toIndex() const { SkASSERT(this->isValid()); return fValue; } in toIndex() function
/external/skia/src/gpu/
DGrResourceHandle.h25 int toIndex() const { SkASSERT(this->isValid()); return fValue; } in toIndex() function
/external/antlr/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/android/guava/src/com/google/common/collect/
DForwardingList.java112 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/
DForwardingList.java112 public List<E> subList(int fromIndex, int toIndex) { in subList()
213 protected List<E> standardSubList(int fromIndex, int toIndex) { in standardSubList()
DSingletonImmutableList.java63 public ImmutableList<E> subList(int fromIndex, int toIndex) { in subList()
DImmutableSortedAsList.java82 ImmutableList<E> subListUnchecked(int fromIndex, int toIndex) { in subListUnchecked()
/external/guava/android/guava/src/com/google/common/primitives/
DUnsignedInts.java230 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()
DUnsignedLongs.java196 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()
DChars.java452 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()
DFloats.java428 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()
DBytes.java312 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/
DUnsignedInts.java230 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()
DUnsignedLongs.java196 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()
DFloats.java428 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()
DChars.java452 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()
DBytes.java312 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/
DCharsTest.java337 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/
DCharsTest.java337 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/
DForwardingImmutableList.java46 public ImmutableList<E> subList(int fromIndex, int toIndex) { in subList()
/external/proguard/src/proguard/
DDataEntryWriterFactory.java46 int toIndex) in createDataEntryWriter()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DArrays.java269 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()

12345