Searched defs:debug (Results 276 - 300 of 483) sorted by relevance

<<11121314151617181920

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceManager.java35 package com.sun.tools.example.debug.gui;
42 import com.sun.tools.example.debug.event.*;
H A DSourceModel.java35 package com.sun.tools.example.debug.gui;
H A DStackTraceTool.java35 package com.sun.tools.example.debug.gui;
41 import com.sun.tools.example.debug.bdi.*;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DBreakpointSpec.java35 package com.sun.tools.example.debug.tty;
H A DEventHandler.java35 package com.sun.tools.example.debug.tty;
H A DEventRequestSpecList.java35 package com.sun.tools.example.debug.tty;
H A DThreadInfo.java35 package com.sun.tools.example.debug.tty;
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/oql/
H A DOQLEngine.java256 if (debug) System.out.println(msg);
296 if (debug) e.printStackTrace();
309 private static boolean debug = false; field in class:OQLEngine
/openjdk7/jdk/make/tools/swing-beans/
H A DGenSwingBeanInfo.java76 * @param debug Flag to turn on debugging
78 public GenSwingBeanInfo(String fileDir, String templateFilename, boolean debug) { argument
81 this.DEBUG = debug;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassVisitor.java105 * @param debug additional debug information to compute the correspondance
109 void visitSource(String source, String debug); argument
/openjdk7/jdk/test/com/sun/nio/sctp/
H A DMessageInfoTests.java129 boolean debug = true; field in class:MessageInfoTests
138 void debug(String message) {if(debug) { System.out.println(message); } } method in class:MessageInfoTests
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DBind.java92 debug("getAllLocalAddresses on channel bound to the wildcard:\n"
150 debug("testBindUnbind, connected: " + connected);
157 debug("channel.bind( " + a + ")");
161 debug("channel.bindAddress(" + ia + ")");
164 if (debug) {Util.dumpAddresses(channel, out);}
172 debug("bind/unbindAddresses on the system addresses");
176 debug("unbindAddress: " + addr);
179 if (debug) {Util.dumpAddresses(channel, out);}
182 debug("bindAddress: " + addr);
184 if (debug) {Uti
331 boolean debug = true; field in class:Bind
339 void debug(String message) {if(debug) { System.out.println(message); } } method in class:Bind
[all...]
H A DReceive.java85 debug("Server started and listening on " + address);
119 debug("Test 2: invoking receive");
147 debug("Test 3: invoking receive");
226 debug("addrs should not be empty");
251 debug("sending small message: " + buf);
259 debug("sending large message: " + buf);
262 debug("shutdown");
307 debug("AssociationChangeNotification");
308 debug(" Association: " + notification.association());
309 debug(" Even
341 boolean debug = true; field in class:Receive
349 void debug(String message) {if(debug) { method in class:Receive
[all...]
H A DSend.java83 debug("Server started and listening on " + address);
117 debug("sending on stream number: " + streamNumber);
124 debug("sending small message: " + buffer);
135 debug("sending on stream number: " + streamNumber);
142 debug("sending large message: " + buffer);
158 debug("sending on stream number: " + streamNumber);
159 debug("sending small message: " + buffer);
185 debug("sending large message: " + buffer);
209 debug("Opening new channel.");
219 debug("sendin
444 boolean debug = true; field in class:Send
452 void debug(String message) {if(debug) { System.out.println(message); } } method in class:Send
[all...]
H A DShutdown.java74 debug("Server started and listening on " + address);
93 debug("Test 1: NotYetConnectedException");
109 debug("Test 2: invoking receive");
128 debug("Test 3: receive notifications");
135 debug("Test 4: no-op");
144 debug("Test 5: ClosedChannelException");
156 debug("Test 6: getRemoteAddresses");
186 debug("addrs should not be empty");
259 debug(sn.toString());
265 boolean debug field in class:Shutdown
273 void debug(String message) {if(debug) { System.out.println(message); } } method in class:Shutdown
[all...]
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java81 debug("Server started and listening on " + address);
101 debug("sending to " + peerAddress + " on stream number: " + streamNumber);
108 debug("sending small message: " + buffer);
168 debug("addrs should not be empty");
211 debug("Server: echoing first message");
214 debug("Server: sent " + bytes + "bytes");
241 debug("AssociationChangeNotification");
242 debug(" Association: " + notification.association());
243 debug(" Event: " + event);
258 debug("ShutdownNotificatio
269 boolean debug = true; field in class:Branch
277 void debug(String message) {if(debug) { System.out.println(message); } } method in class:Branch
[all...]
H A DSocketOptionTests.java166 debug("addrs should not be empty");
172 debug("sending to " + serverAddr + " on stream number: " + streamNumber);
177 debug("sending small message: " + buffer);
193 debug("Peer local Addresses: ");
196 debug("\t" + addr);
204 //debug("Set SCTP_PRIMARY_ADDR with " + addrToSet);
243 debug("AssociationChangeNotification");
244 debug(" Association: " + notification.association());
245 debug(" Event: " + event);
255 boolean debug field in class:SocketOptionTests
263 void debug(String message) {if(debug) { System.out.println(message); } } method in class:SocketOptionTests
[all...]
/openjdk7/jdk/test/com/sun/nio/sctp/SctpServerChannel/
H A DAccept.java73 debug("Server started and listening on " + address);
122 debug("TEST 1: NotYetBoundException");
127 debug(" caught NotYetBoundException");
136 debug("addrs should not be empty");
143 debug("TEST 2: non-blocking mode null");
177 debug("TEST 3: accepted channel");
184 debug("TEST 4: ClosedByInterruptException");
190 debug(" caught ClosedByInterruptException");
195 debug("TEST 5: AsynchronousCloseException");
205 debug(" caugh
251 boolean debug = true; field in class:Accept
259 void debug(String message) {if(debug) { out.println(message); } } method in class:Accept
[all...]
H A DNonBlockingAccept.java74 debug("Server started and listening on " + address);
89 debug("connecting " + ++i);
116 debug("addrs should not be empty");
165 debug("Accepted " + connectionsAccepted + " connections");
190 debug("Checking accepted SctpChannel");
209 boolean debug = true; field in class:NonBlockingAccept
217 void debug(String message) {if(debug) { out.println(message); } } method in class:NonBlockingAccept
/openjdk7/jdk/test/java/io/File/
H A DCons.java36 private static boolean debug = false; field in class:Cons
96 if (!debug) {
/openjdk7/jdk/test/java/io/pathNames/
H A DGeneral.java35 public static boolean debug = false; field in class:General
244 if (debug) return;
251 if (!debug) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/
H A DDebugReportsOneExtraByte.java27 * @summary Incorrect SSLEngine debug output
88 * -Djavax.net.debug=all
94 private static boolean debug = false; field in class:DebugReportsOneExtraByte
133 if (debug) {
134 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/
H A DCloseEngineException.java43 private static boolean debug = false; field in class:CloseEngineException
272 if (debug) {
H A DDelegatedTaskWrongException.java39 private static boolean debug = false; field in class:DelegatedTaskWrongException
217 if (debug) {
H A DEngineEnforceUseClientMode.java40 private static boolean debug = false; field in class:EngineEnforceUseClientMode
314 if (debug) {

Completed in 2054 milliseconds

<<11121314151617181920