Searched defs:debug (Results 251 - 275 of 483) sorted by relevance

<<11121314151617181920

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/
H A DTransform.java73 boolean uri, boolean debug, int iterations) {
77 _debug = debug;
234 boolean uri = false, debug = false;
244 debug = true;
268 debug, iterations);
72 Transform(String className, String fileName, boolean uri, boolean debug, int iterations) argument
/openjdk7/jaxp/src/javax/xml/validation/
H A DSchemaFactoryFinder.java51 /** debug support code. */
52 private static boolean debug = false; field in class:SchemaFactoryFinder
71 debug = ss.getSystemProperty("jaxp.debug") != null;
73 debug = false;
78 * <p>Conditional debug printing.</p>
83 if (debug) {
106 if( debug ) {
176 if( debug ) {
212 if (debug) {
[all...]
/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathFactoryFinder.java54 /** debug support code. */
55 private static boolean debug = false; field in class:XPathFactoryFinder
59 debug = ss.getSystemProperty("jaxp.debug") != null;
61 debug = false;
76 * <p>Conditional debug printing.</p>
81 if (debug) {
104 if( debug ) {
173 if( debug ) {
209 if (debug) {
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerManagerImpl.java100 boolean debug = false ; field in class:ServerManagerImpl
105 Repository repository, String dbDirName, boolean debug)
113 this.debug = debug ;
160 if (debug)
176 if (debug)
183 if (debug)
188 if (debug)
203 if (debug)
209 if (debug)
104 ServerManagerImpl(ORB orb, CorbaTransportManager transportManager, Repository repository, String dbDirName, boolean debug) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DBufferManagerReadStream.java55 private boolean debug = false; field in class:BufferManagerReadStream
62 debug = orb.transportDebugFlag;
79 if (debug)
134 if (debug)
152 if (debug)
212 if (debug)
258 if (debug)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DSOQLEngine.java249 if (debug) System.out.println(msg);
252 private static final boolean debug; field in class:SOQLEngine
254 debug = System.getProperty("sun.jvm.hotspot.utilities.soql.SOQLEngine.debug") != null;
258 super(debug);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java147 debug("Start Tag: " + tag.getHTMLTag() + " pos: " + getCurrentPos());
149 debug("Start Tag: " + tag.getHTMLTag() + " attributes: " +
169 debug("comment: ->" + new String(text) + "<-"
200 debug("Empty Tag: " + tag.getHTMLTag() + " pos: " + getCurrentPos());
202 debug("Empty Tag: " + tag.getHTMLTag() + " attributes: "
238 debug("End Tag: " + tag.getHTMLTag() + " pos: " + getCurrentPos());
256 debug("text: ->" + new String(data) + "<-" + " pos: " + getCurrentPos());
268 debug("Error: ->" + errorMsg + "<-" + " pos: " + getCurrentPos());
276 * debug messages
278 private void debug(Strin method in class:DocumentParser
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DUnresolvedPermission.java109 private static final sun.security.util.Debug debug = field in class:UnresolvedPermission
285 if (debug != null ) {
286 debug.println("NoSuchMethodException:\n could not find " +
292 if (debug != null ) {
293 debug.println("unable to instantiate " + name);
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CRLSelector.java79 private static final Debug debug = Debug.getInstance("certpath"); field in class:X509CRLSelector
613 if (debug != null) {
614 debug.println("X509CRLSelector.match: issuer DNs "
625 if (debug != null) {
626 debug.println("X509CRLSelector.match: no CRLNumber");
637 if (debug != null) {
638 debug.println("X509CRLSelector.match: exception in "
647 if (debug != null) {
648 debug.println("X509CRLSelector.match: CRLNumber too small");
657 if (debug !
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DKeyAgreement.java78 private static final Debug debug = field in class:KeyAgreement
269 // max number of debug warnings to print from chooseFirstProvider()
285 if (debug != null) {
288 debug.println("KeyAgreement.init() not first method "
291 debug.println("Further warnings of this type will "
H A DMac.java77 private static final Debug debug = field in class:Mac
256 // max number of debug warnings to print from chooseFirstProvider()
272 if (debug != null) {
275 debug.println("Mac.init() not first method "
278 debug.println("Further warnings of this type will "
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/util/
H A DClassLogger.java93 public final void debug(String func, String msg) { method in class:ClassLogger
97 public final void debug(String func, Throwable t) { method in class:ClassLogger
101 public final void debug(String func, String msg, Throwable t) { method in class:ClassLogger
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DClientId.java69 final public static boolean debug = false; field in class:ClientId
96 if (debug) {
193 if (debug) {
H A DNamingEventNotifier.java51 private final static boolean debug = false; field in class:NamingEventNotifier
139 if (debug) {
173 if (debug) System.err.println("NamingEventNotifier Interrupted");
183 if (debug) System.err.println("NamingEventNotifier finished");
187 if (debug) System.err.println("NamingEventNotifier cleanup");
191 if (debug) System.err.println("NamingEventNotifier enum closing");
196 if (debug) System.err.println("NamingEventNotifier ctx closing");
208 if (debug) System.err.println("NamingEventNotifier being stopping");
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/ext/
H A DStartTlsResponseImpl.java75 private static final boolean debug = false; field in class:StartTlsResponseImpl
221 if (debug) {
227 if (debug) {
272 if (debug) {
281 if (debug) {
342 if (debug) {
349 if (debug) {
357 if (debug) {
362 if (debug) {
370 if (debug) {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnections.java67 private static final boolean debug = Pool.debug; field in class:Connections
355 if (debug) {
361 if (debug) {
367 if (debug) {
/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/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DChildSession.java35 package com.sun.tools.example.debug.bdi;
134 //### debug
143 //### debug
H A DEventRequestSpec.java35 package com.sun.tools.example.debug.bdi;
H A DEventRequestSpecList.java35 package com.sun.tools.example.debug.bdi;
H A DJDIEventSource.java35 package com.sun.tools.example.debug.bdi;
40 import com.sun.tools.example.debug.event.*;
H A DMethodBreakpointSpec.java35 package com.sun.tools.example.debug.bdi;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/event/
H A DAbstractEventSet.java35 package com.sun.tools.example.debug.event;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DClassTreeTool.java35 package com.sun.tools.example.debug.gui;
45 import com.sun.tools.example.debug.event.*;
46 import com.sun.tools.example.debug.bdi.*;
H A DEnvironment.java35 package com.sun.tools.example.debug.gui;
39 import com.sun.tools.example.debug.bdi.*;
145 com.sun.tools.example.debug.gui.GUI.srcTool.showSourceFile(fileName);
152 com.sun.tools.example.debug.gui.GUI.srcTool.showSourceForLocation(locn);

Completed in 95 milliseconds

<<11121314151617181920