Searched refs:getProperty (Results 201 - 225 of 1570) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/SSLServerSocket/
H A DDefaultSSLServSocketFac.java44 Security.getProperty("ssl.ServerSocketFactory.provider");
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A DTest4431684.java38 File f = new File(System.getProperty("test.src", "."),
/openjdk7/jdk/test/sun/security/x509/AlgorithmId/
H A DExtensibleAlgorithmId.java43 String stdAlgName = p.getProperty(alias);
/openjdk7/langtools/test/com/sun/javadoc/AccessSkipNav/
H A DAccessSkipNav.java47 private static final String FS = System.getProperty("file.separator");
48 private static final String PS = System.getProperty("path.separator");
49 private static final String LS = System.getProperty("line.separator");
62 String srcdir = System.getProperty("test.src", ".");
/openjdk7/langtools/test/com/sun/javadoc/JavascriptWinTitle/
H A DJavascriptWinTitle.java48 private static final String FS = System.getProperty("file.separator");
49 private static final String PS = System.getProperty("path.separator");
50 private static final String LS = System.getProperty("line.separator");
63 String srcdir = System.getProperty("test.src", ".");
/openjdk7/langtools/test/com/sun/javadoc/ValidHtml/
H A DValidHtml.java49 private static final String FS = System.getProperty("file.separator");
50 private static final String PS = System.getProperty("path.separator");
51 private static final String LS = System.getProperty("line.separator");
64 String srcdir = System.getProperty("test.src", ".");
/openjdk7/jdk/test/java/rmi/transport/checkLeaseInfoLeak/
H A DLeaseLeakClient.java34 int registryPort = Integer.parseInt(System.getProperty("rmi.registry.port"));
/openjdk7/jdk/test/java/security/Policy/GetPermissions/
H A DJarURL.java42 String userDir = System.getProperty("user.dir");
/openjdk7/jdk/test/java/security/UnresolvedPermission/
H A DEquals.java36 if (System.getProperty("test.src") == null) {
/openjdk7/jdk/test/java/security/cert/CertificateFactory/
H A DSlowStream.java41 System.getProperty("test.src", "."), "openssl"), "pem"));
/openjdk7/jdk/test/java/security/cert/X509Certificate/
H A DExtKeyUsage.java37 File f = new File(System.getProperty("test.src", "."),
/openjdk7/jdk/test/java/util/jar/JarFile/
H A DTurkCert.java40 File f = new File(System.getProperty("test.src","."), "test.jar");
/openjdk7/jdk/test/java/util/zip/
H A DReadLoc.java36 File zFile1 = new File(System.getProperty("test.src", "."),
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCopyJar.java34 try (ZipFile zf = new ZipFile(new File(System.getProperty("test.src", "."),
H A DReleaseInflater.java36 ZipFile zf = new ZipFile(new File(System.getProperty("test.src"),
/openjdk7/jdk/test/javax/crypto/sanity/
H A DCheckManifestForRelease.java54 String libDirName = System.getProperty("java.home", ".") + "/lib";
85 System.getProperty("java.specification.version");
143 String os = System.getProperty("os.name");
155 System.getProperty("TESTSRC", ".") + "/p11-solaris.txt";
/openjdk7/jdk/test/javax/management/loading/MLetCLR/
H A DMLetCommand.java48 System.getProperty("java.security.policy"));
/openjdk7/jdk/test/javax/script/
H A DTest2.java60 new File(System.getProperty("test.src", "."), "Test2.js")));
H A DTest3.java38 new File(System.getProperty("test.src", "."), "Test3.js"));
H A DTest4.java43 new File(System.getProperty("test.src", "."), "Test4.js")));
H A DTest6.java44 new File(System.getProperty("test.src", "."), "Test6.js"));
H A DTest7.java37 new File(System.getProperty("test.src", "."), "Test7.js");
H A DTest8.java43 new File(System.getProperty("test.src", "."), "Test8.js")));
/openjdk7/jdk/test/javax/security/auth/Subject/doAs/
H A DTest.java44 return System.getProperty("foobar");
/openjdk7/jdk/test/javax/security/auth/x500/X500Principal/
H A DInvalidConstructorInput.java46 String dir = System.getProperty("test.src");

Completed in 193 milliseconds

1234567891011>>