Searched refs:new_method (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _interceptor.py | 210 new_method, new_timeout, new_metadata, new_credentials = ( 213 response, call = self._thunk(new_method).with_call( 240 new_method, new_timeout, new_metadata, new_credentials = ( 242 return self._thunk(new_method).future( 267 new_method, new_timeout, new_metadata, new_credentials = ( 269 return self._thunk(new_method)( 310 new_method, new_timeout, new_metadata, new_credentials = ( 313 response, call = self._thunk(new_method).with_call( 348 new_method, new_timeout, new_metadata, new_credentials = ( 350 return self._thunk(new_method).future( [all …]
|
/external/tensorflow/tensorflow/tools/api/lib/ |
D | python_object_to_proto_visitor.py | 223 new_method = proto.member_method.add() 224 new_method.name = member_name 229 new_method.argspec = _SanitizedArgSpec(member_obj)
|
/external/protobuf/python/ |
D | mox.py | 1371 def new_method(self, *args, **kwargs): function 1383 new_method.__name__ = func.__name__ 1384 new_method.__doc__ = func.__doc__ 1385 new_method.__module__ = func.__module__ 1386 return new_method
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_sender.cc | 206 void RTCPSender::SetRTCPStatus(RtcpMode new_method) { in SetRTCPStatus() argument 209 if (method_ == RtcpMode::kOff && new_method != RtcpMode::kOff) { in SetRTCPStatus() 214 method_ = new_method; in SetRTCPStatus()
|
/external/rust/cxx/macro/src/ |
D | expand.rs | 1262 let new_method = if can_construct_from_value { in expand_unique_ptr() localVariable 1299 #new_method in expand_unique_ptr() 1358 let new_method = if can_construct_from_value { in expand_shared_ptr() localVariable 1391 #new_method in expand_shared_ptr()
|
/external/python/cpython3/Lib/test/ |
D | test_dataclasses.py | 1885 def new_method(self): member in TestCase.test_generic_extending.NonDataDerived 1889 self.assertEqual(c.new_method(), 1.0)
|
/external/libabigail/src/ |
D | abg-ir.cc | 20058 new_method(new method_decl(method->get_name(), in copy_member_function() local 20065 new_method->set_symbol(method->get_symbol()); in copy_member_function() 20068 class_type->add_member_function(new_method, in copy_member_function() 20077 t->add_member_function(new_method, in copy_member_function() 20083 return new_method; in copy_member_function()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 2925 for legacy_method, new_method in methods_to_test: 2944 kernel_type=new_method,
|