HomeSort by relevance Sort by last modified time
    Searched defs:fromLong (Results 1 - 7 of 7) 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/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 179 milliseconds