Searched refs:UnsignedBytes (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava-tests/test/com/google/common/primitives/
H A DUnsignedBytesTest.java30 * Unit test for {@link UnsignedBytes}.
44 assertEquals(0, UnsignedBytes.toInt((byte) 0));
45 assertEquals(1, UnsignedBytes.toInt((byte) 1));
46 assertEquals(127, UnsignedBytes.toInt((byte) 127));
47 assertEquals(128, UnsignedBytes.toInt((byte) -128));
48 assertEquals(129, UnsignedBytes.toInt((byte) -127));
49 assertEquals(255, UnsignedBytes.toInt((byte) -1));
55 UnsignedBytes.checkedCast(UnsignedBytes.toInt(value)));
66 UnsignedBytes
[all...]
/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedBytes.java44 public final class UnsignedBytes { class
45 private UnsignedBytes() {} method in class:UnsignedBytes
294 int result = UnsignedBytes.compare(left[i], right[i]);
/external/guava/guava-tests/benchmark/com/google/common/primitives/
H A DUnsignedBytesBenchmark.java28 * Microbenchmark for {@link UnsignedBytes}.
57 javaImpl = UnsignedBytes.lexicographicalComparatorJavaImpl();
/external/guava/guava/src/com/google/common/hash/
H A DMurmur3_128HashFunction.java28 import static com.google.common.primitives.UnsignedBytes.toInt;
H A DMurmur3_32HashFunction.java28 import static com.google.common.primitives.UnsignedBytes.toInt;
/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/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...

Completed in 301 milliseconds