Searched refs:debug (Results 276 - 300 of 651) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDirectAudioDevice.java475 if (Printer.debug) Printer.debug("DirectAudioDevice: got "+controls.length+" controls.");
488 if (Printer.debug) {
489 Printer.debug("DirectAudioDevice: softwareConversionSize "
491 Printer.debug(" from "+format);
492 Printer.debug(" to "+newFormat);
709 if (Printer.debug) Printer.debug("DirectLine.getLongFramePosition: Native reported pos="
1064 if (Printer.debug) Printer.debug(" dat
[all...]
H A DPCMtoPCMCodec.java392 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_SWITCH_SIGNED_8BIT");
397 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_SWITCH_SIGNED_8BIT");
404 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_SWITCH_ENDIAN");
411 if(Printer.debug) Printer.debug("PCMtoPCMCodecStream: conversionType = PCM_UNSIGNED_LE2SIGNED_BE");
417 if(Printer.debug) Printer.debug("PCMtoPCMCodecStrea
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DOutputRecord.java67 static final Debug debug = Debug.getInstance("ssl"); field in class:OutputRecord
155 if (debug != null && Debug.isOn("data")) {
282 if (debug != null
284 if ((debug != null && Debug.isOn("record"))
305 if (debug != null && Debug.isOn("record")) {
360 // The held buffer has been dumped, set the debug dump offset.
380 // Output only the record from the specified debug offset.
381 if (debug != null && Debug.isOn("packet")) {
H A DRSAClientKeyExchange.java191 if (debug != null && Debug.isOn("handshake")) {
198 if (debug != null && Debug.isOn("handshake")) {
230 if (debug != null && Debug.isOn("handshake")) {
239 if (debug != null && Debug.isOn("handshake")) {
249 if (debug != null && Debug.isOn("handshake") &&
260 if (debug != null && Debug.isOn("handshake")) {
H A DSSLSocketImpl.java372 private static final Debug debug = Debug.getInstance("ssl"); field in class:SSLSocketImpl
771 } else if ((debug != null) && Debug.isOn("ssl")) {
938 if ((debug != null) && Debug.isOn("ssl")) {
1106 if (debug != null && Debug.isOn("ssl")) {
1170 if (debug != null && Debug.isOn("ssl")) {
1187 if (debug != null && Debug.isOn("ssl")) {
1379 if (debug != null && Debug.isOn("handshake")) {
1496 if ((debug != null) && Debug.isOn("ssl")) {
1507 if ((debug != null) && Debug.isOn("ssl")) {
1535 if ((debug !
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMaximizableInternalFrame.java243 if (JConsole.debug) {
247 if (JConsole.debug) {
251 if (JConsole.debug) {
273 if (JConsole.debug) {
305 if (JConsole.debug) {
340 if (JConsole.debug) {
/openjdk7/jdk/test/java/security/PermissionCollection/
H A DConcurrent.java47 private static final boolean debug = false; field in class:Concurrent
89 if (debug) {
102 if (debug) {
110 if (debug) {
148 if (debug) {
157 if (debug) {
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmThreadInstanceEntryImpl.java125 log.debug("getJvmThreadInstState",
138 log.debug("getJvmThreadInstState",r);
222 log.debug("getJvmThreadInstCpuTimeNs", "Cpu time ns : " + l);
229 log.debug("getJvmThreadInstCpuTimeNs",
314 log.debug("getJvmThreadInstStackTrace", "Stack size : " + stackSize);
316 log.debug("getJvmThreadInstStackTrace", "Append " +
H A DJvmMemPoolEntryImpl.java85 log.debug("getMemoryUsage",entryMemoryTag+
103 log.debug("getMemoryUsage",x);
118 log.debug("getPeakMemoryUsage",
136 log.debug("getPeakMemoryUsage",x);
151 log.debug("getCollectMemoryUsage",
170 log.debug("getPeakMemoryUsage",x);
466 log.debug("setJvmMemPoolPeakReset",
/openjdk7/jdk/src/share/classes/sun/misc/
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) {
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DAesDkCrypto.java85 private static final boolean debug = false; field in class:AesDkCrypto
199 if (debug) {
211 if (debug) {
307 if (debug) {
352 if (debug) {
396 if (debug) {
416 if (debug) {
424 if (debug) {
433 if (debug) {
443 if (debug) {
[all...]
H A DArcFourCrypto.java47 private static final boolean debug = false; field in class:ArcFourCrypto
143 if (debug) {
187 if (debug) {
267 if (debug) {
322 if (debug) {
361 if (debug) {
389 if (debug) {
400 if (debug) {
433 if (debug) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogManager.java209 /** The manager's debug object. Used for printing debugging messages.
212 * CatalogManager can use this debug object.</p>
214 public Debug debug = null; field in class:CatalogManager
228 debug = new Debug();
277 // use them to set the default debug level, if the user hasn't already set
278 // the default debug level.
283 debug.setDebug(verb);
366 // we have to use it to set the default debug level,
367 // if the user hasn't already set the default debug level.
369 debug
[all...]
H A DResolver.java129 catalogManager.debug.message(4, "URISUFFIX", suffix, fsi);
136 catalogManager.debug.message(4, "SYSTEMSUFFIX", suffix, fsi);
390 catalogManager.debug.message(1, "Unparseable catalog: " + RFC2483);
393 catalogManager.debug.message(1, "Unknown catalog format: " + RFC2483);
397 catalogManager.debug.message(1, "Malformed resolver URL: " + RFC2483);
400 catalogManager.debug.message(1, "I/O Exception opening resolver: " + RFC2483);
623 catalogManager.debug.message(1, "Malformed Catalog URL", catfile);
625 catalogManager.debug.message(1, "Failed to load catalog, file not found",
628 catalogManager.debug.message(1, "Failed to load catalog, I/O error", catfile);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/tools/
H A DResolvingParser.java287 catalogManager.debug.message(4,"oasis-xml-catalog PI", pidata);
291 catalogManager.debug.message(4,"oasis-xml-catalog", catalog.toString());
300 catalogManager.debug.message(3, "Exception parsing oasis-xml-catalog: "
304 catalogManager.debug.message(3, "PI oasis-xml-catalog unparseable: " + pidata);
307 catalogManager.debug.message(4,"PI oasis-xml-catalog ignored: " + pidata);
310 catalogManager.debug.message(3, "PI oasis-xml-catalog occurred in an invalid place: "
399 catalogManager.debug.message(1, "Failed to create InputSource", resolved);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DHttpOnly.java119 debug("Set-Cookie:" + setCookie);
128 debug("Set-Cookie2:" + setCookie2);
142 debug("Set-Cookie:" + setCookieValues);
150 debug("Set-Cookie2:" + setCookieValues);
257 boolean debug = false; field in class:HttpOnly
262 void debug(String message) { if (debug) System.out.println(message); } method in class:HttpOnly
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DTransientNameServer.java62 static private boolean debug = false ; field in class:TransientNameServer
67 if (debug)
72 // If debug was compiled to be true for testing purposes,
74 if (debug)
78 if (args[ctr].equalsIgnoreCase( "-debug" )) {
79 debug = true ;
82 debug = false ;
/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/test/com/sun/nio/sctp/SctpChannel/
H A DConnect.java71 debug("addrs should not be empty");
87 debug("non-blocking connect did not immediately succeed");
231 boolean debug = true; field in class:Connect
239 void debug(String message) {if(debug) { System.out.println(message); } } method in class:Connect
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DGSSNameElement.java72 SunNativeProvider.debug("Name type list unavailable: " +
76 SunNativeProvider.debug("Name type list unavailable: " +
85 SunNativeProvider.debug("Override " + nameType +
153 SunNativeProvider.debug("Imported " + printableName + " w/ type " +
179 SunNativeProvider.debug("Got kerberized name: " + printables2[0]);
/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/hotspot/agent/src/os/win32/windbg/
H A DMakefile46 /nologo /subsystem:console /debug /machine:I386
49 /nologo /subsystem:console /debug /machine:IA64
52 /nologo /subsystem:console /debug /machine:AMD64
/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 DLdapSchemaParser.java43 private static final boolean debug = false; field in class:LdapSchemaParser
319 if (debug) {
330 if (debug) {
363 if (debug) {
400 if (debug) {
453 if (debug) {
497 if (debug) {
525 if (debug) {
542 if (debug) {
564 if (debug) {
[all...]
/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

Completed in 112 milliseconds

<<11121314151617181920>>