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

  /external/chromium_org/third_party/skia/tests/
SortTest.cpp 36 int randomArray[500];
38 int sortedArray[SK_ARRAY_COUNT(randomArray)];
41 int workingArray[SK_ARRAY_COUNT(randomArray)];
45 int count = rand.nextRangeU(1, SK_ARRAY_COUNT(randomArray));
46 rand_array(rand, randomArray, count);
49 memcpy(sortedArray, randomArray, sizeof(randomArray));
52 memcpy(workingArray, randomArray, sizeof(randomArray));
56 memcpy(workingArray, randomArray, sizeof(randomArray))
    [all...]
  /external/skia/tests/
SortTest.cpp 36 int randomArray[500];
38 int sortedArray[SK_ARRAY_COUNT(randomArray)];
41 int workingArray[SK_ARRAY_COUNT(randomArray)];
45 int count = rand.nextRangeU(1, SK_ARRAY_COUNT(randomArray));
46 rand_array(rand, randomArray, count);
49 memcpy(sortedArray, randomArray, sizeof(randomArray));
52 memcpy(workingArray, randomArray, sizeof(randomArray));
56 memcpy(workingArray, randomArray, sizeof(randomArray))
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
RandomTest.java 219 long[] randomArray = new long[100];
228 for (int counter = 0; counter < randomArray.length; counter++) {
235 randomArray[counter] = aLong;
243 for (int counter = 0; counter < randomArray.length; counter++)
246 aRandom.nextLong() == randomArray[counter]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 

Completed in 469 milliseconds