HomeSort by relevance Sort by last modified time
    Searched defs:sortedArray (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
SortTest.cpp 39 int sortedArray[SK_ARRAY_COUNT(randomArray)];
50 memcpy(sortedArray, randomArray, sizeof(randomArray));
51 qsort(sortedArray, count, sizeof(sortedArray[0]), compare_int);
55 check_sort(reporter, "Heap", workingArray, sortedArray, count);
59 check_sort(reporter, "Quick", workingArray, sortedArray, count);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PriorityQueueTest.java 418 String[] sortedArray = { "AA", "AAAA", "AAAAA", "AAAAAAAA" };
419 for (int i = 0; i < sortedArray.length; i++) {
420 assertEquals(sortedArray[i], queue.poll());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 362 milliseconds