Searched defs:runMethod (Results 1 – 6 of 6) sorted by relevance
36 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod() argument
210 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod() method in InstrumentationTestCase214 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() method in InstrumentationTestCase
116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() argument
153 Method runMethod= null; in runTest() local
273 fun runMethod( regex740 private fun runMethod( regex
383 Method runMethod = aClass.getDeclaredMethod("run", String.class); in testDoubleLoad() local