Home
last modified time | relevance | path

Searched refs:pickAtRandom (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/hash/
DHashTestUtils.java260 static RandomHasherAction pickAtRandom(Random random) { in pickAtRandom() method in HashTestUtils.RandomHasherAction
564 RandomHasherAction.pickAtRandom(random1).performAction(random1, ImmutableSet.of(hasher1)); in assertIndependentHashers()
565 RandomHasherAction.pickAtRandom(random2).performAction(random2, ImmutableSet.of(hasher2)); in assertIndependentHashers()
575 RandomHasherAction.pickAtRandom(random).performAction(random, ImmutableSet.of(hasher)); in randomHash()
DAbstractNonStreamingHashFunctionTest.java43 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
DAbstractStreamingHasherTest.java160 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()
/external/guava/guava-tests/test/com/google/common/hash/
DHashTestUtils.java260 static RandomHasherAction pickAtRandom(Random random) { in pickAtRandom() method in HashTestUtils.RandomHasherAction
564 RandomHasherAction.pickAtRandom(random1).performAction(random1, ImmutableSet.of(hasher1)); in assertIndependentHashers()
565 RandomHasherAction.pickAtRandom(random2).performAction(random2, ImmutableSet.of(hasher2)); in assertIndependentHashers()
575 RandomHasherAction.pickAtRandom(random).performAction(random, ImmutableSet.of(hasher)); in randomHash()
DAbstractNonStreamingHashFunctionTest.java43 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
DAbstractStreamingHasherTest.java160 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()