Home
last modified time | relevance | path

Searched defs:that (Results 1 – 25 of 60) sorted by relevance

123

/libcore/luni/src/main/java/libcore/reflect/
DGenericArrayTypeImpl.java42 GenericArrayType that = (GenericArrayType) o; in equals() local
DWildcardTypeImpl.java48 WildcardType that = (WildcardType) o; in equals() local
DParameterizedTypeImpl.java88 ParameterizedType that = (ParameterizedType) o; in equals() local
DTypeVariableImpl.java39 TypeVariable<?> that = (TypeVariable<?>) o; in equals() local
/libcore/luni/src/main/java/android/system/
DStructTimeval.java70 StructTimeval that = (StructTimeval) o; in equals() local
DUnixSocketAddress.java137 UnixSocketAddress that = (UnixSocketAddress) o; in equals() local
/libcore/ojluni/src/test/java/util/regex/
DPatternStreamTest.java298 public int compareTo(MatchResultHolder that) { in compareTo()
332 public boolean equals(Object that) { in equals()
/libcore/ojluni/src/main/java/java/security/
DTimestamp.java128 Timestamp that = (Timestamp)obj; in equals() local
DCodeSigner.java131 CodeSigner that = (CodeSigner)obj; in equals() local
/libcore/ojluni/src/main/java/javax/net/ssl/
DSNIServerName.java127 SNIServerName that = (SNIServerName)other; in equals() local
/libcore/luni/src/test/java/libcore/java/util/
DLocales.java68 Locales that = (Locales) obj; in equals() local
/libcore/ojluni/src/main/java/sun/security/x509/
DAccessDescription.java93 AccessDescription that = (AccessDescription)obj; in equals() local
/libcore/luni/src/test/java/libcore/java/io/
DObjectOutputStreamTest.java67 CallsCloseInWriteObjectMethod that = (CallsCloseInWriteObjectMethod) o; in equals() local
/libcore/ojluni/src/main/java/sun/util/calendar/
DEra.java124 Era that = (Era) o; in equals() local
/libcore/ojluni/annotations/flagged_api/java/nio/
DFloatBuffer.annotated.java115 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()
DIntBuffer.annotated.java115 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()
DShortBuffer.annotated.java115 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()
DDoubleBuffer.annotated.java115 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()
DLongBuffer.annotated.java115 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/
DIcuIteratorWrapper.java238 public boolean equals(Object that) { in equals()
DCollator.java459 public boolean equals(Object that) in equals()
/libcore/ojluni/src/test/java/nio/file/Path/
DPathOps.java170 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/
DMethodTypeForm.java211 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/
DCertId.java209 CertId that = (CertId) other; in equals() local
/libcore/ojluni/annotations/hiddenapi/java/text/
DCollator.java108 public boolean equals(java.lang.Object that) { in equals()

123