Searched refs:System (Results 1 - 25 of 10643) sorted by relevance

1234567891011>>

/openjdk10/langtools/test/tools/javac/
H A DEmptyDocComments.java49 System.out.println("javadoc comment");
50 System.out.println("- contains whitespace");
51 System.out.println("- ends on same line as potential comment");
58 System.out.println("javadoc comment");
59 System.out.println("- contains nothing");
60 System.out.println("- ends on same line as potential comment");
66 System.out.println("javadoc comment");
67 System.out.println("- contains whitespace");
68 System.out.println("- ends on same line as comment start");
76 System
[all...]
/openjdk10/jdk/test/sun/security/provider/PolicyParser/
H A DExtDirsB.java26 System.out.println("user.home = " + System.getProperty("user.home"));
/openjdk10/nashorn/samples/
H A Dtest.js33 var System = Java.type("java.lang.System"); variable
34 print(System.getProperty("java.home"));
/openjdk10/nashorn/test/script/nosecurity/
H A Dnosecurity.js30 var System = Java.type("java.lang.System"); variable
32 if (System.securityManager != null) {
/openjdk10/hotspot/make/src/classes/build/tools/projectcreator/
H A DProjectCreator.java30 System.out.println("ProjectCreator options:");
31 System.err.println("WinGammaPlatform platform-specific options:");
32 System.err.println(" -sourceBase <path to directory (workspace) "
34 System.err.println(" -dspFileName <full pathname to which .dsp file "
37 System.err.println(" -envVar <environment variable to be inserted "
40 System.err.println(" -dllLoc <path to directory in which to put "
42 System.err.println(" If any of the above are specified, "
44 System.err.println(" Note: if '-altRelativeInclude' option below is "
47 System.err.println(" Additional, optional arguments, which can be "
49 System
[all...]
/openjdk10/jdk/test/com/sun/jdi/sde/onion/pickle/
H A DMangle.java4 System.out.println("four");
5 System.out.println("five");
6 System.out.println("six");
7 System.out.println("seven");
8 System.out.println("eight");
9 System.out.println("nine");
10 System.out.println("ten");
/openjdk10/hotspot/test/runtime/BootClassAppendProp/
H A DSunBootClassPath.java32 if (System.getProperty("sun.boot.class.path") != null) {
34 System.getProperty("sun.boot.class.path"));
36 System.out.println("Test SunBootClassPath passed");
/openjdk10/hotspot/test/runtime/ClassResolutionFail/
H A DPropertySuper.java27 PropertySuper() { System.out.println("remove me for NoClassDefFoundError"); }
/openjdk10/jdk/test/java/lang/ClassLoader/deadlock/src/comSB/
H A DSupAlice.java27 System.out.println("comSB.SupAlice loaded");
/openjdk10/jdk/test/java/lang/ClassLoader/deadlock/src/comSA/
H A DSupBob.java27 System.out.println("comSA.SupBob loaded");
/openjdk10/jdk/test/java/lang/invoke/8022701/
H A DMethodSupplier.java32 System.out.println("good");
/openjdk10/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A DApplication.java33 System.out.println("Bring us up to warp speed!");
/openjdk10/jdk/test/java/net/URLClassLoader/closetest/serverRoot/
H A DTest.java26 System.out.println ("Test created");
/openjdk10/langtools/test/tools/javac/diags/examples/
H A DOrphaned.java29 System.out.println("3");
H A DInitializerNotAllowed.java28 System.out.println();
H A DPossibleFallThrough.java31 System.out.println(0);
33 System.out.println(1);
/openjdk10/nashorn/test/script/basic/
H A DNASHORN-758.js34 if (java.lang.System.getProperty("nashorn.test.foo") != "bar") {
35 fail("System property 'nashorn.test.foo' != 'bar'");
38 if (java.lang.System.getProperty("nashorn.test.hello") != "world") {
39 fail("System property 'nashorn.test.hello' != 'world'");
/openjdk10/jdk/test/java/lang/instrument/
H A DManifestTestApp.java26 System.out.println("Hello from ManifestTestApp!");
29 System.exit(0);
37 System.out.println("PASS: ExampleForBootClassPath was loaded" +
40 System.out.println("FAIL: ExampleForBootClassPath was loaded" +
42 System.exit(1);
50 System.out.println("ExampleForBootClassPath was not loaded.");
56 System.out.println("ExampleForBootClassPath was loaded.");
58 System.out.println("PASS: the correct" +
61 System.out.println("FAIL: the wrong ExampleForBootClassPath" +
63 System
[all...]
/openjdk10/hotspot/test/runtime/SharedArchiveFile/serviceability/transformRelatedClasses/myPkg1/
H A DSuperClazz.java28 System.out.println("SuperClazz: entering testParent()");
31 System.out.println("parent-transform-check: this-should-be-transformed");
/openjdk10/jdk/test/sun/security/provider/PolicyFile/
H A DUtf8.java34 System.out.println("user name = " + System.getProperty("user.name"));
/openjdk10/jdk/test/tools/launcher/
H A DPrintVersion.java33 System.out.println(System.getProperty("java.version"));
H A DUglyPrintVersion.java35 System.out.println(System.getProperty("java.version"));
/openjdk10/langtools/test/tools/javac/policy/test3/
H A DA.java5 System.err.println("hello");
7 System.err.println("world");
/openjdk10/jdk/test/javax/management/MBeanServerFactory/
H A DReleaseMBeanServerTest.java50 System.out.println("--------------------------------------" +
52 System.out.println("- Testing IllegalArgumentException in " +
54 System.out.println("--------------------------------------" +
57 System.out.println("TEST_0: Call releaseMBeanServer() with " +
61 System.err.println("Didn't get expected IllegalArgumentException!");
62 System.exit(1);
64 System.out.println("Got expected IllegalArgumentException!");
67 System.out.println("TEST_1: Call releaseMBeanServer() with an " +
73 System.err.println("Didn't get expected IllegalArgumentException!");
74 System
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DTestDebugInfo.java30 System.err.println("usage: java TestParser [file name]");
31 System.err.println("File name may be an .exe, .dll or .obj");
32 System.exit(1);
38 System.out.println("PE Image detected.");
40 System.out.println("PE Image NOT detected, assuming object file.");
45 System.out.println("No debug information found.");
46 System.exit(1);
48 System.out.println("Debug information found!");
55 case SST_MODULE: System.out.println(" SST_MODULE"); break;
56 case SST_TYPES: System
[all...]

Completed in 291 milliseconds

1234567891011>>