OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RandomHasherAction
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-tests/test/com/google/common/hash/
AbstractNonStreamingHashFunctionTest.java
20
import com.google.common.hash.HashTestUtils.
RandomHasherAction
;
49
RandomHasherAction
.pickAtRandom(random).performAction(random, hashers);
HashTestUtils.java
90
static enum
RandomHasherAction
{
224
private static final
RandomHasherAction
[] actions = values();
226
static
RandomHasherAction
pickAtRandom(Random random) {
462
RandomHasherAction
.pickAtRandom(random1).performAction(random1, ImmutableSet.of(hasher1));
463
RandomHasherAction
.pickAtRandom(random2).performAction(random2, ImmutableSet.of(hasher2));
473
RandomHasherAction
.pickAtRandom(random).performAction(random, ImmutableSet.of(hasher));
AbstractStreamingHasherTest.java
24
import com.google.common.hash.HashTestUtils.
RandomHasherAction
;
162
RandomHasherAction
.pickAtRandom(random).performAction(random, sinksAndControl);
Completed in 102 milliseconds