Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Arrays/
DSortingNearlySortedPrimitive.java88 this.sortAndAssert(a.clone()); in testCombination()
89 this.sortAndAssert(floatCopyFromInt(a)); in testCombination()
90 this.sortAndAssert(doubleCopyFromInt(a)); in testCombination()
91 this.sortAndAssert(longCopyFromInt(a)); in testCombination()
92 this.sortAndAssert(shortCopyFromInt(a)); in testCombination()
93 this.sortAndAssert(charCopyFromInt(a)); in testCombination()
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()
[all …]