Searched defs:testArgs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DLaunchCommandLine.java57 testArgs(args);
63 void testArgs(String[] args) throws Exception { method in class:LaunchCommandLine
/openjdk7/jdk/test/java/lang/invoke/
H A DBigArityTest.java88 static Object[] testArgs(int arity) { method in class:BigArityTest
112 Object[] args = testArgs(3);
183 Object[] args = testArgs(arity);
190 Object[] args = testArgs(arity);
263 Object[] args = testArgs(arity);
373 Object[] a = testArgs(ARITY);
580 Object[] a = testArgs(ARITY);
789 Object[] a = testArgs(ARITY);
979 Object[] a = testArgs(ARITY);

Completed in 69 milliseconds