Home
last modified time | relevance | path

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

123

/libcore/luni/src/main/java/java/math/
DLogical.java82 static BigInteger and(BigInteger val, BigInteger that) { in and()
111 static BigInteger andPositive(BigInteger val, BigInteger that) { in andPositive()
218 static BigInteger andNot(BigInteger val, BigInteger that) { in andNot()
250 static BigInteger andNotPositive(BigInteger val, BigInteger that) { in andNotPositive()
371 static BigInteger andNotNegative(BigInteger val, BigInteger that) { in andNotNegative()
425 static BigInteger or(BigInteger val, BigInteger that) { in or()
476 static BigInteger orNegative(BigInteger val, BigInteger that){ in orNegative()
569 static BigInteger xor(BigInteger val, BigInteger that) { in xor()
622 static BigInteger xorNegative(BigInteger val, BigInteger that){ in xorNegative()
/libcore/luni/src/main/java/libcore/reflect/
DGenericArrayTypeImpl.java43 GenericArrayType that = (GenericArrayType) o; in equals() local
DWildcardTypeImpl.java48 WildcardType that = (WildcardType) o; in equals() local
DParameterizedTypeImpl.java87 ParameterizedType that = (ParameterizedType) o; in equals() local
DTypeVariableImpl.java39 TypeVariable<?> that = (TypeVariable<?>) o; in equals() local
DAnnotationMember.java199 AnnotationMember that = (AnnotationMember)obj; in equals() local
/libcore/luni/src/main/java/android/system/
DStructTimeval.java71 StructTimeval that = (StructTimeval) o; in equals() local
DUnixSocketAddress.java106 UnixSocketAddress that = (UnixSocketAddress) o; in equals() local
/libcore/ojluni/src/main/java/java/security/
DCodeSigner.java131 CodeSigner that = (CodeSigner)obj; in equals() local
DTimestamp.java128 Timestamp that = (Timestamp)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.java129 Era that = (Era) o; in equals() local
/libcore/ojluni/src/main/java/java/text/
DIcuIteratorWrapper.java238 public boolean equals(Object that) { in equals()
DCollator.java456 public boolean equals(Object that) in equals()
/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()
/libcore/luni/src/main/java/libcore/timezone/
DCountryTimeZones.java100 TimeZoneMapping that = (TimeZoneMapping) o; in equals() local
253 CountryTimeZones that = (CountryTimeZones) o; in equals() local
DTzDataSetVersion.java186 TzDataSetVersion that = (TzDataSetVersion) o; in equals() local
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CRLEntryImpl.java146 public int compareTo(sun.security.x509.X509CRLEntryImpl that) { in compareTo()
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharset.java136 public final int compareTo(java.nio.charset.Charset that) { in compareTo()
/libcore/ojluni/src/main/java/javax/crypto/
DMac.java774 Mac that = (Mac)super.clone(); in clone() local

123