Searched defs:args (Results 26 - 50 of 6031) sorted by relevance

1234567891011>>

/openjdk7/hotspot/test/testlibrary/
H A DOutputAnalyzerTest.java34 public static void main(String args[]) throws Exception { argument
/openjdk7/hotspot/agent/test/libproc/
H A DLibprocTest.java30 public static void main(String[] args) throws Exception { argument
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DProjectCreator.java77 public static void main(String[] args) { argument
79 if (args.length < 3) {
84 String platformName = args[0];
89 String[] platformArgs = new String[args.length - 1];
90 System.arraycopy(args, 1, platformArgs, 0, platformArgs.length);
/openjdk7/hotspot/test/compiler/7088020/
H A DTest7088020.java41 public static void main(String... args) throws Throwable { argument
/openjdk7/hotspot/test/compiler/7158807/
H A DTest7158807.java40 * @param args the command line arguments
42 public static void main(String[] args) throws Throwable { argument
/openjdk7/hotspot/test/compiler/7169782/
H A DTest7169782.java40 public static void main(String[] args) { argument
/openjdk7/hotspot/test/compiler/7179138/
H A DTest7179138_1.java34 public static void main(String[] args) throws Exception { argument
H A DTest7179138_2.java34 public static void main(String[] args) throws Exception { argument
/openjdk7/hotspot/test/compiler/7184394/
H A DTestAESMain.java37 public static void main(String[] args) { argument
38 int iters = (args.length > 0 ? Integer.valueOf(args[0]) : 1000000);
/openjdk7/jdk/make/tools/reorder/tests/
H A DExit.java29 public static void main(String[] args) { argument
H A DHello.java30 public static void main(String[] args) { argument
H A DIntToString.java30 public static void main(String[] args) { argument
34 if (args.length == 0) {
H A DJHello.java40 public static void main(String args[]) { argument
H A DLoadFrame.java31 public static void main(String[] args) { argument
H A DLoadJFrame.java31 public static void main(String[] args) { argument
H A DLoadToolkit.java31 public static void main(String[] args) { argument
H A DNull.java30 public static void main(String[] args) { argument
H A DSleep.java29 public static void main(String[] args) { argument
/openjdk7/jdk/make/tools/sharing/tests/
H A DGHello.java33 public static void main(String[] args) { argument
37 if (args.length == 1 && args[0].equals("quit")) {
H A DHello.java29 public static void main(String[] args) { argument
H A DJHello.java33 public static void main(String[] args) { argument
37 if (args.length == 1 && args[0].equals("quit")) {
/openjdk7/jdk/src/macosx/bundle/appbundler/test/
H A DTest.java28 public static void main(String[] args) { argument
31 for (int i = 0; i < args.length; i++) {
32 System.out.println("arg[" + i + "] = " + args[i]);
/openjdk7/hotspot/test/compiler/5091921/
H A DTest6196102.java34 static public void main(String[] args) { argument
H A DTest6753639.java34 public static void main(String[] args) throws InterruptedException { argument
H A DTest6850611.java35 public static void main(String[] args) { argument

Completed in 356 milliseconds

1234567891011>>