Home
last modified time | relevance | path

Searched refs:callMethod (Results 1 – 9 of 9) sorted by relevance

/external/testng/src/main/java/org/testng/internal/invokers/
DInvokedMethodListenerInvoker.java62 strategy.callMethod(listenerInstance, invokedMethod, m_testResult, m_testContext); in invokeListener()
76 void callMethod(LISTENER_TYPE listener, IInvokedMethod invokedMethod, ITestResult testResult, in callMethod() method
82 public void callMethod(IInvokedMethodListener listener, IInvokedMethod invokedMethod, in callMethod() method in InvokedMethodListenerInvoker.InvokeBeforeInvocationWithoutContextStrategy
90 public void callMethod(IInvokedMethodListener2 listener, IInvokedMethod invokedMethod, in callMethod() method in InvokedMethodListenerInvoker.InvokeBeforeInvocationWithContextStrategy
98 public void callMethod(IInvokedMethodListener listener, IInvokedMethod invokedMethod, in callMethod() method in InvokedMethodListenerInvoker.InvokeAfterInvocationWithoutContextStrategy
106 public void callMethod(IInvokedMethodListener2 listener, IInvokedMethod invokedMethod, in callMethod() method in InvokedMethodListenerInvoker.InvokeAfterInvocationWithContextStrategy
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java91 mockService.callMethod(fooDescriptor, mockController, in testCallMethod()
93 mockService.callMethod(barDescriptor, mockController, in testCallMethod()
121 mockChannel.callMethod( in testStub()
127 mockChannel.callMethod( in testStub()
195 service.callMethod(fooMethod, controller, request, callback); in testNewReflectiveService()
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DServiceProvidersTestUtil.java78 Method callMethod = klass.getMethod("call"); in invokeIteratorCallable() local
79 return (Iterator<?>) callMethod.invoke(instance); in invokeIteratorCallable()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRpcChannel.java66 void callMethod(Descriptors.MethodDescriptor method, in callMethod() method
DService.java84 void callMethod(Descriptors.MethodDescriptor method, in callMethod() method
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java193 IRubyObject ret = thisVal.callMethod(context, "==", thatVal); in eq()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java127 CldrUtility.callMethod(methodName, CountItems.class); in main()
DMisc.java189 CldrUtility.callMethod(function, Misc.class); in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java1107 public static void callMethod(String methodNames, Class<?> cls) { in callMethod() method in CldrUtility