Home
last modified time | relevance | path

Searched refs:CallMethod (Results 1 – 25 of 84) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
Dmangle-ms-templates-memptrs.cpp87 void CallMethod(T &o) { in CallMethod() function
99 CallMethod<S, &S::f>(s); in CallMethods()
100 CallMethod<M, &M::f>(m); in CallMethods()
101 CallMethod<V, &V::f>(v); in CallMethods()
102 CallMethod<U, &U::f>(u); in CallMethods()
105 CallMethod<S, &S::g>(s); in CallMethods()
106 CallMethod<M, &M::g>(m); in CallMethods()
107 CallMethod<V, &V::g>(v); in CallMethods()
108 CallMethod<U, &U::g>(u); in CallMethods()
112 CallMethod<O, &O::g>(o); in CallMethods()
[all …]
/external/libbrillo/brillo/dbus/
Ddbus_object_test.cc164 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
177 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
190 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
203 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
213 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
228 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
241 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
254 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
265 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
278 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
[all …]
Ddbus_method_invoker_test.cc288 brillo::dbus_utils::CallMethod( in TEST_F()
295 brillo::dbus_utils::CallMethod( in TEST_F()
302 brillo::dbus_utils::CallMethod( in TEST_F()
316 brillo::dbus_utils::CallMethod( in TEST_F()
Dexported_property_set_test.cc135 auto response = testing::CallMethod(p_->dbus_object_, method_call); in AssertMethodReturnsError()
148 return testing::CallMethod(p_->dbus_object_, &method_call); in GetPropertyOnInterface()
162 return testing::CallMethod(p_->dbus_object_, &method_call); in SetPropertyOnInterface()
230 auto response = testing::CallMethod(p_->dbus_object_, &method_call); in TEST_F()
256 auto response = testing::CallMethod(p_->dbus_object_, &method_call); in TEST_F()
/external/libchrome/dbus/
Dend_to_end_async_unittest.cc158 void CallMethod(MethodCall* method_call, in CallMethod() function in dbus::EndToEndAsyncTest
160 object_proxy_->CallMethod(method_call, in CallMethod()
284 CallMethod(&method_call, timeout_ms); in TEST_F()
321 CallMethod(&method_call, timeout_ms); in TEST_F()
343 CallMethod(&method_call, timeout_ms); in TEST_F()
363 CallMethod(&method_call, timeout_ms); in TEST_F()
401 CallMethod(&method_call, timeout_ms); in TEST_F()
436 CallMethod(&method_call, timeout_ms); in TEST_F()
463 CallMethod(&method_call, timeout_ms); in TEST_F()
474 CallMethod(&method_call, timeout_ms); in TEST_F()
[all …]
Dmock_unittest.cc190 TEST_F(MockTest, CallMethod) { in TEST_F() argument
205 proxy->CallMethod(&method_call, in TEST_F()
Dmock_object_proxy.cc17 void MockObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::MockObjectProxy
Dmock_object_proxy.h36 void CallMethod(MethodCall* method_call,
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
101 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
108 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/external/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
101 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
108 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
101 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
108 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/external/cronet/stable/third_party/protobuf/python/google/protobuf/
Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in Service
219 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
Dservice_reflection.py159 cls.CallMethod = _WrapCallMethod
293 return stub.rpc_channel.CallMethod(
/external/cronet/tot/third_party/protobuf/python/google/protobuf/
Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in Service
219 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
Dservice_reflection.py159 cls.CallMethod = _WrapCallMethod
293 return stub.rpc_channel.CallMethod(
/external/protobuf/python/google/protobuf/
Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in Service
219 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
Dservice_reflection.py159 cls.CallMethod = _WrapCallMethod
293 return stub.rpc_channel.CallMethod(
/external/tensorflow/tensorflow/core/platform/
Dmutex.h140 static bool CallMethod(const Condition* cond); // call method_
273 inline bool Condition::CallMethod(const Condition* cond) { in CallMethod() function
280 : eval_(&CallMethod<T>), in Condition()
287 : eval_(&CallMethod<T>), in Condition()
/external/protobuf/src/google/protobuf/
Dservice.h172 virtual void CallMethod(const MethodDescriptor* method,
282 virtual void CallMethod(const MethodDescriptor* method,
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dservice.h172 virtual void CallMethod(const MethodDescriptor* method,
282 virtual void CallMethod(const MethodDescriptor* method,
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dservice.h172 virtual void CallMethod(const MethodDescriptor* method,
282 virtual void CallMethod(const MethodDescriptor* method,
/external/pytorch/torch/csrc/jit/passes/
Dinliner.cpp22 if (n->kind() == prim::CallMethod) { in tryToGraphFunction()
75 case prim::CallMethod: { in inlineCalls()
/external/pytorch/torch/csrc/jit/passes/onnx/
Dfunction_substitution.cpp35 call_node->kind() == prim::CallMethod); in GetCallNodeVariableName()
67 TORCH_INTERNAL_ASSERT(call_node->kind() == prim::CallMethod); in ForwardCallScope()
131 case prim::CallMethod: { in functionCallSubstitution()
/external/pytorch/torch/_inductor/fx_passes/serialized_patterns/
Dmm_pattern.py18 CallMethod,
Dbmm_pattern.py18 CallMethod,

1234