HomeSort by relevance Sort by last modified time
    Searched refs:callMethod (Results 1 - 25 of 47) sorted by null

1 2

  /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);
  /prebuilts/go/darwin-x86/src/reflect/
asm_386.s 29 CALL ·callMethod(SB)
asm_amd64.s 29 CALL ·callMethod(SB)
asm_amd64p32.s 29 CALL ·callMethod(SB)
asm_arm.s 29 BL ·callMethod(SB)
asm_arm64.s 29 BL ·callMethod(SB)
asm_ppc64x.s 31 BL ·callMethod(SB)
  /prebuilts/go/linux-x86/src/reflect/
asm_386.s 29 CALL ·callMethod(SB)
asm_amd64.s 29 CALL ·callMethod(SB)
asm_amd64p32.s 29 CALL ·callMethod(SB)
asm_arm.s 29 BL ·callMethod(SB)
asm_arm64.s 29 BL ·callMethod(SB)
asm_ppc64x.s 31 BL ·callMethod(SB)
  /external/testng/src/main/java/org/testng/internal/invokers/
InvokedMethodListenerInvoker.java 62 strategy.callMethod(listenerInstance, invokedMethod, m_testResult, m_testContext);
76 void callMethod(LISTENER_TYPE listener, IInvokedMethod invokedMethod, ITestResult testResult,
82 public void callMethod(IInvokedMethodListener listener, IInvokedMethod invokedMethod,
90 public void callMethod(IInvokedMethodListener2 listener, IInvokedMethod invokedMethod,
98 public void callMethod(IInvokedMethodListener listener, IInvokedMethod invokedMethod,
106 public void callMethod(IInvokedMethodListener2 listener, IInvokedMethod invokedMethod,
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
PropertyValuesHolder_Delegate.java 102 private static void callMethod(Object target, long methodID, Object... args) {
140 callMethod(target, methodID, arg);
145 callMethod(target, methodID, arg);
151 callMethod(target, methodID, arg1, arg2);
157 callMethod(target, methodID, arg1, arg2, arg3, arg4);
170 callMethod(target, methodID, params);
176 callMethod(target, methodID, arg1, arg2);
182 callMethod(target, methodID, arg1, arg2, arg3, arg4);
195 callMethod(target, methodID, params);
  /art/test/973-default-multidex/smali/
concreteclass.smali 25 # public String callMethod() {
42 .method public callMethod()Ljava/lang/String;
  /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/opt/net/wifi/tests/wifitests/jni/
wifi_nan_hal_mock.cpp 121 helper.callMethod(mock_mObj, "enableHalMockNative", "(SLjava/lang/String;)V",
132 helper.callMethod(mock_mObj, "disableHalMockNative", "(S)V", (short) id);
168 helper.callMethod(mock_mObj, "publishHalMockNative", "(SLjava/lang/String;)V",
185 helper.callMethod(mock_mObj, "publishCancelHalMockNative",
229 helper.callMethod(mock_mObj, "subscribeHalMockNative",
247 helper.callMethod(mock_mObj, "subscribeCancelHalMockNative",
273 helper.callMethod(mock_mObj, "transmitFollowupHalMockNative",
325 helper.callMethod(mock_mObj, "getCapabilitiesHalMockNative", "(S)V",
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 259 callMethod(o2, "privateMethod", false /*makePublic*/);
271 callMethod(o2, "privateMethod_Original", false /*makePublic*/));
442 public <T> T callMethod(Object instance, String methodName, boolean makePublic) throws Exception {
  /frameworks/opt/net/wifi/service/jni/
jni_helper.h 102 void callMethod(jobject obj, const char *method, const char *signature, ...);
jni_helper.cpp 529 void JNIHelper::callMethod(jobject obj, const char *method, const char *signature, ...)
  /external/guice/extensions/persist/lib/
ognl-2.6.7.jar 
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 

Completed in 7334 milliseconds

1 2