Searched defs:debug (Results 326 - 350 of 483) sorted by relevance

<<11121314151617181920

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DReadTimeout.java73 static boolean debug = false; field in class:ReadTimeout
228 if (debug)
229 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/templates/
H A DSSLEngineTemplate.java88 * -Djavax.net.debug=all
94 private static boolean debug = false; field in class:SSLEngineTemplate
133 if (debug) {
134 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSUtil.java75 (new GetBooleanAction("sun.security.jgss.debug"))).
79 static void debug(String message) { method in class:GSSUtil
93 debug("Ignored invalid OID: " + oidStr);
146 debug("Skipped name " + name + " due to " + ge);
157 debug("Created Subject with the following");
158 debug("principals=" + krb5Principals);
159 debug("public creds=" + pubCredentials);
160 debug("private creds=" + privCredentials);
220 debug("Skipped cred element: " + cred);
323 debug("Searc
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbTgsReq.java340 private static void debug(String message) { method in class:KrbTgsReq
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSessionManager.java71 private final static Debug debug = Debug.getInstance("pkcs11"); field in class:SessionManager
162 if (debug != null) {
188 if (debug != null) {
210 if (debug != null) {
275 if (debug != null) {
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSeedGenerator.java82 private static final Debug debug = Debug.getInstance("provider"); field in class:SeedGenerator
103 if (debug != null) {
104 debug.println("Using operating system seed generator");
107 if (debug != null) {
108 debug.println("Failed to use operating system seed "
115 if (debug != null) {
116 debug.println("Using URL seed generator reading from "
120 if (debug != null)
121 debug.println("Failed to create seed generator with "
128 if (debug !
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBasicChecker.java62 private static final Debug debug = Debug.getInstance("certpath"); field in class:BasicChecker
156 if (debug != null)
157 debug.println("---checking " + msg + "...");
169 if (debug != null)
170 debug.println(msg + " verified.");
180 if (debug != null)
181 debug.println("---checking " + msg + ":" + date.toString() + "...");
193 if (debug != null)
194 debug.println(msg + " verified.");
206 if (debug !
[all...]
H A DBuilder.java57 private static final Debug debug = Debug.getInstance("certpath"); field in class:Builder
153 if (debug != null) {
154 debug.println("Builder.distance(): Names are different types");
157 if (debug != null) {
158 debug.println("Builder.distance(): Names are same type but " +
198 if (debug != null) {
199 debug.println("Builder.hops(): Names are different types");
220 if (debug != null) {
221 debug.println("Builder.hops(): hopDistance not implemented " +
230 if (debug !
[all...]
H A DDistributionPointFetcher.java55 private static final Debug debug = Debug.getInstance("certpath"); field in class:DistributionPointFetcher
99 if (debug != null) {
100 debug.println("DistributionPointFetcher.getCRLs: Checking "
106 if (debug != null) {
107 debug.println("No CRLDP ext");
122 if (debug != null) {
123 debug.println("Returning " + results.size() + " CRLs");
199 if (debug != null) {
200 debug.println("Exception verifying CRL: " + e.getMessage());
213 if (debug !
[all...]
H A DForwardBuilder.java75 private static final Debug debug = Debug.getInstance("certpath"); field in class:ForwardBuilder
129 if (debug != null) {
130 debug.println("ForwardBuilder.getMatchingCerts()...");
161 if (debug != null) {
162 debug.println("ForwardBuilder.getMatchingEECerts()...");
204 if (debug != null) {
205 debug.println("ForwardBuilder.getMatchingCACerts()...");
224 if (debug != null) {
225 debug.println("ForwardBuilder.getMatchingCACerts(): ca is target");
306 if (debug !
[all...]
H A DReverseState.java59 private static final Debug debug = Debug.getInstance("certpath"); field in class:ReverseState
143 if (debug != null) {
144 debug.println("ReverseState.toString() unexpected exception");
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherBox.java97 private static final Debug debug = Debug.getInstance("ssl"); field in class:CipherBox
259 if (debug != null && Debug.isOn("plaintext")) {
339 if (debug != null && Debug.isOn("plaintext")) {
409 if (debug != null && Debug.isOn("plaintext")) {
476 if (debug != null && Debug.isOn("plaintext")) {
H A DSSLSessionContextImpl.java53 private static final Debug debug = Debug.getInstance("ssl"); field in class:SSLSessionContextImpl
H A DSunX509KeyManagerImpl.java70 private static final Debug debug = Debug.getInstance("ssl"); field in class:SunX509KeyManagerImpl
149 if (debug != null && Debug.isOn("keymanager")) {
373 if (debug != null && Debug.isOn("keymanager")) {
382 if (debug != null && Debug.isOn("keymanager")) {
H A DX509TrustManagerImpl.java71 private static final Debug debug = Debug.getInstance("ssl"); field in class:X509TrustManagerImpl
233 if (debug != null && Debug.isOn("trustmanager")) {
285 if (debug != null && Debug.isOn("trustmanager")) {
292 if (debug != null && Debug.isOn("trustmanager")) {
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificateExtensions.java58 private static final Debug debug = Debug.getInstance("x509"); field in class:CertificateExtensions
125 if (debug != null) {
126 debug.println("Error parsing extension: " + ext);
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DManifest.java58 static final boolean debug = false; field in class:Manifest
60 static final void debug(String s) { method in class:Manifest
61 if (debug)
111 debug("addEntry for name: "+name);
H A DSignatureFile.java65 static final boolean debug = false; field in class:SignatureFile
74 static final void debug(String s) { method in class:SignatureFile
75 if (debug)
/openjdk7/jdk/test/java/util/logging/bundlesearch/
H A DResourceBundleSearchTest.java103 debug("We should be able to see " + PROP_RB_NAME + " on the classpath");
181 debug("Looking for " + bundleName + " using TCCL");
292 private void debug(String msg) { method in class:ResourceBundleSearchTest
/openjdk7/jdk/test/java/util/zip/
H A DFlaterTest.java46 private static final boolean debug = false; field in class:FlaterTest
61 if (debug) System.out.println("data length is " + data.length);
73 if (debug) System.out.println("deflatedLength is " + rc);
125 if (debug) System.out.println(getName() + " starting run()");
H A DInflaterBufferSize.java41 private static final boolean debug = System.getProperty("debug") != null; field in class:InflaterBufferSize
43 private static void debug(String s) { method in class:InflaterBufferSize
44 if (debug) System.out.println(s);
112 debug("Using level " + level);
119 debug("Original data from " + args[1]);
123 debug("Original data from random byte array");
125 debug("Original data length: " + data.length + " bytes");
127 debug("");
129 debug("Deflate
[all...]
H A DLargeZip.java38 static final boolean debug = System.getProperty("debug") != null; field in class:LargeZip
91 if (!userFile && !debug) {
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DMultiThreadTest.java48 static boolean debug = false; field in class:MultiThreadTest
55 static void debug(String msg) { method in class:MultiThreadTest
56 if (debug)
75 debug ("client: read " + total + " bytes");
121 debug = true;
150 MultiThreadTest.debug("Connections = " + cnt);
152 MultiThreadTest.debug("Requests = " + reqs);
191 MultiThreadTest.debug("server: calling accept.");
193 MultiThreadTest.debug("server: return accept.");
195 MultiThreadTest.debug("serve
[all...]
/openjdk7/jdk/src/share/classes/sun/misc/
H A DExtensionDependency.java120 debug(e.getMessage());
155 debug("The file " + jar.getName() +
161 debug("The jar file " + jar.getName() +
168 debug("Failed installing " + extensionName);
174 debug("No dependencies for " + jar.getName());
194 debug("Checking extension " + extensionName);
198 debug("Extension not currently installed ");
281 debug("Checking extension " + extensionName +
305 debug("Requested Extension : " + reqInfo);
314 debug("Extensio
556 private static void debug(String s) { method in class:ExtensionDependency
[all...]
H A DTimer.java351 public static boolean debug = false; field in class:TimerThread
397 if (debug) {
445 if (debug) {
474 if (debug) {
487 if (debug) {
519 } else if (debug) {

Completed in 92 milliseconds

<<11121314151617181920