Searched refs:other2 (Results 1 – 5 of 5) sorted by relevance
43 Selection other2 = (Selection)other; in equals() local44 return anchor == other2.anchor in equals()45 && caret == other2.caret in equals()46 && clickAfter == other2.clickAfter; in equals()
190 const CPURegister& other2, in Remove() argument194 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code()); in Remove()
433 const CPURegister& other2 = NoCPUReg,466 const CPURegister& other2 = NoCPUReg,472 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
1217 OptionalBinder.Default other2 = Dummy.class.getAnnotation(OptionalBinder.Default.class); in testCompareEqualsAgainstOtherAnnotation() local1218 assertEquals(impl2, other2); in testCompareEqualsAgainstOtherAnnotation()1221 assertFalse(impl1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()1223 assertFalse(other1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()
717 other2 = ipaddr.IPv4Network('1.2.2.0/24')720 self.assertFalse(self.ipv4.overlaps(other2))721 self.assertTrue(other2.overlaps(other3))