Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArraysTest.java2344 int arrayHashCode; in test_hashCode$LZ() local
2352 arrayHashCode = Arrays.hashCode(boolArr); in test_hashCode$LZ()
2353 assertEquals(listHashCode, arrayHashCode); in test_hashCode$LZ()
2361 int arrayHashCode; in test_hashCode$LI() local
2370 arrayHashCode = Arrays.hashCode(intArr); in test_hashCode$LI()
2371 assertEquals(listHashCode, arrayHashCode); in test_hashCode$LI()
2382 int arrayHashCode; in test_hashCode$LC() local
2390 arrayHashCode = Arrays.hashCode(charArr); in test_hashCode$LC()
2391 assertEquals(listHashCode, arrayHashCode); in test_hashCode$LC()
2399 int arrayHashCode; in test_hashCode$LB() local
[all …]