Searched refs:other2 (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | sections-nonalloc.s | 19 # CHECK-NEXT: [ 5] other2 PROGBITS 0000000000000000 001010 000001 00 0 20 ## Orphan placement places other3, .symtab, .shstrtab and .strtab after other2. 43 # CHECK1-NEXT: [ 6] other2 PROGBITS 0000000000000000 0000c0 000001 00 0 58 other2 : { *(other2) } 75 other2 : { *(other2) } : foo 89 .section other2; .p2align 3; .byte 0
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | Selection.java | 45 Selection other2 = (Selection)other; in equals() local 46 return anchor == other2.anchor in equals() 47 && caret == other2.caret in equals() 48 && clickAfter == other2.clickAfter; in equals()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | Migration.kt | 372 other2: Flow<T3>, in startWith() 374 ) = combine(this, other, other2, transform) in startWith() 383 other2: Flow<T3>, in startWith() 386 ) = combine(this, other, other2, other3, transform) in startWith() 395 other2: Flow<T3>, in startWith() 399 ): Flow<R> = combine(this, other, other2, other3, other4, transform) in startWith()
|
/external/python/parse_type/tests/ |
D | test_parse_util.py | 111 other2 = Field(field.name, "XXX") 112 self.assertNotEqual(field.format, other2.format) 113 self.assertNotEqual(field, other2) 121 other2 = Field(field.name, "XXX") 122 other2_text = str(other2) 123 self.assertNotEqual(field.format, other2.format)
|
/external/oss-fuzz/projects/libpng-proto/ |
D | png_fuzz_proto.proto | 9 required uint32 other2 = 4; // Only 1 byte used. field
|
D | png_proto_fuzzer_example.cc | 62 WriteByte(ihdr_str, ihdr.other2()); in ProtoToPng()
|
/external/libchrome/base/memory/ |
D | ref_counted_unittest.cc | 574 const scoped_refptr<Other> other2(other); in TEST() local 575 EXPECT_EQ(other2, Overloaded(std::move(other))); in TEST()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/tests/ |
D | end2end.mlir | 108 %other2: tensor<*xi32>) -> tensor<*x!tf.variant> { 109 %0 = "tf.MyMapAndBatchDataset"(%input, %other1, %other2)
|
/external/guice/core/test/com/google/inject/internal/ |
D | OptionalBinderTest.java | 1452 RealOptionalBinder.Default other2 = Dummy.class.getAnnotation(RealOptionalBinder.Default.class); in testCompareEqualsAgainstOtherAnnotation() local 1453 assertEquals(impl2, other2); in testCompareEqualsAgainstOtherAnnotation() 1456 assertFalse(impl1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation() 1458 assertFalse(other1.equals(other2)); in testCompareEqualsAgainstOtherAnnotation()
|
/external/python/ipaddress/ |
D | test_ipaddress.py | 1691 other2 = ipaddress.IPv4Network('1.2.2.0/24') 1694 self.assertFalse(self.ipv4_network.overlaps(other2)) 1695 self.assertTrue(other2.overlaps(other3))
|
/external/rust/cxx/tests/ffi/ |
D | tests.cc | 69 rust::Box<Shared> other2(std::move(other)); // move constructor in c_return_box() local
|
/external/python/cpython3/Lib/test/ |
D | test_ipaddress.py | 2091 other2 = ipaddress.IPv4Network('1.2.2.0/24') 2094 self.assertFalse(self.ipv4_network.overlaps(other2)) 2095 self.assertTrue(other2.overlaps(other3))
|