Searched refs:realMain (Results 1 - 25 of 87) sorted by relevance

1234

/openjdk7/jdk/test/com/sun/tools/extcheck/
H A DTestExtcheckArgs.java41 public static void realMain(String[] args) throws Throwable { method in class:TestExtcheckArgs
67 Main.realMain(args);
89 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DMain.java48 realMain(args);
55 public static void realMain(String[] args) throws Exception { method in class:Main
/openjdk7/jdk/test/java/util/Arrays/
H A DFill.java37 private static void realMain(String[] args) throws Throwable { method in class:Fill
71 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/Collections/
H A DSetFromMap.java44 try { realMain(); } catch (Throwable t) { unexpected(t); }
50 private static void realMain() throws Throwable { method in class:SetFromMap
/openjdk7/jdk/test/java/util/Random/
H A DNextBytes.java34 private static void realMain(String[] args) throws Throwable { method in class:NextBytes
58 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/Vector/
H A DCopyInto.java37 private static void realMain(String[] args) throws Throwable { method in class:CopyInto
59 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/CopyOnWriteArrayList/
H A DEqualsRace.java35 private static void realMain(String[] args) throws Throwable { method in class:EqualsRace
66 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/DelayQueue/
H A DPollUnexpired.java39 private static void realMain(String[] args) throws Throwable { method in class:PollUnexpired
62 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DIterate.java41 private static void realMain(String[] args) throws Throwable { method in class:Iterate
73 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DExplicitSet.java36 static void realMain(String[] args) throws Throwable { method in class:ExplicitSet
84 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/zip/GZIP/
H A DReadUByte.java46 public static void realMain(String[] args) throws Throwable { method in class:ReadUByte
69 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/sun/tools/native2ascii/
H A DPermission.java43 public static void realMain(String[] args) throws Throwable { method in class:Permission
82 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/tools/jar/
H A DUpdateJar.java44 public static void realMain(String[] args) throws Throwable { method in class:UpdateJar
83 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DChangeDir.java50 public static void realMain(String[] args) throws Throwable { method in class:ChangeDir
126 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/AbstractCollection/
H A DToString.java36 private static void realMain(String[] args) { method in class:ToString
74 try { realMain(args); } catch (Throwable t) { unexpected(t); }
/openjdk7/jdk/test/java/util/TreeMap/
H A DEmptyMapAndNulls.java39 static void realMain(String[] args) throws Throwable { method in class:EmptyMapAndNulls
117 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/Executors/
H A DAutoShutdown.java53 private static void realMain(String[] args) throws Throwable { method in class:AutoShutdown
88 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DModifyCorePoolSize.java45 static void realMain(String[] args) throws Throwable { method in class:ModifyCorePoolSize
72 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DTimeOutShrink.java42 private static void realMain(String[] args) throws Throwable { method in class:TimeOutShrink
78 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/util/zip/
H A DTestZipError.java36 public static void realMain(String[] args) throws Throwable { method in class:TestZipError
112 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/sun/nio/cs/
H A DEucJpLinux0212.java46 private static void realMain(String[] args) throws Throwable { method in class:EucJpLinux0212
76 try {realMain(args);} catch (Throwable t) {unexpected(t);}
H A DUkrainianIsNotRussian.java40 private static void realMain(String[] args) throws Throwable { method in class:UkrainianIsNotRussian
73 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/io/PrintStream/
H A DFailingConstructors.java46 private static void realMain(String[] args) throws Throwable { method in class:FailingConstructors
131 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/io/PrintWriter/
H A DFailingConstructors.java44 private static void realMain(String[] args) throws Throwable { method in class:FailingConstructors
130 try {realMain(args);} catch (Throwable t) {unexpected(t);}
/openjdk7/jdk/test/java/nio/charset/CharsetEncoder/
H A DFlush.java49 private static void realMain(String[] args) throws Throwable { method in class:Flush
108 try { realMain(args); } catch (Throwable t) { unexpected(t); }

Completed in 81 milliseconds

1234