HomeSort by relevance Sort by last modified time
    Searched defs:hashCode (Results 1101 - 1125 of 5552) sorted by null

<<41424344454647484950>>

  /frameworks/support/compat/src/androidTest/java/androidx/core/text/
PrecomputedTextCompatTest.java 125 assertEquals(base.hashCode(), other.hashCode());
171 assertEquals(base.hashCode(), other.hashCode());
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
SelectionTest.java 125 assertEquals(mSelection.hashCode(), other.hashCode());
133 assertEquals(mSelection.hashCode(), other.hashCode());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
Inet6AddressTest.java 776 assertEquals(address1.hashCode(), address2.hashCode());
    [all...]
InterfaceAddressTest.java 36 * java.net.InterfaceAddress.hashCode()
43 assertEquals(anotherInterfaceAddr.hashCode(), interfaceAddr
44 .hashCode());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ReadOnlyCharBufferTest.java 54 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyDoubleBufferTest.java 51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyFloatBufferTest.java 51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyIntBufferTest.java 51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyLongBufferTest.java 51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyShortBufferTest.java 51 assertEquals(buf.hashCode(), duplicate.hashCode());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
StringCharacterIteratorTest.java 456 * @tests java.text.StringCharacterIterator#hashCode()
463 assertTrue("Hash is equal", it1.hashCode() != it2.hashCode());
466 assertTrue("Hash equal1", it1.hashCode() != it3.hashCode());
468 assertTrue("Hash equal2", it1.hashCode() != it3.hashCode());
470 assertTrue("Hash equal3", it1.hashCode() != it3.hashCode());
472 assertTrue("Hash equal4", it1.hashCode() != it3.hashCode())
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SimpleTimeZoneTest.java 363 * java.util.SimpleTimeZone#hashCode()
366 // Test for method int java.util.SimpleTimeZone.hashCode()
371 assertTrue(TimeZone.getTimeZone("EST").hashCode() != 0);
372 assertTrue(st1.hashCode() != 0);
    [all...]
UUIDTest.java 204 * @see UUID#hashCode()
208 assertEquals(0, uuid.hashCode());
211 assertEquals(uuid.hashCode(), uuidClone.hashCode());
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ConstructorTest.java 117 assertEquals(c1.hashCode(), c2.hashCode());
122 assertEquals(ConstructorTestHelper.class.getName().hashCode(), c1.hashCode());
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKClock_Fixed.java 143 assertEquals(a.hashCode(), a.hashCode());
144 assertEquals(a.hashCode(), b.hashCode());
147 assertEquals(a.hashCode() == c.hashCode(), false);
150 assertEquals(a.hashCode() == d.hashCode(), false);
TCKClock_Offset.java 152 assertEquals(a.hashCode(), a.hashCode());
153 assertEquals(a.hashCode(), b.hashCode());
156 assertEquals(a.hashCode() == c.hashCode(), false);
159 assertEquals(a.hashCode() == d.hashCode(), false);
TCKClock_System.java 185 assertEquals(a.hashCode(), a.hashCode());
186 assertEquals(a.hashCode(), b.hashCode());
189 assertEquals(a.hashCode() == c.hashCode(), false);
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKDecimalStyle.java 171 assertEquals(a.hashCode(), b.hashCode());
180 assertEquals(a.hashCode(), b.hashCode());
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
SelectionTest.java 106 assertEquals(selection.hashCode(), other.hashCode());
114 assertEquals(selection.hashCode(), other.hashCode());
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 159 assertEquals(a.hashCode(), b.hashCode());
160 assertEquals(b.hashCode(), c.hashCode());
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputInfoTest.java 91 // Test hashCode
92 assertEquals(id.hashCode(), mStubInfo.hashCode());
108 assertEquals(mStubInfo.hashCode(), infoFromParcel.hashCode());
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMapTest.java 473 @Override public int hashCode() {
488 assertEquals(intMap.hashCode(), map.entrySet().hashCode());
489 assertEquals(intMap.hashCode(), map.hashCode());
  /frameworks/base/core/tests/coretests/src/android/app/servertransaction/
TransactionParcelTests.java 86 assertEquals(item.hashCode(), result.hashCode());
100 assertEquals(item.hashCode(), result.hashCode());
113 assertEquals(item.hashCode(), result.hashCode());
126 assertEquals(item.hashCode(), result.hashCode());
139 assertEquals(item.hashCode(), result.hashCode());
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/inputmethod/
CursorAnchorInfoTest.java 167 assertEquals(info.hashCode(), info2.hashCode());
193 assertEquals(info.hashCode(), info3.hashCode());
  /libcore/ojluni/src/test/java/time/test/java/time/
TestZoneId.java 280 assertEquals(trans.hashCode(), otherTrans.hashCode());
306 assertEquals(trans.hashCode(), otherTrans.hashCode());
433 assertEquals(trans.hashCode(), otherDis.hashCode());
457 assertEquals(trans.hashCode(), otherDis.hashCode());
    [all...]

Completed in 1265 milliseconds

<<41424344454647484950>>