Searched defs:callMethod (Results 1 – 5 of 5) sorted by relevance
/external/testng/src/main/java/org/testng/internal/invokers/ |
D | InvokedMethodListenerInvoker.java | 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/main/java/com/google/protobuf/ |
D | RpcChannel.java | 66 void callMethod(Descriptors.MethodDescriptor method, in callMethod() method
|
D | Service.java | 84 void callMethod(Descriptors.MethodDescriptor method, in callMethod() method
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | ServiceProvidersTestUtil.java | 78 Method callMethod = klass.getMethod("call"); in invokeIteratorCallable() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CldrUtility.java | 1107 public static void callMethod(String methodNames, Class<?> cls) { in callMethod() method in CldrUtility
|