Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/libpng-proto/
Dpng_fuzz_proto.proto8 required uint32 other1 = 3; field
Dpng_proto_fuzzer_example.cc61 WriteInt(ihdr_str, ihdr.other1()); in ProtoToPng()
/external/v8/src/codegen/arm64/
Dregister-arm64.h579 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();
Dassembler-arm64-inl.h74 inline void CPURegList::Remove(const CPURegister& other1, in Remove() argument
78 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); in Remove()
/external/guice/core/test/com/google/inject/internal/
DOptionalBinderTest.java1448 RealOptionalBinder.Actual other1 = Dummy.class.getAnnotation(RealOptionalBinder.Actual.class); in testCompareEqualsAgainstOtherAnnotation() local
1449 assertEquals(impl1, other1); in testCompareEqualsAgainstOtherAnnotation()
1457 assertFalse(impl2.equals(other1)); in testCompareEqualsAgainstOtherAnnotation()
1458 assertFalse(other1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()