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

/openjdk7/jdk/test/tools/launcher/
H A DArrrghs.java201 void checkArgumentParsing(String inArgs, String... expArgs) throws IOException { argument
215 expList.addAll(Arrays.asList(expArgs));
365 void checkArgumentWildcard(String inArgs, String... expArgs) throws IOException { argument
367 checkArgumentWildcard(in, expArgs);
372 String[] outExpArgs = new String[expArgs.length + 2];
374 System.arraycopy(expArgs, 0, outExpArgs, 1, expArgs.length);
375 outExpArgs[expArgs.length + 1] = "-R";
379 void checkArgumentWildcard(String[] inArgs, String[] expArgs) throws IOException { argument
395 expList.addAll(Arrays.asList(expArgs));
504 doArgumentCheck(String inArgs, String... expArgs) argument
[all...]

Completed in 54 milliseconds