Searched refs:debug (Results 51 - 75 of 651) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DContextEnumerator.java38 private static boolean debug = false; field in class:ContextEnumerator
145 if(debug) {
153 if(debug) {
165 if(debug) {System.out.println("hasMoreDescendants returning " +
170 if(debug) {System.out.println("hasMoreDescendants returning " +
175 if(debug) {System.out.println("hasMoreDescendants returning " +
185 if(debug) {System.out.println("getNextDescedant: simple case");}
192 if(debug) {System.out.println("getNextDescedant: expanded case");}
200 if(debug) {System.out.println("getNextDescedant: next case");}
213 if (debug) Syste
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DOASISXMLCatalogReader.java66 debug = catalog.getCatalogManager().debug;
154 debug.message(4, "xml:base", baseURI);
161 debug.message(1, "Invalid catalog entry type", localName);
163 debug.message(1, "Invalid catalog entry (base)", localName);
183 debug.message(1,
193 debug.message(4, "override", override);
200 debug.message(1, "Invalid catalog entry type", localName);
202 debug.message(1, "Invalid catalog entry (override)", localName);
219 debug
[all...]
H A DExtendedXMLCatalogReader.java87 debug.message(4, "xml:base", baseURI);
94 debug.message(1, "Invalid catalog entry type", localName);
96 debug.message(1, "Invalid catalog entry (base)", localName);
112 debug.message(4, "uriSuffix",
122 debug.message(4, "systemSuffix",
128 debug.message(1, "Invalid catalog entry type", localName);
137 debug.message(1, "Invalid catalog entry type", localName);
139 debug.message(1, "Invalid catalog entry", localName);
172 debug.message(4, "(reset) xml:base", baseURI);
179 debug
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DErrorReceiverImpl.java39 private final boolean debug; field in class:ErrorReceiverImpl
41 public ErrorReceiverImpl(Messager messager, boolean debug) { argument
43 this.debug = debug;
82 if(debug) {
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DExpression.java38 private boolean debug = Boolean.getBoolean("Expression.debug"); field in class:Expression
45 if (debug) {
51 if (debug) {
62 if (debug) {
73 if (debug) {
H A DSymbolResolutionClosure.java39 private static final boolean debug = field in class:SymbolResolutionClosure
40 Boolean.getBoolean("SymbolResolutionClosure.debug");
57 if (debug) {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DSunCertPathBuilder.java76 private static final Debug debug = Debug.getInstance("certpath"); field in class:SunCertPathBuilder
131 if (debug != null) {
132 debug.println("SunCertPathBuilder.engineBuild(" + params + ")");
189 if (debug != null) {
190 debug.println("SunCertPathBuilder.engineBuild: 2nd pass");
222 if (debug != null) {
223 debug.println("SunCertPathBuilder.engineBuild() exception in "
235 if (debug != null)
236 debug.println("SunCertPathBuilder.engineBuild() "
250 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 DCrlRevocationChecker.java88 private static final Debug debug = Debug.getInstance("certpath"); field in class:CrlRevocationChecker
154 if (debug != null) {
155 debug.println("CrlRevocationChecker: " +
290 if (debug != null) {
291 debug.println("CrlRevocationChecker.verifyRevocationStatus()" +
296 if (debug != null) {
297 debug.println("Skipping revocation check, not end entity cert");
306 if (debug != null) {
307 debug.println("CrlRevocationChecker.verifyRevocationStatus()" +
335 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 DUntrustedChecker.java46 private static final Debug debug = Debug.getInstance("certpath"); field in class:UntrustedChecker
79 if (debug != null) {
80 debug.println("UntrustedChecker: untrusted certificate " +
H A DURICertStore.java93 private static final Debug debug = Debug.getInstance("certpath"); field in class:URICertStore
220 if (debug != null) {
221 debug.println("CertStore URI:" + params.uri);
228 if (debug != null) {
229 debug.println("URICertStore.getInstance: cache hit");
252 if (debug != null) {
253 debug.println("exception creating CertStore: " + ex);
295 if (debug != null) {
296 debug.println("Returning certificates from cache");
312 if (debug !
[all...]
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 DPKIXCertPathValidator.java67 private static final Debug debug = Debug.getInstance("certpath"); field in class:PKIXCertPathValidator
98 if (debug != null)
99 debug.println("PKIXCertPathValidator.engineValidate()...");
135 if (debug != null) {
137 debug.println("PKIXCertPathValidator.engineValidate() "
140 debug.println("PKIXCertPathValidator.engineValidate() "
164 if (debug != null) {
165 debug.println("PKIXCertPathValidator.engineValidate() "
175 if (debug != null) {
176 debug
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DSubjectDomainCombiner.java55 private static final sun.security.util.Debug debug = field in class:SubjectDomainCombiner
61 javax.security.auth.Policy.isCustomPolicySet(debug);
158 if (debug != null) {
160 debug.println("null subject");
166 debug.println(s.toString());
193 if (debug != null) {
194 debug.println("after optimize");
229 if (debug != null) {
230 debug.println("Subject mutated - clearing cache");
253 if (debug !
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPrinter.java38 static final boolean debug = false; field in class:Printer
53 debug = on;
83 public static void debug(String str) { method in class:Printer
85 if (debug)
H A DPlatform.java194 if (Printer.debug) Printer.debug("Loaded ALSA lib successfully.");
197 if (Printer.debug) Printer.debug("Loaded DirectSound lib successfully.");
221 if (Printer.debug) Printer.debug("Platform: Checking for feature "+feature+"...");
224 if (Printer.debug) Printer.debug(" ...needs library "+requiredLib+". Result is loaded="+isLoaded);
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DNTSystem.java35 private native void getCurrent(boolean debug); argument
58 NTSystem(boolean debug) { argument
60 getCurrent(debug);
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewerPanel.java48 static boolean debug = false; field in class:AppletViewerPanel
205 static void debug(String s) { method in class:AppletViewerPanel
206 if(debug)
210 static void debug(String s, Throwable t) { method in class:AppletViewerPanel
211 if(debug) {
213 debug(s);
/openjdk7/jdk/test/sun/security/mscapi/
H A DShortRSAKey1024.sh60 -debug \
71 -debug \
92 -debug \
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapReferralException.java86 private boolean debug = false; field in class:LdapReferralException
108 if (debug)
147 if (debug)
166 if (debug) {
182 if (debug)
194 if (debug)
216 if (debug)
224 if (debug) {
237 if (debug)
257 if (debug) {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DSubjectCodeSource.java62 private static final sun.security.util.Debug debug = field in class:SubjectCodeSource
176 if (debug != null)
177 debug.println("\tSubjectCodeSource.implies: FAILURE 1");
188 if (debug != null)
189 debug.println("\tSubjectCodeSource.implies: PASS 1");
195 if (debug != null)
196 debug.println("\tSubjectCodeSource.implies: FAILURE 2");
217 if (debug != null)
218 debug.println("\tSubjectCodeSource.implies: FAILURE 3");
221 if (debug !
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCurrentFrameChangedEvent.java35 package com.sun.tools.example.debug.gui;
38 import com.sun.tools.example.debug.bdi.*;
/openjdk7/jdk/test/com/sun/jdi/
H A DImmutableResourceTest.java42 com.sun.tools.example.debug.tty.TTYResources ttyr =
43 new com.sun.tools.example.debug.tty.TTYResources ();
/openjdk7/jdk/src/share/classes/sun/security/jca/
H A DProviderConfig.java45 private final static sun.security.util.Debug debug = field in class:ProviderConfig
178 if (debug != null) {
179 debug.println("Recursion loading provider: " + this);
208 if (debug != null) {
209 debug.println("Loading provider: " + ProviderConfig.this);
227 if (debug != null) {
228 debug.println("Loaded provider " + obj);
232 if (debug != null) {
233 debug.println(className + " is not a provider");
245 if (debug !
[all...]

Completed in 286 milliseconds

1234567891011>>