Searched refs:main (Results 1 - 25 of 6204) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/AnonymousProtect/
H A DAnonymousProtect.java34 public static void main(String[] args) { method in class:AnonymousProtect
35 P2.usePub.main(args);
/openjdk7/jdk/test/sun/rmi/runtime/Log/checkLogging/
H A DCheckLogStreams.java32 * @run main/othervm -Dsun.rmi.log.useOld=true CheckLogStreams
39 public static void main(String[] args) { method in class:CheckLogStreams
40 CheckLogging.main(args);
/openjdk7/jdk/test/sun/net/www/protocol/jar/jarbug/src/test/
H A DRunAllTests.java25 public static void main(String[] args) throws Exception { method in class:RunAllTests
27 TestBug4361044.main(noArgs);
28 TestBug4523159.main(noArgs);
/openjdk7/hotspot/test/gc/g1/
H A DTestRegionAlignment.java28 * @run main/othervm -XX:+UseG1GC -XX:G1HeapRegionSize=32m -XX:MaxRAM=555m TestRegionAlignment
35 public static void main(String[] args) { } method in class:TestRegionAlignment
/openjdk7/jdk/make/tools/reorder/tests/
H A DNull.java30 public static void main(String[] args) { method in class:Null
H A DExit.java29 public static void main(String[] args) { method in class:Exit
H A DHello.java30 public static void main(String[] args) { method in class:Hello
H A DSleep.java29 public static void main(String[] args) { method in class:Sleep
/openjdk7/jdk/test/java/lang/instrument/BootClassPath/
H A DDummyMain.java27 * Used by BootClassPath.sh - dummay "main application" which doesn't do anything
30 public static void main(String[] args) { method in class:DummyMain
/openjdk7/langtools/test/tools/javac/
H A DNoNoClassDefFoundErrorError.java33 public static void main() { method in class:NoNoClassDefFoundErrorError
H A DT6407257.java35 public static void main(String... args) { method in class:T6407257
36 main(args);
/openjdk7/langtools/test/tools/javac/StringsInSwitch/7181320/
H A DBinOpInCaseLabel.java32 public static void main(String [] args) { method in class:BinOpInCaseLabel
/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DPlainTry.java10 public static void main(String... args) { method in class:PlainTry
/openjdk7/langtools/test/tools/javac/unicode/
H A DSubChar.java44 public static void main(String args[]) { method in class:SubChar
/openjdk7/jdk/test/javax/script/
H A DTest8.js1 function main(name) { function
6 main: function(name) { print(name); }
/openjdk7/langtools/test/tools/javac/assert/
H A DPosition.java10 static public void main(String[] args) { method in class:Position
12 new U().main();
18 void main() { method in class:U
/openjdk7/jdk/test/sun/security/pkcs11/
H A DSampleTest.java41 public void main(Provider p) throws Exception { method in class:SampleTest
45 public static void main(String[] args) throws Exception { method in class:SampleTest
46 main(new SampleTest());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DObjectHistogram.java30 public static void main(String[] args) { method in class:ObjectHistogram
32 sun.jvm.hotspot.tools.ObjectHistogram.main(args);
H A DStackTrace.java30 public static void main(String[] args) { method in class:StackTrace
32 sun.jvm.hotspot.tools.StackTrace.main(args);
/openjdk7/jdk/test/java/io/Serializable/InvalidClassException/noargctor/
H A DTest.java31 * @run main Test
36 public static void main(String[] args) method in class:Test
38 Serialize.SubclassAcrossPackage.main(args);
/openjdk7/hotspot/test/runtime/7167069/
H A DPrintAsFlag.java31 * @run main/othervm -XX:+PrintCommandLineFlags -XX:-ShowMessageBoxOnError -XX:BiasedLockingStartupDelay=4000 -XX:ParallelGCThreads=4 -XX:MaxRAM=1G -XX:CMSSmallCoalSurplusPercent=1.05 -XX:ErrorFile="file" PrintAsFlag
35 public static void main(String... args) { method in class:PrintAsFlag
/openjdk7/jdk/make/tools/sharing/tests/
H A DHello.java29 public static void main(String[] args) { method in class:Hello
/openjdk7/jdk/test/com/sun/jdi/
H A DExit0.java25 public static void main(String args[]) { method in class:Exit0
H A DHelloWorld.java2 public static void main(String args[]) { method in class:HelloWorld
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DFoo.java30 public static void main(String args[]) throws Exception { method in class:Foo

Completed in 307 milliseconds

1234567891011>>