Home
last modified time | relevance | path

Searched refs:invokeMethod (Results 1 – 25 of 35) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java142 assertEquals(false, invokeMethod("hasQueuedThread", this)); in callAndAssertBlocks()
145 assertEquals(true, invokeMethod("hasQueuedThread", this)); in callAndAssertBlocks()
163 assertEquals(true, invokeMethod("hasWaiters", conditionLikeObject)); in callAndAssertWaits()
214 private Object invokeMethod(String methodName, Object... arguments) throws Exception { in invokeMethod() method in TestThread
242 result = invokeMethod(request.methodName, request.arguments); in run()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java142 assertEquals(false, invokeMethod("hasQueuedThread", this)); in callAndAssertBlocks()
145 assertEquals(true, invokeMethod("hasQueuedThread", this)); in callAndAssertBlocks()
163 assertEquals(true, invokeMethod("hasWaiters", conditionLikeObject)); in callAndAssertWaits()
214 private Object invokeMethod(String methodName, Object... arguments) throws Exception { in invokeMethod() method in TestThread
242 result = invokeMethod(request.methodName, request.arguments); in run()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DRobolectricGeneratorAdapter.java67 void invokeMethod(String internalClassName, MethodNode method) { in invokeMethod() method in RobolectricGeneratorAdapter
68 invokeMethod(internalClassName, method.name, method.desc); in invokeMethod()
71 void invokeMethod(String internalClassName, String methodName, String methodDesc) { in invokeMethod() method in RobolectricGeneratorAdapter
DOldClassInstrumentor.java160 …generator.invokeMethod(mutableClass.classType.getInternalName(), originalMethod.name, originalMeth… in generateCallToClassHandler()
DClassInstrumentor.java373 generator.invokeMethod(mutableClass.internalClassName, method); in redirectorMethod()
/external/junit/src/main/java/org/junit/internal/runners/statements/
DRunBefores.java24 invokeMethod(before); in evaluate()
32 protected void invokeMethod(FrameworkMethod method) throws Throwable { in invokeMethod() method in RunBefores
DRunAfters.java33 invokeMethod(each); in evaluate()
45 protected void invokeMethod(FrameworkMethod method) throws Throwable { in invokeMethod() method in RunAfters
/external/testng/src/main/java/org/testng/internal/
DMethodInvocationHelper.java40 protected static Object invokeMethod(Method thisMethod, Object instance, Object[] parameters) in invokeMethod() method in MethodInvocationHelper
137 Object[][] originalResult = (Object[][]) invokeMethod(dataProvider, instance, parameters); in invokeDataProvider()
155 result = (Iterator<Object[]>) invokeMethod(dataProvider, instance, parameters); in invokeDataProvider()
197 invokeMethod(thisMethod, testInstance, parameters); in invokeHookable()
293 invokeMethod(thisMethod, instance, parameters); in invokeConfigurable()
DInvokeMethodRunnable.java54 MethodInvocationHelper.invokeMethod(m, m_instance, m_parameters); in runOne()
DInvoker.java514 MethodInvocationHelper.invokeMethod(method, targetInstance, params); in invokeConfigurationMethod()
565 private ITestResult invokeMethod(Object instance, in invokeMethod() method in Invoker
643 MethodInvocationHelper.invokeMethod(thisMethod, instance, in invokeMethod()
820 ITestResult result = invokeMethod(instance, tm, parameterValues, parametersIndex, suite, params, in invokeTestMethod()
967 result.add(invokeMethod(instance, tm, parameterValues, parametersIndex, suite, in retryFailed()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyObjectReference.java68 …public Value invokeMethod(ThreadReference thread, Method method, List<? extends Value> arguments, … in invokeMethod() method in LazyObjectReference
71 return getValue().invokeMethod(thread, method, arguments, options); in invokeMethod()
/external/escapevelocity/src/main/java/com/google/escapevelocity/
DReferenceNode.java113 return invokeMethod(method, lhsValue, ImmutableList.of()); in evaluate()
252 return invokeMethod(Iterables.getOnlyElement(compatibleMethods), lhsValue, argValues); in evaluate()
323 Object invokeMethod(Method method, Object target, List<Object> argValues) { in invokeMethod() method in ReferenceNode
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DInterfaceType.java193 default Value invokeMethod(ThreadReference thread, Method method, in invokeMethod() method
DClassType.java240 Value invokeMethod(ThreadReference thread, Method method, in invokeMethod() method
DObjectReference.java272 Value invokeMethod(ThreadReference thread, Method method, in invokeMethod() method
/external/caliper/caliper/src/main/java/com/google/caliper/options/
DCommandLineParser.java178 invokeMethod(injectee, injectionMap.leftoversMethod, leftovers); in parseAndInject()
335 invokeMethod(injectee, method, convert(parser, valueText)); in inject()
418 private static void invokeMethod(Object injectee, Method method, Object value) in invokeMethod() method in CommandLineParser
/external/dagger2/java/dagger/internal/codegen/writing/
DSimpleMethodBindingExpression.java89 : invokeMethod(requestingClass); in getDependencyExpression()
92 private Expression invokeMethod(ClassName requestingClass) { in invokeMethod() method in SimpleMethodBindingExpression
DInjectionMethods.java155 return invokeMethod(methodSpec, arguments.build(), enclosingClass, requestingClass); in invoke()
347 return invokeMethod(methodSpec, arguments.build(), enclosingClass, generatedTypeName); in invoke()
500 private static CodeBlock invokeMethod( in invokeMethod() method
/external/junit/src/main/java/org/junit/runners/parameterized/
DBlockJUnit4ClassRunnerWithParameters.java166 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
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DObjectReferenceImpl.java380 public Value invokeMethod(ThreadReference threadIntf, Method methodIntf, in invokeMethod() method in ObjectReferenceImpl
396 return type.invokeMethod(thread, method, origArguments, options); in invokeMethod()
399 return type.invokeMethod(thread, method, origArguments, options); in invokeMethod()
DInvokableTypeImpl.java96 final public Value invokeMethod(ThreadReference threadIntf, Method methodIntf, in invokeMethod() method in InvokableTypeImpl
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliPositionManagerTest.java166 …@Override public Value invokeMethod(EvaluationContext evaluationContext, ObjectReference objRef, M… in invokeMethod() method
167 …@Override public Value invokeMethod(EvaluationContext evaluationContext, ClassType classType, Meth… in invokeMethod() method
/external/testng/src/main/java/org/testng/internal/annotations/
DJDK15TagFactory.java476 T result = (T) invokeMethod(annotation, methodName); in findInherited()
505 String[] g = (String[]) invokeMethod(annotation, methodName); in findInheritedStringArray()
516 private Object invokeMethod(Annotation test, String methodName) { in invokeMethod() method in JDK15TagFactory
/external/kotlinc/lib/
Dkotlin-preloader.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
/external/guice/lib/build/
Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...

12