Searched refs:other1 (Results 1 – 5 of 5) sorted by relevance
8 required uint32 other1 = 3; field
61 WriteInt(ihdr_str, ihdr.other1()); in ProtoToPng()
579 void Remove(const CPURegister& other1, const CPURegister& other2 = NoCPUReg,608 bool IncludesAliasOf(const CPURegister& other1,613 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.bit();
74 inline void CPURegList::Remove(const CPURegister& other1, in Remove() argument78 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); in Remove()
1448 RealOptionalBinder.Actual other1 = Dummy.class.getAnnotation(RealOptionalBinder.Actual.class); in testCompareEqualsAgainstOtherAnnotation() local1449 assertEquals(impl1, other1); in testCompareEqualsAgainstOtherAnnotation()1457 assertFalse(impl2.equals(other1)); in testCompareEqualsAgainstOtherAnnotation()1458 assertFalse(other1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()