OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashFunction
(Results
1 - 15
of
15
) sorted by null
/external/guava/guava-tests/test/com/google/common/hash/
HashFunctionsTest.java
31
HashFunction
hasher = Hashing.goodFastHash(i);
41
private static void assertInvariants(
HashFunction
hashFunction
) {
46
HashCode hashcode1 =
hashFunction
.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
47
HashCode hashcode2 =
hashFunction
.newHasher().putObject(o, HashTestUtils.BAD_FUNNEL).hash();
49
assertEquals(
hashFunction
.bits(), hashcode1.bits());
50
assertEquals(
hashFunction
.bits(), hashcode1.asBytes().length * 8);
55
assertHashBytesThrowsCorrectExceptions(
hashFunction
);
58
private static void assertHashBytesThrowsCorrectExceptions(
HashFunction
hashFunction
) {
[
all
...]
HashTestUtils.java
46
static void verifyHashFunction(HashFn
hashFunction
, int hashbits, int expected) {
56
byte[] hash =
hashFunction
.hash(Arrays.copyOf(key, i), seed);
61
byte[] result =
hashFunction
.hash(hashes, 0);
/external/srec/portable/include/
phashtable.h
111
PHashFunction
hashFunction
;
/external/srec/portable/src/
phashtable.c
93
tmp->args.
hashFunction
= PHASH_TABLE_DEFAULT_HASH_FUNCTION;
100
if (tmp->args.
hashFunction
== PHASH_TABLE_DEFAULT_HASH_FUNCTION)
101
tmp->args.
hashFunction
= hashString;
217
hashCode = table->args.
hashFunction
(key);
264
hashCode = table->args.
hashFunction
(key);
348
hashCode = table->args.
hashFunction
(key);
437
hashCode = table->args.
hashFunction
(key);
/external/srec/shared/src/
HashMapImpl.c
74
hashArgs.
hashFunction
= PHASH_TABLE_DEFAULT_HASH_FUNCTION;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java
45
import com.google.common.hash.
HashFunction
;
[
all
...]
/prebuilts/devtools/tools/lib/
ant-tasks.jar
guava-13.0.1.jar
/prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
150
hashArgs.
hashFunction
= HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION;
[
all
...]
/external/srec/srec/crec/
srec_context.c
354
hashArgs.
hashFunction
= HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION;
[
all
...]
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 2508 milliseconds