Searched defs:intMethod (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DInvocationTargetExceptionTest.java40 public int intMethod() { method in class:InvocationTargetExceptionTest.TestMethod
H A DMethodTest.java37 public int intMethod() { method in class:MethodTest.TestMethod
185 mth = TestMethod.class.getMethod("intMethod", new Class[0]);
308 mth = cl.getMethod("intMethod", new Class[0]);
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
H A DWebDOMTestObj.cpp616 int WebDOMTestObj::intMethod() function in class:WebDOMTestObj
621 return impl()->intMethod();

Completed in 224 milliseconds