Home
last modified time | relevance | path

Searched refs:javaImpl (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/primitives/
DUnsignedBytesBenchmark.java38 private Comparator<byte[]> javaImpl; field in UnsignedBytesBenchmark
57 javaImpl = UnsignedBytes.lexicographicalComparatorJavaImpl(); in setUp()
62 if (javaImpl.compare(ba1, ba2) != 0) { in longEqualJava()
70 if (javaImpl.compare(ba3, ba4) == 0) { in diffLastJava()
/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedBytesTest.java252 Comparator<byte[]> javaImpl = UnsignedBytes.lexicographicalComparatorJavaImpl(); in testLexicographicalComparator() local
253 Helpers.testComparator(javaImpl, ordered); in testLexicographicalComparator()
254 assertSame(javaImpl, SerializableTester.reserialize(javaImpl)); in testLexicographicalComparator()