HomeSort by relevance Sort by last modified time
    Searched refs:runSort (Results 1 - 2 of 2) sorted by null

  /cts/tests/simplecpu/src/android/simplecpu/cts/
CpuNative.java 30 public static native double runSort(int numberElements, int repetition);
SimpleCpuTest.java 88 CpuNative.runSort(1 * MB, 10);
100 result[i] = CpuNative.runSort(arrayLength, numberRepeatInEachCall);

Completed in 5187 milliseconds