Home
last modified time | relevance | path

Searched refs:intSourceArray (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/Arrays/
DSortingNearlySortedPrimitive.java148 int[] intSourceArray = dataMethod.apply(size); in testShapes() local
151 this.sortAndAssert(intSourceArray.clone()); in testShapes()
152 this.sortAndAssert(floatCopyFromInt(intSourceArray)); in testShapes()
153 this.sortAndAssert(doubleCopyFromInt(intSourceArray)); in testShapes()
154 this.sortAndAssert(longCopyFromInt(intSourceArray)); in testShapes()
155 this.sortAndAssert(shortCopyFromInt(intSourceArray)); in testShapes()
156 this.sortAndAssert(charCopyFromInt(intSourceArray)); in testShapes()