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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 588 testShuffle(al, "Sequential Access", false);
593 testShuffle(ll2, "Random Access", false);
609 private void testShuffle(List list, String type, boolean random) {
654 testShuffle(al, "Sequential Access", true);
659 testShuffle(ll2, "Random Access", true);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 713 testShuffle(al, "Sequential Access", false);
718 testShuffle(ll2, "Random Access", false);
734 private void testShuffle(List list, String type, boolean random) {
778 testShuffle(al, "Sequential Access", true);
783 testShuffle(ll2, "Random Access", true);
    [all...]

Completed in 314 milliseconds