/external/llvm-project/llvm/test/Demangle/ |
D | ms-templates-memptrs.test | 5 ??$CallMethod@UC@NegativeNVOffset@@$I??_912@$BA@AEPPPPPPPM@A@@@YAXAAUC@NegativeNVOffset@@@Z 6 ; CHECK: void __cdecl CallMethod<struct NegativeNVOffset::C, {[thunk]: __thiscall NegativeNVOffset:… 8 ??$CallMethod@UM@@$0A@@@YAXAAUM@@@Z 9 ; CHECK: void __cdecl CallMethod<struct M, 0>(struct M &) 11 ??$CallMethod@UM@@$H??_91@$BA@AEA@@@YAXAAUM@@@Z 12 ; CHECK: void __cdecl CallMethod<struct M, {[thunk]: __thiscall M::`vcall'{0, {flat}}, 0}>(struct M… 14 ??$CallMethod@UM@@$H?f@1@QAEXXZA@@@YAXAAUM@@@Z 15 ; CHECK: void __cdecl CallMethod<struct M, {public: void __thiscall M::f(void), 0}>(struct M &) 17 ??$CallMethod@UO@@$H??_91@$BA@AE3@@YAXAAUO@@@Z 18 ; CHECK: void __cdecl CallMethod<struct O, {[thunk]: __thiscall O::`vcall'{0, {flat}}, 4}>(struct O… [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-ms-templates-memptrs.cpp | 87 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/clang/test/CodeGenCXX/ |
D | mangle-ms-templates-memptrs.cpp | 87 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/ |
D | dbus_object_test.cc | 164 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 …]
|
D | dbus_method_invoker_test.cc | 288 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()
|
D | exported_property_set_test.cc | 135 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()
|
D | dbus_object_test_helpers.h | 59 inline std::unique_ptr<::dbus::Response> CallMethod( in CallMethod() function
|
D | dbus_method_invoker.h | 309 inline void CallMethod(::dbus::ObjectProxy* object, in CallMethod() function
|
D | exported_object_manager_test.cc | 130 return brillo::dbus_utils::testing::CallMethod(om_->dbus_object_, in CallHandleGetManagedObjects()
|
/external/libchrome/dbus/ |
D | end_to_end_async_unittest.cc | 158 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 …]
|
D | mock_unittest.cc | 190 TEST_F(MockTest, CallMethod) { in TEST_F() argument 205 proxy->CallMethod(&method_call, in TEST_F()
|
D | mock_object_proxy.cc | 17 void MockObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::MockObjectProxy
|
D | mock_object_proxy.h | 36 void CallMethod(MethodCall* method_call,
|
D | property.cc | 108 object_proxy_->CallMethod(&method_call, in Get() 172 object_proxy_->CallMethod(&method_call, in GetAll() 199 object_proxy_->CallMethod(&method_call, in Set()
|
D | object_proxy.h | 137 virtual void CallMethod(MethodCall* method_call,
|
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | service_reflection_test.py | 47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel 78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 97 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 104 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
|
/external/protobuf/python/google/protobuf/internal/ |
D | service_reflection_test.py | 52 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel 83 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 106 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 113 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
|
/external/protobuf/python/google/protobuf/ |
D | service.py | 65 def CallMethod(self, method_descriptor, rpc_controller, member in Service 217 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
|
D | service_reflection.py | 148 cls.CallMethod = _WrapCallMethod 282 return stub.rpc_channel.CallMethod(
|
/external/tensorflow/tensorflow/core/platform/ |
D | mutex.h | 140 static bool CallMethod(const Condition* cond); // call method_ 272 inline bool Condition::CallMethod(const Condition* cond) { in CallMethod() function 279 : eval_(&CallMethod<T>), in Condition() 286 : eval_(&CallMethod<T>), in Condition()
|
/external/protobuf/src/google/protobuf/ |
D | service.h | 170 virtual void CallMethod(const MethodDescriptor* method, 280 virtual void CallMethod(const MethodDescriptor* method,
|
/external/webrtc/rtc_base/ |
D | bind.h | 162 return CallMethod(std::index_sequence_for<Args...>()); 167 R CallMethod(std::index_sequence<S...>) const { 184 return CallMethod(std::index_sequence_for<Args...>()); 189 R CallMethod(std::index_sequence<S...>) const {
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | PythonDataObjects.cpp | 1111 auto readable = As<bool>(obj.CallMethod("readable")); in GetOptionsForPyObject() 1114 auto writable = As<bool>(obj.CallMethod("writable")); in GetOptionsForPyObject() 1168 auto r = m_py_obj.CallMethod("close"); in Close() 1261 auto r = m_py_obj.CallMethod("close"); in Close() 1269 auto r = m_py_obj.CallMethod("flush"); in Flush() 1310 auto bytes_written = As<long long>(m_py_obj.CallMethod("write", pybuffer)); in Write() 1324 m_py_obj.CallMethod("read", (unsigned long long)num_bytes); in Read() 1364 As<long long>(m_py_obj.CallMethod("write", pystring.get())); in Write() 1383 m_py_obj.CallMethod("read", (unsigned long long)num_chars)); in Read() 1419 auto r = CallMethod("flush"); in ConvertToFile()
|
/external/libbrillo/brillo/http/ |
D | http_proxy.cc | 129 proxy->CallMethod(&method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in GetChromeProxyServersAsync()
|
/external/grpc-grpc/test/cpp/util/ |
D | grpc_tool.cc | 76 bool CallMethod(int argc, const char** argv, const CliCredentials& cred, 231 {"call", BindWith5Args(&GrpcTool::CallMethod), 2, 3}, 450 bool GrpcTool::CallMethod(int argc, const char** argv, in CallMethod() function in grpc::testing::GrpcTool
|