Home
last modified time | relevance | path

Searched refs:insertRandomly (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java586 long seed = insertRandomly(elements, q); in testCorrectOrdering_smallHeapsPollFirst()
601 long seed = insertRandomly(elements, q); in testCorrectOrdering_smallHeapsPollLast()
616 long seed = insertRandomly(elements, q); in testCorrectOrdering_mediumHeapsPollFirst()
631 insertRandomly(elements, q, new Random(seed)); in testCorrectOrdering_73ElementBug()
646 long seed = insertRandomly(elements, q); in testCorrectOrdering_mediumHeapsPollLast()
821 private long insertRandomly(ArrayList<Integer> elements, MinMaxPriorityQueue<Integer> q) { in insertRandomly() method in MinMaxPriorityQueueTest
824 insertRandomly(elements, q, random); in insertRandomly()
828 private static void insertRandomly( in insertRandomly() method in MinMaxPriorityQueueTest
/external/guava/android/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java586 long seed = insertRandomly(elements, q); in testCorrectOrdering_smallHeapsPollFirst()
601 long seed = insertRandomly(elements, q); in testCorrectOrdering_smallHeapsPollLast()
616 long seed = insertRandomly(elements, q); in testCorrectOrdering_mediumHeapsPollFirst()
631 insertRandomly(elements, q, new Random(seed)); in testCorrectOrdering_73ElementBug()
646 long seed = insertRandomly(elements, q); in testCorrectOrdering_mediumHeapsPollLast()
821 private long insertRandomly(ArrayList<Integer> elements, MinMaxPriorityQueue<Integer> q) { in insertRandomly() method in MinMaxPriorityQueueTest
824 insertRandomly(elements, q, random); in insertRandomly()
828 private static void insertRandomly( in insertRandomly() method in MinMaxPriorityQueueTest