Home
last modified time | relevance | path

Searched refs:other2 (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java43 Selection other2 = (Selection)other; in equals() local
44 return anchor == other2.anchor in equals()
45 && caret == other2.caret in equals()
46 && clickAfter == other2.clickAfter; in equals()
/external/v8/src/arm64/
Dassembler-arm64-inl.h190 const CPURegister& other2, in Remove() argument
194 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code()); in Remove()
Dassembler-arm64.h433 const CPURegister& other2 = NoCPUReg,
466 const CPURegister& other2 = NoCPUReg,
472 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DOptionalBinderTest.java1217 OptionalBinder.Default other2 = Dummy.class.getAnnotation(OptionalBinder.Default.class); in testCompareEqualsAgainstOtherAnnotation() local
1218 assertEquals(impl2, other2); in testCompareEqualsAgainstOtherAnnotation()
1221 assertFalse(impl1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()
1223 assertFalse(other1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/
Dipaddr_test.py717 other2 = ipaddr.IPv4Network('1.2.2.0/24')
720 self.assertFalse(self.ipv4.overlaps(other2))
721 self.assertTrue(other2.overlaps(other3))