Searched refs:debug (Results 201 - 225 of 651) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java63 static final Debug debug = Debug.getInstance("sunpkcs11"); field in class:SunPKCS11
134 if (debug != null) {
300 if (debug != null) {
301 debug.println("Initializing PKCS#11 library " + library);
316 if (debug != null) {
317 debug.println("Multi-threaded initialization failed: " + e);
1085 if (debug != null) {
1086 debug.println("checking login permission");
1099 if (debug != null) {
1100 debug
[all...]
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
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 DSocketOptionTests.java153 debug("addrs should not be empty");
154 debug("Listening on " + addrs);
157 debug("connecting to " + serverAddr);
162 debug("Peer local Addresses: ");
165 debug("\t" + addr);
173 //debug("Set SCTP_PRIMARY_ADDR with " + addrToSet);
200 boolean debug = true; field in class:SocketOptionTests
208 void debug(String message) {if(debug) { System.out.println(message); } } method in class:SocketOptionTests
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSend.java75 debug("Server started and listening on " + address);
95 debug("sending to " + peerAddress + " on stream number: " + streamNumber);
102 debug("sending small message: " + buffer);
131 debug("sending on stream number: " + streamNumber);
139 debug("sending large message: " + buffer);
169 debug("sending on stream number: " + streamNumber);
170 debug("sending small message: " + buffer);
231 debug("addrs should not be empty");
277 debug("Server: echoing first message");
280 debug("Serve
346 boolean debug = true; field in class:Send
354 void debug(String message) {if(debug) { System.out.println(message); } } method in class:Send
[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/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/test/sun/management/jmxremote/bootstrap/
H A DRmiSslNoKeyStoreTest.java160 log.debug("checkKeystore","Checking Keystore configuration");
180 log.debug("checkSSL", "No password.");
204 log.debug("checkSSL","SSL configuration successfully checked");
227 log.debug("checkSslConfiguration",PropertyNames.USE_SSL+"="+useSsl);
238 log.debug("checkSslConfiguration","Test configuration OK: " + x);
290 log.debug("testConfiguration",x);
294 log.debug("testConfiguration",x);
309 log.debug("testConfiguration",x);
313 log.debug("testConfiguration",x);
321 log.debug("testConfiguratio
[all...]
H A DRmiBootstrapTest.java209 log.debug("listMBeans","\t\t" +
343 log.debug("testCommunication",x);
357 log.debug("testCommunication",x);
370 log.debug("testCommunication","Connection is:" + conn);
371 log.debug("testCommunication","Server domain is: " +
397 log.debug("testCommunication",x);
411 log.debug("testCommunication",x);
423 log.debug("testCommunication",x);
488 log.debug("checkSslConfiguration",
498 log.debug("checkSslConfiguratio
[all...]
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java448 final boolean debug = logger.debugOn();
495 if (debug) logger.debug("close",x);
509 if (debug) logger.debug("close",e);
554 final boolean debug = logger.debugOn();
555 if (debug)
556 logger.debug("addListenerWithSubject",
570 if (debug) logger.debug("addListenerWithSubjec
[all...]
/openjdk7/jaxp/src/javax/xml/datatype/
H A DFactoryFinder.java50 * Internal debug flag.
52 private static boolean debug = false; field in class:FactoryFinder
71 // Define system property "jaxp.debug" to get output
76 String val = ss.getSystemProperty("jaxp.debug");
77 // Allow simply setting the prop to turn on debug
78 debug = val != null && !"false".equals(val);
81 debug = false;
86 if (debug) {
183 if (debug) { // Extra check to avoid computing cl strings
226 if (debug) s
[all...]
/openjdk7/jaxp/src/javax/xml/parsers/
H A DFactoryFinder.java47 * Internal debug flag.
49 private static boolean debug = false; field in class:FactoryFinder
68 // Define system property "jaxp.debug" to get output
73 String val = ss.getSystemProperty("jaxp.debug");
74 // Allow simply setting the prop to turn on debug
75 debug = val != null && !"false".equals(val);
78 debug = false;
83 if (debug) {
180 if (debug) { // Extra check to avoid computing cl strings
223 if (debug) s
[all...]
/openjdk7/jaxp/src/javax/xml/stream/
H A DFactoryFinder.java48 * Internal debug flag.
50 private static boolean debug = false; field in class:FactoryFinder
69 // Define system property "jaxp.debug" to get output
74 String val = ss.getSystemProperty("jaxp.debug");
75 // Allow simply setting the prop to turn on debug
76 debug = val != null && !"false".equals(val);
79 debug = false;
84 if (debug) {
181 if (debug) { // Extra check to avoid computing cl strings
246 if (debug) s
[all...]
/openjdk7/jaxp/src/javax/xml/transform/
H A DFactoryFinder.java49 * Internal debug flag.
51 private static boolean debug = false; field in class:FactoryFinder
70 // Define system property "jaxp.debug" to get output
75 String val = ss.getSystemProperty("jaxp.debug");
76 // Allow simply setting the prop to turn on debug
77 debug = val != null && !"false".equals(val);
80 debug = false;
85 if (debug) {
190 if (debug) { // Extra check to avoid computing cl strings
254 if (debug) s
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DByteBufferWithInfo.java50 private boolean debug; field in class:ByteBufferWithInfo
64 debug = this.orb.transportDebugFlag;
96 debug = this.orb.transportDebugFlag;
105 if (debug)
134 this.debug = bbwi.debug;
203 if (debug)
218 if (debug)
/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DGetORBPropertiesFileAction.java50 private boolean debug = false ; field in class:GetORBPropertiesFileAction
84 if (debug)
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
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/media/sound/
H A DMidiOutDeviceProvider.java82 if (Printer.debug)Printer.debug("MidiOutDevice not enabled, returning 0 devices");
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DJDBToolBar.java35 package com.sun.tools.example.debug.gui;
40 import com.sun.tools.example.debug.bdi.*;
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJVMArgs.h37 BOOL debug; variable
51 @property (nonatomic) BOOL debug; variable
/openjdk7/jdk/test/com/sun/nio/sctp/SctpServerChannel/
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/net/InterfaceAddress/
H A DNetworkPrefixLength.java48 debug(nic.getName(), iaddr);
80 static void debug(String nicName, InterfaceAddress iaddr) { method in class:NetworkPrefixLength
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/
H A DDebugReportsOneExtraByte.sh28 # @summary Incorrect SSLEngine debug output
58 echo "Examining debug output for the string:"
62 ${TESTJAVA}${FS}bin${FS}java -Djavax.net.debug=all \
71 echo "Did NOT see the expected debug output."
74 echo "Received the expected debug output."
/openjdk7/jdk/test/sun/security/tools/keytool/
H A Dtrystore.sh53 $KEYTOOL -genkeypair -protected -alias b -delete -debug
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DOptionFinder.java40 private static final boolean debug = false; field in class:OptionFinder
72 if (debug) {
H A DOptionLister.java39 private static final boolean debug = false; field in class:OptionLister
64 if (debug) {

Completed in 724 milliseconds

1234567891011>>