Searched refs:shuffle (Results 1 - 25 of 56) sorted by relevance

123

/openjdk10/jdk/test/java/util/Collections/
H A DFrequency.java44 Collections.shuffle(list);
H A DDisjoint.java49 Collections.shuffle(list);
H A DNullComparator.java38 Collections.shuffle(list);
H A DReverseOrder2.java65 Collections.shuffle(list);
87 Collections.shuffle(list);
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/utils/
H A DPseudoRandom.java83 public static void shuffle(List<?> list) { method in class:PseudoRandom
84 Collections.shuffle(list, random);
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/factories/
H A DVariableDeclarationFactory.java54 PseudoRandom.shuffle(types);
H A DStaticMemberVariableFactory.java53 PseudoRandom.shuffle(variables);
H A DLocalVariableFactory.java50 PseudoRandom.shuffle(allVariables);
H A DNonStaticMemberVariableFactory.java60 PseudoRandom.shuffle(variables);
H A DCastOperatorFactory.java50 PseudoRandom.shuffle(argType);
H A DSwitchFactory.java69 PseudoRandom.shuffle(switchTypes);
124 PseudoRandom.shuffle(caseTypes);
169 PseudoRandom.shuffle(caseConsts);
H A DInterfaceFactory.java67 PseudoRandom.shuffle(types);
H A DVariableInitializationFactory.java63 PseudoRandom.shuffle(types);
H A DAssignmentOperatorFactory.java91 PseudoRandom.shuffle(allTypes);
H A DFunctionFactory.java70 PseudoRandom.shuffle(allFunctions);
H A DClassDefinitionBlockFactory.java113 PseudoRandom.shuffle(children);
/openjdk10/jdk/test/java/util/List/
H A DListDefaults.java341 CollectionSupplier.shuffle(list);
349 CollectionSupplier.shuffle(list);
357 CollectionSupplier.shuffle(list);
365 CollectionSupplier.shuffle(list);
373 CollectionSupplier.shuffle(list);
394 CollectionSupplier.shuffle(incomparables);
404 CollectionSupplier.shuffle(subList);
423 CollectionSupplier.shuffle(l);
/openjdk10/jdk/test/java/util/concurrent/Semaphore/
H A DRacingReleases.java86 java.util.Collections.shuffle(java.util.Arrays.asList(threads));
/openjdk10/jdk/test/java/util/PriorityQueue/
H A DPriorityQueueSort.java69 Collections.shuffle(shuffled);
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeArray.java121 PseudoRandom.shuffle(all);
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DRule.java67 PseudoRandom.shuffle(rulesList);
/openjdk10/jdk/test/sun/nio/cs/
H A DStrCodingBenchmarkDB.java94 Collections.shuffle(cps);
/openjdk10/jdk/test/java/time/test/java/time/chrono/
H A DTestChronoLocalDate.java102 Collections.shuffle(copy);
126 Collections.shuffle(copy);
/openjdk10/jdk/test/java/util/concurrent/tck/
H A DCopyOnWriteArraySetTest.java253 shuffle(elements);
340 shuffle(elements);
368 shuffle(elements);
/openjdk10/jdk/test/java/util/Collection/
H A DRemoveMicroBenchmark.java85 final boolean shuffle; // randomize order of Jobs field in class:RemoveMicroBenchmark
93 shuffle = booleanArg(args, "shuffle");
310 if (shuffle) Collections.shuffle(jobs);

Completed in 201 milliseconds

123