Searched refs:toSortedArray (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
H A DSpliteratorsTest.java169 public int[] toSortedArray() { method in class:SpliteratorsTest.PrimitiveIntArrayList
187 public long[] toSortedArray() { method in class:SpliteratorsTest.PrimitiveLongArrayList
205 public double[] toSortedArray() { method in class:SpliteratorsTest.PrimitiveDoubleArrayList
244 int[] recorded = recorder.toSortedArray();
257 int[] recorded = recorder.toSortedArray();
270 long[] recorded = recorder.toSortedArray();
283 double[] recorded = recorder.toSortedArray();
320 long[] recorded = recorder.toSortedArray();
357 double[] recorded = recorder.toSortedArray();
614 int[] recorded = recorder.toSortedArray();
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DArraysTest.java4282 public int[] toSortedArray() { method in class:ArraysTest.PrimitiveIntArrayList
4300 public long[] toSortedArray() { method in class:ArraysTest.PrimitiveLongArrayList
4318 public double[] toSortedArray() { method in class:ArraysTest.PrimitiveDoubleArrayList
4358 int[] recorded = recorder.toSortedArray();
4371 int[] recorded = recorder.toSortedArray();
4384 long[] recorded = recorder.toSortedArray();
4397 double[] recorded = recorder.toSortedArray();
4435 long[] recorded = recorder.toSortedArray();
4474 double[] recorded = recorder.toSortedArray();

Completed in 71 milliseconds