Searched refs:mainMethod (Results 1 – 7 of 7) sorted by relevance
172 String mainMethod = "main"; in testThisObjectTest001() local173 if (mainMethod.equals(methodName)) { in testThisObjectTest001()174 logWriter.println("==> frame for method: " + mainMethod); in testThisObjectTest001()177 ("## FAILURE: Returned unexpected ObjectID for method: " + mainMethod); in testThisObjectTest001()181 fail("Returned unexpected ObjectID for method: " + mainMethod); in testThisObjectTest001()185 … ("## FAILURE: StackFrame.ThisObject returned not OBJECT_TAG for method: " + mainMethod); in testThisObjectTest001()187 … fail("StackFrame.ThisObject returned not OBJECT_TAG for method: " + mainMethod); in testThisObjectTest001()
74 Method mainMethod = null; in testImplicitMethodReference() local77 mainMethod = method; in testImplicitMethodReference()80 Assert.assertNotNull(mainMethod); in testImplicitMethodReference()82 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitMethodReference()169 Method mainMethod = null; in testImplicitFieldReference() local172 mainMethod = method; in testImplicitFieldReference()175 Assert.assertNotNull(mainMethod); in testImplicitFieldReference()177 MethodImplementation methodImpl = mainMethod.getImplementation(); in testImplicitFieldReference()
265 final Method mainMethod = clazz.getMethod("start");266 mainMethod.invoke(app);281 … final Method mainMethod = clazz.getMethod("main", (new String[0]).getClass());282 mainMethod.invoke(app, new Object[]{new String[0]});
219 Method mainMethod = c.getMethod("main", methodArgTypes); in runAnt() local223 Integer res = (Integer)mainMethod.invoke(null, methodArgs); in runAnt()
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
META-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...