Searched refs:new_attribute (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/ |
D | address_filtering.cc | 87 std::unique_ptr<HierarchicalPathAttribute> new_attribute; in MakeHierarchicalAddressMap() local 91 new_attribute = std::make_unique<HierarchicalPathAttribute>( in MakeHierarchicalAddressMap() 95 kHierarchicalPathAttributeKey, std::move(new_attribute))); in MakeHierarchicalAddressMap()
|
/external/emboss/compiler/util/ |
D | ir_data_utils_test.py | 303 new_attribute = ir_data.Attribute( 310 self.assertEqual(attr, new_attribute) 473 new_attribute = serializer.from_dict(ir_data.Attribute, raw_dict) 474 self.assertEqual(attribute, new_attribute) 506 new_attribute = ir_data_utils.IrDataSerializer.from_dict( 509 self.assertEqual(attribute, new_attribute) 575 new_attribute = ir_data.Attribute() 576 new_serializer = ir_data_utils.IrDataSerializer(new_attribute) 578 self.assertEqual(attribute, new_attribute)
|
/external/autotest/client/common_lib/test_utils/ |
D | mock.py | 442 def stub_with(self, namespace, symbol, new_attribute): argument 455 newstub = (namespace, symbol, original_attribute, new_attribute) 457 setattr(namespace, symbol, new_attribute)
|
/external/python/cpython3/Doc/library/ |
D | unittest.mock.rst | 2818 >>> mock.new_attribute # This will raise AttributeError.
|