/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/reflect/ |
H A D | MethodUtils.java | 96 …public static Object invokeMethod(final Object object, final String methodName) throws NoSuchMetho… in invokeMethod() method in MethodUtils 119 …public static Object invokeMethod(final Object object, final boolean forceAccess, final String met… in invokeMethod() method in MethodUtils 146 public static Object invokeMethod(final Object object, final String methodName, in invokeMethod() method in MethodUtils 176 …public static Object invokeMethod(final Object object, final boolean forceAccess, final String met… in invokeMethod() method in MethodUtils 202 …public static Object invokeMethod(final Object object, final boolean forceAccess, final String met… in invokeMethod() method in MethodUtils 250 public static Object invokeMethod(final Object object, final String methodName, in invokeMethod() method in MethodUtils
|
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
H A D | RobolectricGeneratorAdapter.java | 69 public void invokeMethod(String internalClassName, MethodNode method) { in invokeMethod() method in RobolectricGeneratorAdapter 73 void invokeMethod(String internalClassName, String methodName, String methodDesc) { in invokeMethod() method in RobolectricGeneratorAdapter
|
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/parameterized/ |
H A D | BlockJUnit4ClassRunnerWithParameters.java | 166 protected void invokeMethod(FrameworkMethod method) throws Throwable { in invokeMethod() method in BlockJUnit4ClassRunnerWithParameters.RunBeforeParams 184 protected void invokeMethod(FrameworkMethod method) throws Throwable { in invokeMethod() method in BlockJUnit4ClassRunnerWithParameters.RunAfterParams
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
H A D | InterfaceType.java | 193 default Value invokeMethod(ThreadReference thread, Method method, in invokeMethod() method
|
H A D | ClassType.java | 240 Value invokeMethod(ThreadReference thread, Method method, in invokeMethod() method
|
H A D | ObjectReference.java | 272 Value invokeMethod(ThreadReference thread, Method method, in invokeMethod() method
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/textexecutor/src/android/app/sdksandbox/testutils/testscenario/ |
D | ISdkSandboxTestExecutor.aidl | 51 void invokeMethod(String methodName, in Bundle params, in invokeMethod() method
|
/aosp_15_r20/external/junit/src/main/java/org/junit/internal/runners/statements/ |
H A D | RunBefores.java | 32 protected void invokeMethod(FrameworkMethod method) throws Throwable { in invokeMethod() method in RunBefores
|
H A D | RunAfters.java | 45 protected void invokeMethod(FrameworkMethod method) throws Throwable { in invokeMethod() method in RunAfters
|
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | RunMethodInstrumentation.java | 109 private void invokeMethod(Bundle args, String className, String methodName) throws in invokeMethod() method in RunMethodInstrumentation
|
/aosp_15_r20/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | MainActivityTest.java | 41 … private Object invokeMethod(Class targetClass, Object target, String methodName, Object... params) in invokeMethod() method in MainActivityTest
|
/aosp_15_r20/art/test/716-jli-jit-samples/src-art/ |
H A D | Main.java | 94 Method invokeMethod = MethodHandle.class.getMethod(methodName, Object[].class); in testMethodHandleCounters() local
|
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests-core/src/main/java/software/amazon/awssdk/protocol/reflect/ |
H A D | ClientReflector.java | 65 public Object invokeMethod(TestCase testCase, Object... params) throws Exception { in invokeMethod() method in ClientReflector
|
/aosp_15_r20/art/test/692-vdex-secondary-loader/src/ |
H A D | Main.java | 39 boolean invokeMethod) throws Exception { in test()
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/compat/ |
D | CompatUtils.java | 253 public static Object invokeMethod(@Nullable Object instance, @Nullable String methodName, in invokeMethod() method in CompatUtils
|
/aosp_15_r20/external/angle/build/android/incremental_install/java/org/chromium/incrementalinstall/ |
H A D | Reflect.java | 66 static Object invokeMethod(Object instance, String name, Object... params) in invokeMethod() method in Reflect
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/ |
H A D | SimpleMethodRequestRepresentation.java | 90 private Expression invokeMethod(ClassName requestingClass) { in invokeMethod() method in SimpleMethodRequestRepresentation
|
/aosp_15_r20/external/cronet/build/android/incremental_install/java/org/chromium/incrementalinstall/ |
H A D | Reflect.java | 66 static Object invokeMethod(Object instance, String name, Object... params) in invokeMethod() method in Reflect
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/samplecode/ |
H A D | SampleComposer.java | 105 List<AssignmentExpr> sampleVariableAssignments, Statement invokeMethod) { in composeMainBody()
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/ |
H A D | DelegatingAsyncClientClass.java | 118 private MethodSpec invokeMethod() { in invokeMethod() method in DelegatingAsyncClientClass
|
H A D | DelegatingSyncClientClass.java | 206 private MethodSpec invokeMethod() { in invokeMethod() method in DelegatingSyncClientClass
|
/aosp_15_r20/art/test/692-vdex-inmem-loader/src/ |
H A D | Main.java | 46 boolean invokeMethod) throws Exception { in test()
|
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
H A D | BusinessLogicExecutor.java | 133 protected Object invokeMethod(String method, String... args) in invokeMethod() method in BusinessLogicExecutor
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
H A D | InvokableTypeImpl.java | 96 final public Value invokeMethod(ThreadReference threadIntf, Method methodIntf, in invokeMethod() method in InvokableTypeImpl
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | TestThread.java | 212 private Object invokeMethod(String methodName, Object... arguments) throws Exception { in invokeMethod() method in TestThread
|