Searched refs:writeBytesTo (Results 1 – 5 of 5) sorted by relevance
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashCodeTest.java | 261 HashCodes.fromInt(42).writeBytesTo(dest, 0, 4); in testIntWriteBytesTo() 269 HashCodes.fromLong(42).writeBytesTo(dest, 0, 8); in testLongWriteBytesTo() 280 HASH_ABCD.writeBytesTo(dest, 0, 4); in testWriteBytesTo() 288 HASH_ABCD.writeBytesTo(dest, 0, 4); in testWriteBytesToOversizedArray() 296 HASH_ABCD.writeBytesTo(dest, 0, 5); in testWriteBytesToOversizedArrayLongMaxLength() 304 HASH_ABCD.writeBytesTo(dest, 0, 3); in testWriteBytesToOversizedArrayShortMaxLength() 313 HASH_ABCD.writeBytesTo(dest, 0, 4); in testWriteBytesToUndersizedArray() 322 HASH_ABCD.writeBytesTo(dest, 0, 5); in testWriteBytesToUndersizedArrayLongMaxLength() 330 HASH_ABCD.writeBytesTo(dest, 0, 2); in testWriteBytesToUndersizedArrayShortMaxLength() 347 hash.writeBytesTo(bb, 0, bb.length); in assertExpectedHashCode() [all …]
|
/external/guava/guava/src/com/google/common/hash/ |
D | HashCode.java | 89 public int writeBytesTo(byte[] dest, int offset, int maxLength) { in writeBytesTo() method in HashCode
|
D | Hashing.java | 431 i += newHash.writeBytesTo(bytes, i, newHash.bits() / 8); in makeHash()
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |