Home
last modified time | relevance | path

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

/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/java/security/
DTimestamp.java83 Timestamp that = (Timestamp) obj; in equals() local
DCodeSigner.java74 CodeSigner that = (CodeSigner) obj; in equals() local
/libcore/luni/src/main/java/java/lang/
DBoolean.java123 public int compareTo(Boolean that) { in compareTo()
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DExtensions.java362 Extensions that = (Extensions) other; in equals() local
DTBSCertList.java271 TBSCertList that = (TBSCertList) other; in equals() local
/libcore/luni/src/main/java/java/nio/charset/
DCharset.java522 Charset that = (Charset) obj; in equals() local
/libcore/luni/src/main/java/java/util/
DUUID.java363 UUID that = (UUID) object; in equals() local
DArrayList.java615 List<?> that = (List<?>) o; in equals() local
/libcore/luni/src/main/java/javax/security/auth/
DSubject.java297 Subject that = (Subject) obj; in equals() local
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java371 TestCertificate that = (TestCertificate) obj; in equals() local