Searched refs:isWindows (Results 1 - 25 of 86) sorted by relevance

1234

/openjdk10/jaxp/test/javax/xml/jaxp/unittest/parsers/
H A DBug6506304Test.java46 public static boolean isWindows = false; field in class:Bug6506304Test
49 isWindows = true;
55 if (isWindows) {
H A DBug7157608Test.java54 public static boolean isWindows = false; field in class:Bug7157608Test
57 isWindows = true;
76 if (isWindows) {
97 if (isWindows) {
117 if (isWindows) {
147 if (isWindows) {
/openjdk10/jdk/test/java/net/DatagramSocket/
H A DInheritHandle.java52 boolean isWindows = System.getProperty("os.name").startsWith("Windows");
59 if (isWindows && retries++ < 5) {
/openjdk10/hotspot/test/runtime/SharedArchiveFile/
H A DDefaultUseWithClient.java44 boolean is32BitWindows = (Platform.isWindows() && Platform.is32bit());
/openjdk10/jdk/test/tools/launcher/
H A DDefaultLocaleTestRun.java40 if (!isWindows) {
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DCR6551600Test.java59 boolean isWindows = getSystemProperty("os.name").contains("Windows");
68 String path = isWindows ? "\\\\" + hostName + "\\C$\\xslt_unc_test.xml" : "///tmp/test.xml";
93 }, isWindows ? new FilePermission("//localhost/C$/xslt_unc_test.xml", "read,write,delete")
/openjdk10/hotspot/test/runtime/memory/
H A DReserveMemory.java65 if (Platform.isWindows()) {
/openjdk10/hotspot/test/runtime/ErrorHandling/
H A DCreateCoredumpOnCrash.java49 if (Platform.isWindows()) {
/openjdk10/hotspot/test/runtime/NMT/
H A DCheckForProperDetailStackTrace.java79 (Platform.isAix() || Platform.isSolaris() || Platform.isWindows());
91 if (Platform.isWindows() || Platform.isARM()) {
/openjdk10/jdk/test/java/net/URLConnection/6212146/
H A DTestDriver.java61 boolean isWindows = System.getProperty("os.name").startsWith("Windows");
62 if (isWindows) {
/openjdk10/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DJDKToolFinder.java102 Path toolName = Paths.get("bin", tool + (isWindows() ? ".exe" : ""));
112 private static boolean isWindows() { method in class:JDKToolFinder
/openjdk10/jdk/test/javax/xml/jaxp/transform/8004476/
H A DTestBase.java32 public static boolean isWindows = false; field in class:TestBase
35 isWindows = true;
/openjdk10/hotspot/test/serviceability/dcmd/vm/
H A DDynLibsTest.java57 } else if (Platform.isWindows()) {
/openjdk10/jdk/src/java.desktop/share/classes/sun/font/
H A DFontManagerFactory.java54 if (FontUtilities.isWindows) {
/openjdk10/jdk/test/java/io/File/
H A DMaxPathLength.java40 private static boolean isWindows = false; field in class:MaxPathLength
49 isWindows = true;
63 if (isWindows) {
149 if (isWindows &&
/openjdk10/langtools/test/tools/javah/constMacroTest/
H A DConstMacroTest.java88 String longSuffix = tb.isWindows() ? "i64" : "LL";
/openjdk10/hotspot/test/serviceability/dcmd/jvmti/
H A DLoadAgentDcmdTest.java136 if (Platform.isWindows()) {
146 if (Platform.isWindows()) {
/openjdk10/jdk/test/java/net/NetworkInterface/
H A DTest.java35 static final boolean isWindows = System.getProperty("os.name").startsWith("Windows"); field in class:Test
46 if (isWindows && dName != null && dName.contains("Teredo"))
H A DIndexTest.java36 static final boolean isWindows = System.getProperty("os.name").startsWith("Windows"); field in class:IndexTest
45 if (isWindows && dName != null && dName.contains("Teredo"))
/openjdk10/jdk/src/java.smartcardio/share/classes/sun/security/smartcardio/
H A DCardImpl.java66 private static final boolean isWindows; field in class:CardImpl
71 isWindows = osName.startsWith("Windows");
90 connectProtocol = isWindows ? 0 : SCARD_PROTOCOL_RAW;
/openjdk10/jdk/test/java/io/FilePermission/
H A DCorrectness.java41 static boolean isWindows = field in class:Correctness
140 if (isWindows) {
180 if (isWindows) {
/openjdk10/jdk/test/java/lang/invoke/lambda/
H A DLUtils.java44 static final boolean isWindows = field in class:LUtils
48 isWindows ? "java.exe" : "java");
51 isWindows ? "jar.exe" : "jar");
/openjdk10/jdk/test/java/nio/file/Files/
H A DLinks.java39 static final boolean isWindows = field in class:Links
70 String[] targets = (isWindows) ? windowsTargets : otherTargets;
173 if (isWindows) {
/openjdk10/jdk/test/java/net/MulticastSocket/
H A DNoLoopbackPackets.java35 static boolean isWindows() { method in class:NoLoopbackPackets
59 if (isWindows()) {
/openjdk10/hotspot/test/native/
H A DGTestWrapper.java62 path = path.resolve("gtestLauncher" + (Platform.isWindows() ? ".exe" : ""));

Completed in 444 milliseconds

1234