OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromLong
(Results
1 - 10
of
10
) sorted by null
/external/guava/guava/src/com/google/common/hash/
HashCodes.java
65
static HashCode
fromLong
(long hash) {
/external/guava/guava-tests/test/com/google/common/hash/
HashCodesTest.java
60
HashCode
fromLong
= HashCodes.
fromLong
(expected.asLong);
61
assertExpectedHashCode(expected,
fromLong
);
HashingTest.java
34
assertEquals(0x1111111111111111L, Hashing.padToLong(HashCodes.
fromLong
(0x1111111111111111L)));
35
assertEquals(0x9999999999999999L, Hashing.padToLong(HashCodes.
fromLong
(0x9999999999999999L)));
97
checkSameResult(HashCodes.
fromLong
(1), 1);
98
checkSameResult(HashCodes.
fromLong
(0x9999999999999999L), 0x9999999999999999L);
124
Hashing.combineOrdered(ImmutableList.of(HashCodes.fromInt(32), HashCodes.
fromLong
(32L)));
147
hashCodes.add(HashCodes.
fromLong
(random.nextLong()));
174
Hashing.combineUnordered(ImmutableList.of(HashCodes.fromInt(32), HashCodes.
fromLong
(32L)));
196
hashCodes.add(HashCodes.
fromLong
(random.nextLong()));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.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 46 milliseconds