Home
last modified time | relevance | path

Searched defs:method10 (Results 1 – 2 of 2) sorted by relevance

/art/test/1945-proxy-method-arguments/src/
DMain.java24 void method10(String arg1, String arg2, String arg3, String arg4, String arg5, in method10() method
/art/test/589-super-imt/src/
DMain.java27 public Class<?> method10(); in method10() method
295 public Class<?> method10() { return Main.class; } in method10() method in Main
377 public Class<?> method10() { return SubMain.class; } in method10() method in SubMain