Searched refs:pickAtRandom (Results 1 – 6 of 6) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | HashTestUtils.java | 260 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()
|
D | AbstractNonStreamingHashFunctionTest.java | 43 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
|
D | AbstractStreamingHasherTest.java | 160 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashTestUtils.java | 260 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()
|
D | AbstractNonStreamingHashFunctionTest.java | 43 RandomHasherAction.pickAtRandom(random).performAction(random, hashers); in testExhaustive()
|
D | AbstractStreamingHasherTest.java | 160 RandomHasherAction.pickAtRandom(random).performAction(random, sinksAndControl); in testExhaustive()
|