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

  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcChannel.java 58 * {@code Service.callMethod()} with one important difference: the caller
66 void callMethod(Descriptors.MethodDescriptor method,
Service.java 74 * before {@code callMethod()} returns or it may be at some point in
84 void callMethod(Descriptors.MethodDescriptor method,
90 * <p>{@code callMethod()} requires that the request passed in is of a
95 * {@code callMethod()}.
104 * service.callMethod(method, request, callback);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.cpp 51 static EncodedJSValue JSC_HOST_CALL callMethod(ExecState* exec)
69 return JSValue::encode(jsNPObject->callMethod(exec, jsNPMethod->npIdentifier()));
77 callData.native.function = callMethod;
JSNPObject.cpp 82 JSValue JSNPObject::callMethod(ExecState* exec, NPIdentifier methodName)
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 77 /** Tests Service.callMethod(). */
91 mockService.callMethod(fooDescriptor, mockController,
93 mockService.callMethod(barDescriptor, mockController,
121 mockChannel.callMethod(
127 mockChannel.callMethod(
193 service.callMethod(fooMethod, controller, request, callback);
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 244 callMethod(o2, "privateMethod_Original", false /*makePublic*/));
249 callMethod(o2, "privateMethod", false /*makePublic*/);
256 callMethod(o2, "privateMethod", true /*makePublic*/));
369 public <T> T callMethod(Object instance, String methodName, boolean makePublic) throws Exception {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 297 milliseconds