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

1 2 3

  /external/protobuf/java/core/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_s390x.s 29 BL ·callMethod(SB)
asm_mips64x.s 33 JAL ·callMethod(SB)
asm_mipsx.s 33 JAL ·callMethod(SB)
asm_ppc64x.s 32 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_s390x.s 29 BL ·callMethod(SB)
asm_mips64x.s 33 JAL ·callMethod(SB)
asm_mipsx.s 33 JAL ·callMethod(SB)
asm_ppc64x.s 32 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/core/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(
195 service.callMethod(fooMethod, controller, request, callback);
  /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 {

Completed in 259 milliseconds

1 2 3