Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 77) sorted by relevance

1234

/libcore/support/src/test/java/tests/support/
DSupport_GetPutFieldsDefaulted.java82 SimpleClass other = (SimpleClass) obj; in equals() local
104 Support_GetPutFieldsDefaulted other = (Support_GetPutFieldsDefaulted) obj; in equals() local
DSupport_GetPutFields.java71 SimpleClass other = (SimpleClass) obj; in equals() local
93 Support_GetPutFields other = (Support_GetPutFields) obj; in equals() local
DSupport_GetPutFieldsDeprecated.java73 SimpleClass other = (SimpleClass) obj; in equals() local
95 Support_GetPutFields other = (Support_GetPutFields) obj; in equals() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DWrappedCharBufferTest2.java109 CharBuffer other = CharBuffer.allocate(1); in testPutCharBuffer() local
DIntBufferTest.java166 IntBuffer other = IntBuffer.allocate(buf.capacity()); in testCompareTo() local
510 IntBuffer other = IntBuffer.allocate(buf.capacity()); in testPutIntBuffer() local
635 void assertContentEquals(IntBuffer buf, IntBuffer other) { in assertContentEquals()
DFloatBufferTest.java174 FloatBuffer other = FloatBuffer.allocate(buf.capacity()); in testCompareTo() local
534 FloatBuffer other = FloatBuffer.allocate(buf.capacity()); in testPutFloatBuffer() local
659 void assertContentEquals(FloatBuffer buf, FloatBuffer other) { in assertContentEquals()
DLongBufferTest.java166 LongBuffer other = LongBuffer.allocate(buf.capacity()); in testCompareTo() local
517 LongBuffer other = LongBuffer.allocate(buf.capacity()); in testPutLongBuffer() local
642 void assertContentEquals(LongBuffer buf, LongBuffer other) { in assertContentEquals()
DShortBufferTest.java165 ShortBuffer other = ShortBuffer.allocate(buf.capacity()); in testCompareTo() local
497 ShortBuffer other = ShortBuffer.allocate(buf.capacity()); in testPutShortBuffer() local
622 void assertContentEquals(ShortBuffer buf, ShortBuffer other) { in assertContentEquals()
DReadOnlyFloatBufferTest.java126 FloatBuffer other = FloatBuffer.allocate(1); in testPutFloatBuffer() local
DReadOnlyDoubleBufferTest.java125 DoubleBuffer other = DoubleBuffer.allocate(1); in testPutDoubleBuffer() local
DReadOnlyShortBufferTest.java126 ShortBuffer other = ShortBuffer.allocate(1); in testPutShortBuffer() local
DReadOnlyLongBufferTest.java126 LongBuffer other = LongBuffer.allocate(1); in testPutLongBuffer() local
DReadOnlyIntBufferTest.java126 IntBuffer other = IntBuffer.allocate(1); in testPutIntBuffer() local
DDoubleBufferTest.java184 DoubleBuffer other = DoubleBuffer.allocate(buf.capacity()); in testCompareTo() local
529 DoubleBuffer other = DoubleBuffer.allocate(buf.capacity()); in testPutDoubleBuffer() local
649 private void assertContentEquals(DoubleBuffer buf, DoubleBuffer other) { in assertContentEquals()
/libcore/dex/src/main/java/com/android/dex/
DEncodedValue.java44 @Override public int compareTo(EncodedValue other) { in compareTo()
DTypeList.java37 @Override public int compareTo(TypeList other) { in compareTo()
DAnnotation.java54 @Override public int compareTo(Annotation other) { in compareTo()
DMethodId.java46 public int compareTo(MethodId other) { in compareTo()
DFieldId.java46 public int compareTo(FieldId other) { in compareTo()
DProtoId.java34 public int compareTo(ProtoId other) { in compareTo()
/libcore/luni/src/main/java/java/security/cert/
DX509CRLEntry.java48 public boolean equals(Object other) { in equals()
/libcore/luni/src/main/java/java/security/spec/
DECPoint.java88 public boolean equals(Object other) { in equals()
/libcore/luni/src/main/java/libcore/icu/
DCollationKeyICU.java34 @Override public int compareTo(CollationKey other) { in compareTo()
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDocumentBuilderSettingStrategy.java15 public boolean hasConflict(DocumentBuilderSettingStrategy other) { in hasConflict()
/libcore/dom/src/test/java/org/w3c/domts/
DDocumentBuilderSettingStrategy.java33 public boolean hasConflict(DocumentBuilderSettingStrategy other) { in hasConflict()

1234