HomeSort by relevance Sort by last modified time
    Searched defs:CallMethod (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/chromeos/dbus/
service_provider_test_helper.cc 102 scoped_ptr<dbus::Response> ServiceProviderTestHelper::CallMethod(
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
service.py 65 def CallMethod(self, method_descriptor, rpc_controller,
86 before CallMethod() returns or it may be at some point in the future.
96 CallMethod() requires that the request is of a particular subclass of
104 service.CallMethod(method, request, callback)
111 This method isn't really needed, as the RpcChannel's CallMethod constructs
217 def CallMethod(self, method_descriptor, rpc_controller,
222 procedure looks the same as Service.CallMethod(), but the requirements
  /external/protobuf/python/google/protobuf/
service.py 65 def CallMethod(self, method_descriptor, rpc_controller,
86 before CallMethod() returns or it may be at some point in the future.
96 CallMethod() requires that the request is of a particular subclass of
104 service.CallMethod(method, request, callback)
111 This method isn't really needed, as the RpcChannel's CallMethod constructs
217 def CallMethod(self, method_descriptor, rpc_controller,
222 procedure looks the same as Service.CallMethod(), but the requirements
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
service_reflection_test.py 47 def CallMethod(self, method, controller, request, response, callback):
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,
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 47 def CallMethod(self, method, controller, request, response, callback):
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,
  /external/clang/test/CodeGenCXX/
mangle-ms-templates-memptrs.cpp 87 void CallMethod(T &o) {
99 CallMethod<S, &S::f>(s);
100 CallMethod<M, &M::f>(m);
101 CallMethod<V, &V::f>(v);
102 CallMethod<U, &U::f>(u);
105 CallMethod<S, &S::g>(s);
106 CallMethod<M, &M::g>(m);
107 CallMethod<V, &V::g>(v);
108 CallMethod<U, &U::g>(u);
112 CallMethod<O, &O::g>(o)
    [all...]
  /external/chromium_org/dbus/
end_to_end_async_unittest.cc 157 void CallMethod(MethodCall* method_call,
159 object_proxy_->CallMethod(method_call,
290 CallMethod(&method_call, timeout_ms);
327 CallMethod(&method_call, timeout_ms);
349 CallMethod(&method_call, timeout_ms);
369 CallMethod(&method_call, timeout_ms);
407 CallMethod(&method_call, timeout_ms);
443 CallMethod(&method_call, timeout_ms);
454 CallMethod(&method_call, timeout_ms);
477 CallMethod(&method_call, timeout_ms)
    [all...]
object_proxy.cc 112 void ObjectProxy::CallMethod(MethodCall* method_call,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jri.h 116 #define JRI_CallMethod(env) ((*(env))->CallMethod)
428 void* (*CallMethod)(JRIEnv* env, jint op, void* a, jint b, ...);
    [all...]

Completed in 240 milliseconds