/libcore/luni/src/main/java/libcore/reflect/ |
D | GenericArrayTypeImpl.java | 42 GenericArrayType that = (GenericArrayType) o; in equals() local
|
D | WildcardTypeImpl.java | 48 WildcardType that = (WildcardType) o; in equals() local
|
D | ParameterizedTypeImpl.java | 88 ParameterizedType that = (ParameterizedType) o; in equals() local
|
D | TypeVariableImpl.java | 39 TypeVariable<?> that = (TypeVariable<?>) o; in equals() local
|
/libcore/luni/src/main/java/android/system/ |
D | StructTimeval.java | 70 StructTimeval that = (StructTimeval) o; in equals() local
|
D | UnixSocketAddress.java | 137 UnixSocketAddress that = (UnixSocketAddress) o; in equals() local
|
/libcore/ojluni/src/test/java/util/regex/ |
D | PatternStreamTest.java | 298 public int compareTo(MatchResultHolder that) { in compareTo() 332 public boolean equals(Object that) { in equals()
|
/libcore/ojluni/src/main/java/java/security/ |
D | Timestamp.java | 128 Timestamp that = (Timestamp)obj; in equals() local
|
D | CodeSigner.java | 131 CodeSigner that = (CodeSigner)obj; in equals() local
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SNIServerName.java | 127 SNIServerName that = (SNIServerName)other; in equals() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | Locales.java | 68 Locales that = (Locales) obj; in equals() local
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | AccessDescription.java | 93 AccessDescription that = (AccessDescription)obj; in equals() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | ObjectOutputStreamTest.java | 67 CallsCloseInWriteObjectMethod that = (CallsCloseInWriteObjectMethod) o; in equals() local
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
D | Era.java | 124 Era that = (Era) o; in equals() local
|
/libcore/ojluni/annotations/flagged_api/java/nio/ |
D | FloatBuffer.annotated.java | 115 public int compareTo(java.nio.FloatBuffer that) { throw new RuntimeException("Stub!"); } in compareTo() 117 public int mismatch(java.nio.FloatBuffer that) { throw new RuntimeException("Stub!"); } in mismatch()
|
D | IntBuffer.annotated.java | 115 public int compareTo(java.nio.IntBuffer that) { throw new RuntimeException("Stub!"); } in compareTo() 117 public int mismatch(java.nio.IntBuffer that) { throw new RuntimeException("Stub!"); } in mismatch()
|
D | ShortBuffer.annotated.java | 115 public int compareTo(java.nio.ShortBuffer that) { throw new RuntimeException("Stub!"); } in compareTo() 117 public int mismatch(java.nio.ShortBuffer that) { throw new RuntimeException("Stub!"); } in mismatch()
|
D | DoubleBuffer.annotated.java | 115 public int compareTo(java.nio.DoubleBuffer that) { throw new RuntimeException("Stub!"); } in compareTo() 117 public int mismatch(java.nio.DoubleBuffer that) { throw new RuntimeException("Stub!"); } in mismatch()
|
D | LongBuffer.annotated.java | 115 public int compareTo(java.nio.LongBuffer that) { throw new RuntimeException("Stub!"); } in compareTo() 117 public int mismatch(java.nio.LongBuffer that) { throw new RuntimeException("Stub!"); } in mismatch()
|
/libcore/ojluni/src/main/java/java/text/ |
D | IcuIteratorWrapper.java | 238 public boolean equals(Object that) { in equals()
|
D | Collator.java | 459 public boolean equals(Object that) in equals()
|
/libcore/ojluni/src/test/java/nio/file/Path/ |
D | PathOps.java | 170 Path that = FileSystems.getDefault().getPath(other); in relativize() local 177 Path that = FileSystems.getDefault().getPath(other); in relativizeFail() local
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodTypeForm.java | 211 MethodTypeForm that = this.basicType.form(); in MethodTypeForm() local 239 MethodTypeForm that = MethodType.genericMethodType(ptypeCount).form(); in MethodTypeForm() local
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | CertId.java | 209 CertId that = (CertId) other; in equals() local
|
/libcore/ojluni/annotations/hiddenapi/java/text/ |
D | Collator.java | 108 public boolean equals(java.lang.Object that) { in equals()
|