Home
last modified time | relevance | path

Searched defs:thisMethod (Results 1 – 8 of 8) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DMethodInvocationHelper.java40 protected static Object invokeMethod(Method thisMethod, Object instance, Object[] parameters) in invokeMethod()
189 final IHookable hookable, final Method thisMethod, in invokeHookable()
285 … final IConfigurable configurableInstance, final Method thisMethod, in invokeConfigurable()
DInvokeMethodRunnable.java21 public InvokeMethodRunnable(ITestNGMethod thisMethod, in InvokeMethodRunnable()
DMethodGroupsHelper.java203 ITestNGMethod thisMethod = MethodGroupsHelper.findMethodNamed(tm, allMethods); in findGroupTransitiveClosure() local
DPackageUtils.java131 Method thisMethod = url.openConnection().getClass() in findClassesInPackage() local
DMethodHelper.java85 Method thisMethod = method.getMethod(); in findDependedUponMethods() local
DUtils.java465 public static void logInvocation(String reason, Method thisMethod, Object[] parameters) { in logInvocation()
DInvoker.java625 Method thisMethod = tm.getConstructorOrMethod().getMethod(); in invokeMethod() local
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java541 Local<Method> thisMethod = code.newLocal(methodType); in generateCodeForAllMethods() local