Searched refs:fromLong (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DHashCodes.java51 * @deprecated Use {@link HashCode#fromLong} instead. This method is scheduled to be removed in
55 public static HashCode fromLong(long hash) { method in class:HashCodes
56 return HashCode.fromLong(hash);
H A DChecksumHashFunction.java90 return HashCode.fromLong(value);
H A DSipHashFunction.java148 return HashCode.fromLong(v0 ^ v1 ^ v2 ^ v3);
H A DHashCode.java169 public static HashCode fromLong(long hash) { method in class:HashCode
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashCodeTest.java77 HashCode fromLong = HashCode.fromLong(expected.asLong);
78 assertExpectedHashCode(expected, fromLong);
132 assertEquals(0x1111111111111111L, HashCode.fromLong(0x1111111111111111L).padToLong());
133 assertEquals(0x9999999999999999L, HashCode.fromLong(0x9999999999999999L).padToLong());
269 HashCodes.fromLong(42).writeBytesTo(dest, 0, 8);
271 HashCodes.fromLong(42).asBytes(),
H A DHashingTest.java154 assertEquals(0x1111111111111111L, Hashing.padToLong(HashCodes.fromLong(0x1111111111111111L)));
155 assertEquals(0x9999999999999999L, Hashing.padToLong(HashCodes.fromLong(0x9999999999999999L)));
217 checkSameResult(HashCode.fromLong(1), 1);
218 checkSameResult(HashCode.fromLong(0x9999999999999999L), 0x9999999999999999L);
258 Hashing.combineOrdered(ImmutableList.of(HashCode.fromInt(32), HashCode.fromLong(32L)));
281 hashCodes.add(HashCode.fromLong(random.nextLong()));
300 Hashing.combineUnordered(ImmutableList.of(HashCode.fromInt(32), HashCode.fromLong(32L)));
322 hashCodes.add(HashCode.fromLong(random.nextLong()));
452 .setDefault(HashCode.class, HashCode.fromLong(0));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCurrencyMetaInfo.java265 long fromLong = from == null ? Long.MIN_VALUE : from.getTime();
267 return new CurrencyFilter(this.region, this.currency, fromLong, toLong, this.tenderOnly);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 122 milliseconds