Home
last modified time | relevance | path

Searched defs:callMethod (Results 1 – 16 of 16) sorted by relevance

/external/testng/src/main/java/org/testng/internal/invokers/
DInvokedMethodListenerInvoker.java76 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/auto/value/src/main/java/com/google/auto/value/
DAutoBuilder.java55 String callMethod() default ""; in callMethod() method
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoBuilderProcessor.java173 String callMethod = findCallMethodValue(autoBuilderAnnotation); in processType() local
181 private void processType(TypeElement autoBuilderType, TypeElement ofClass, String callMethod) { in processType()
435 String callMethod, in findExecutable()
459 TypeElement ofClass, String callMethod, TypeElement autoBuilderType) { in findRelevantExecutables()
727 TypeElement autoBuilderType, TypeElement annotationType, String callMethod) { in buildAnnotation()
DBuilderMethodClassifier.java587 Function<String, String> callMethod = s -> method + "(" + s + ")"; in getConvertingSetterFunction() local
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRpcChannel.java62 void callMethod( in callMethod() method
DService.java77 void callMethod( in callMethod() method
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRpcChannel.java62 void callMethod( in callMethod() method
DService.java77 void callMethod( in callMethod() method
/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/grpc-grpc-java/api/src/test/java/io/grpc/
DServiceProvidersTestUtil.java78 Method callMethod = klass.getMethod("call"); in invokeIteratorCallable() local
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/view/
DViewConfigurationTest.java73 public <T> T callMethod(Object obj, String methodName, Class<T> returnType) throws Exception { in callMethod() method in ViewConfigurationTest
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DServiceGenerator.java158 MethodSpec callMethod = in addCallMethod() local
DDispatcherGenerator.java269 MethodSpec callMethod = in addCallMethod() local
/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
DExceptionHandler.java222 Method callMethod = getCallableMethod(callable.getClass()); in verifyCaller() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCldrUtility.java1164 public static void callMethod(String methodNames, Class<?> cls) { in callMethod() method in CldrUtility