Home
last modified time | relevance | path

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

/cts/tests/simplecpu/src/android/simplecpu/cts/
DSimpleCpuTest.java88 CpuNative.runSort(1 * MB, 10); in warmUpCpu()
100 result[i] = CpuNative.runSort(arrayLength, numberRepeatInEachCall); in doTestSort()
DCpuNative.java30 public static native double runSort(int numberElements, int repetition); in runSort() method in CpuNative