Home
last modified time | relevance | path

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

12

/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/kotlinc/lib/
Djs.engines.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/js.engines. ...
Dkotlin-reflect.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/com.android. ...
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java92 mockService.callMethod( in testCallMethod()
95 mockService.callMethod( in testCallMethod()
120 mockChannel.callMethod( in testStub()
126 mockChannel.callMethod( in testStub()
192 service.callMethod(fooMethod, controller, request, callback); in testNewReflectiveService()
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java92 mockService.callMethod(fooDescriptor, mockController, in testCallMethod()
94 mockService.callMethod(barDescriptor, mockController, in testCallMethod()
122 mockChannel.callMethod( in testStub()
128 mockChannel.callMethod( in testStub()
194 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/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DServiceGenerator.java141 MethodSpec callMethod = in addCallMethod() local
157 classBuilder.addMethod(callMethod); in addCallMethod()
DDispatcherGenerator.java192 MethodSpec callMethod = in addCallMethod() local
251 classBuilder.addMethod(callMethod); in addCallMethod()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRpcChannel.java62 void callMethod( in callMethod() method
DService.java77 void callMethod( in callMethod() method
/external/auto/value/src/main/java/com/google/auto/value/processor/
DBuilderMethodClassifier.java549 Function<String, String> callMethod = s -> method + "(" + s + ")"; in getConvertingSetterFunction() local
555 ? Copier.acceptingNull(callMethod) in getConvertingSetterFunction()
556 : Copier.notAcceptingNull(callMethod); in getConvertingSetterFunction()
/external/llvm-project/clang/test/SemaObjC/
Dmethod-direct.m158 extern void callMethod(id obj, Class cls); function
161 void callMethod(id obj, Class cls) { function
/external/guice/extensions/struts2/lib/
Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/ ...
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...
/external/guice/extensions/persist/lib/
Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd ...
Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/ ...
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java216 IRubyObject ret = thisVal.callMethod(context, "==", thatVal); in eq()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java129 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.java1127 public static void callMethod(String methodNames, Class<?> cls) { in callMethod() method in CldrUtility
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...

12