Searched refs:other2 (Results 1 – 12 of 12) sorted by relevance
/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 | 374 other2: Flow<T3>, in startWith() 376 ) = combine(this, other, other2, transform) in startWith() 386 other2: Flow<T3>, in startWith() 389 ) = combine(this, other, other2, other3, transform) in startWith() 399 other2: Flow<T3>, in startWith() 403 ): 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/cronet/base/memory/ |
D | ref_counted_unittest.cc | 578 const scoped_refptr<Other> other2(other); in TEST() local 579 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_type.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 | 2104 other2 = ipaddress.IPv4Network('1.2.2.0/24') 2107 self.assertFalse(self.ipv4_network.overlaps(other2)) 2108 self.assertTrue(other2.overlaps(other3))
|