Searched refs:setProperty (Results 76 - 100 of 482) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javap/
H A DT6879371.java59 setProperty("useJavaUtilZip", (useJavaUtilZip ? "true" : null));
67 setProperty("useJavaUtilZip", prev);
113 void setProperty(String key, String value) { method in class:T6879371
115 System.setProperty(key, value);
/openjdk7/jdk/test/sun/security/action/GetLongAction/
H A DReturnNullIfNoDefault.java47 System.setProperty("test", Long.toString(larg));
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DLifeTimeInSeconds.java36 System.setProperty("javax.security.auth.useSubjectCredsOnly", "false");
H A DUseCacheAndStoreKey.java44 System.setProperty("test.kdc.save.ccache", "cache.here");
H A DTwoPrinces.java52 System.setProperty("java.security.krb5.conf", "krb5.conf");
63 System.setProperty("java.security.auth.login.config", "jaas.conf");
/openjdk7/jdk/test/sun/security/krb5/etype/
H A DETypeOrder.java36 System.setProperty("java.security.krb5.conf", "no_such_file");
H A DWeakCrypto.java36 System.setProperty("java.security.krb5.conf",
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DStreamValidatorHelper.java142 config.setProperty(ENTITY_RESOLVER, fComponentManager.getProperty(ENTITY_RESOLVER));
143 config.setProperty(ERROR_HANDLER, fComponentManager.getProperty(ERROR_HANDLER));
168 config.setProperty(ENTITY_RESOLVER, fComponentManager.getProperty(ENTITY_RESOLVER));
169 config.setProperty(ERROR_HANDLER, fComponentManager.getProperty(ERROR_HANDLER));
171 config.setProperty(ERROR_REPORTER, errorReporter);
178 config.setProperty(SYMBOL_TABLE, fComponentManager.getProperty(SYMBOL_TABLE));
179 config.setProperty(VALIDATION_MANAGER, fComponentManager.getProperty(VALIDATION_MANAGER));
180 config.setProperty(XMLConstants.ACCESS_EXTERNAL_DTD,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DSAXParser.java115 fConfiguration.setProperty(SYMBOL_TABLE, symbolTable);
118 fConfiguration.setProperty(XMLGRAMMAR_POOL, grammarPool);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DJAXBElementMember.java84 setProperty(prop);
89 public void setProperty(JAXBProperty prop) { method in class:JAXBElementMember
/openjdk7/jdk/test/java/net/InetAddress/
H A DGetLocalHostWithSM.java49 System.setProperty("host.name", localHost.
53 System.setProperty("java.security.policy", policyFileName);
/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DSelfWildcard.java49 System.setProperty("test.src", ".");
51 System.setProperty("java.security.policy",
/openjdk7/jdk/test/sun/security/provider/PolicyParser/
H A DExtDirsChange.java62 System.setProperty("java.ext.dirs",
103 System.setProperty("java.ext.dirs", " ");
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DRequestURI.java58 System.getProperties().setProperty("http.proxyHost", "localhost");
59 System.getProperties().setProperty("http.proxyPort", Integer.toString(port));
/openjdk7/jdk/test/sun/security/krb5/canonicalize/
H A DTest.java39 System.setProperty("java.security.krb5.realm", "THIS.REALM");
40 System.setProperty("java.security.krb5.kdc", "localhost");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/
H A DReadBlocksClose.java190 System.setProperty("javax.net.ssl.keyStore", keyFilename);
191 System.setProperty("javax.net.ssl.keyStorePassword", passwd);
192 System.setProperty("javax.net.ssl.trustStore", trustFilename);
193 System.setProperty("javax.net.ssl.trustStorePassword", passwd);
196 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ClientHandshaker/
H A DCipherSuiteOrder.java208 System.setProperty("javax.net.ssl.keyStore", keyFilename);
209 System.setProperty("javax.net.ssl.keyStorePassword", passwd);
210 System.setProperty("javax.net.ssl.trustStore", trustFilename);
211 System.setProperty("javax.net.ssl.trustStorePassword", passwd);
214 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/HandshakeOutStream/
H A DNullCerts.java205 System.setProperty("javax.net.ssl.keyStore", keyFilename);
206 System.setProperty("javax.net.ssl.keyStorePassword", passwd);
207 System.setProperty("javax.net.ssl.trustStore", trustFilename);
208 System.setProperty("javax.net.ssl.trustStorePassword", passwd);
211 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ProtocolVersion/
H A DHttpsProtocols.java187 System.setProperty("javax.net.ssl.keyStore", keyFilename);
188 System.setProperty("javax.net.ssl.keyStorePassword", passwd);
189 System.setProperty("javax.net.ssl.trustStore", trustFilename);
190 System.setProperty("javax.net.ssl.trustStorePassword", passwd);
200 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSessionImpl/
H A DHashCodeMissing.java174 System.setProperty("javax.net.ssl.keyStore", keyFilename);
175 System.setProperty("javax.net.ssl.keyStorePassword", passwd);
176 System.setProperty("javax.net.ssl.trustStore", trustFilename);
177 System.setProperty("javax.net.ssl.trustStorePassword", passwd);
180 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DCloseSocketException.java175 System.setProperty("javax.net.ssl.keyStore", keyFilename);
176 System.setProperty("javax.net.ssl.keyStorePassword", passwd);
177 System.setProperty("javax.net.ssl.trustStore", trustFilename);
178 System.setProperty("javax.net.ssl.trustStorePassword", passwd);
181 System.setProperty("javax.net.debug", "all");
H A DInvalidateServerSessionRenegotiate.java200 System.setProperty("javax.net.ssl.keyStore", keyFilename);
201 System.setProperty("javax.net.ssl.keyStorePassword", passwd);
202 System.setProperty("javax.net.ssl.trustStore", trustFilename);
203 System.setProperty("javax.net.ssl.trustStorePassword", passwd);
206 System.setProperty("javax.net.debug", "all");
H A DNewSocketMethods.java241 System.setProperty("javax.net.ssl.keyStore", keyFilename);
242 System.setProperty("javax.net.ssl.keyStorePassword", passwd);
243 System.setProperty("javax.net.ssl.trustStore", trustFilename);
244 System.setProperty("javax.net.ssl.trustStorePassword", passwd);
247 System.setProperty("javax.net.debug", "all");
H A DServerTimeout.java214 System.setProperty("javax.net.ssl.keyStore", keyFilename);
215 System.setProperty("javax.net.ssl.keyStorePassword", passwd);
216 System.setProperty("javax.net.ssl.trustStore", trustFilename);
217 System.setProperty("javax.net.ssl.trustStorePassword", passwd);
220 System.setProperty("javax.net.debug", "all");
H A DUnconnectedSocketWrongExceptions.java193 System.setProperty("javax.net.ssl.keyStore", keyFilename);
194 System.setProperty("javax.net.ssl.keyStorePassword", passwd);
195 System.setProperty("javax.net.ssl.trustStore", trustFilename);
196 System.setProperty("javax.net.ssl.trustStorePassword", passwd);
199 System.setProperty("javax.net.debug", "all");

Completed in 61 milliseconds

1234567891011>>