Searched refs:DEBUG (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/windows/native/sun/java2d/
H A Dj2d_md.h29 #ifndef DEBUG
/openjdk7/langtools/test/tools/javac/generics/5066774/
H A DT5066774.java32 boolean DEBUG = this instanceof Special; field in class:T5066774
/openjdk7/langtools/test/tools/javac/
H A DInnerTruth.java35 static final boolean DEBUG = true; field in class:InnerTruth
43 if (DEBUG) {
53 if (DEBUG) {
/openjdk7/jdk/src/share/classes/sun/audio/
H A DAudioPlayer.java69 private final static boolean DEBUG = false /*true*/; field in class:AudioPlayer
79 if(DEBUG) { System.out.println("AudioPlayer.getAudioThreadGroup()"); }
94 if(DEBUG) { System.out.println("> AudioPlayer.getAudioPlayer()"); }
115 if(DEBUG) { System.out.println("> AudioPlayer private constructor"); }
118 if(DEBUG) { System.out.println("< AudioPlayer private constructor completed"); }
129 if(DEBUG) {
135 if(DEBUG) {
148 if(DEBUG) {
153 if(DEBUG) {
171 if(DEBUG) {
[all...]
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/
H A DCountedTimerTaskUtils.java38 private static final boolean DEBUG = false; field in class:CountedTimerTaskUtils
61 if (DEBUG) {
79 if (DEBUG) {
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDataPusher.java43 private static final boolean DEBUG = false; field in class:DataPusher
87 if (DEBUG || Printer.debug) Printer.debug("> DataPusher.start(loop="+loop+")");
91 if (DEBUG || Printer.trace)Printer.trace("DataPusher.start(): calling stop()");
98 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.open()");
101 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.flush()");
103 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.start()");
106 if (DEBUG || Printer.debug) Printer.debug("DataPusher.start(): Starting push");
115 if (DEBUG || Printer.err) e.printStackTrace();
117 if (DEBUG || Printer.debug) Printer.debug("< DataPusher.start(loop="+loop+")");
122 if (DEBUG || Printe
[all...]
H A DJavaSoundAudioClip.java62 private static final boolean DEBUG = false; field in class:JavaSoundAudioClip
96 if (DEBUG || Printer.debug)Printer.debug("JavaSoundAudioClip.<init>");
144 if (DEBUG || Printer.debug) Printer.debug("JavaSoundAudioClip.startImpl(loop="+loop+"): abort - too rapdly");
149 if (DEBUG || Printer.debug) Printer.debug("JavaSoundAudioClip.startImpl(loop="+loop+")");
153 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.open()");
156 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.flush()");
160 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.stop()");
166 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.loop()");
169 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.start()");
173 if (DEBUG || Printe
[all...]
/openjdk7/jdk/test/java/util/logging/bundlesearch/
H A DLoadItUp2.java37 private final static boolean DEBUG = false; field in class:LoadItUp2
51 if (DEBUG) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java34 public static final boolean DEBUG = false; field in class:ClassWriter
80 if (DEBUG) debugMessage("class name = " + klass.getName().asString());
114 if (DEBUG) debugMessage("constant pool length = " + len);
137 if (DEBUG) debugMessage("SourceFile index = " + _sourceFileIndex);
141 if (DEBUG) debugMessage("InnerClasses index = " + _innerClassesIndex);
147 if (DEBUG) debugMessage("ConstantValue index = " + _constantValueIndex);
151 if (DEBUG) debugMessage("Synthetic index = " + _syntheticIndex);
155 if (DEBUG) debugMessage("Deprecated index = " + _deprecatedIndex);
160 if (DEBUG) debugMessage("Code index = " + _codeIndex);
164 if (DEBUG) debugMessag
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DCredentialsUtil.java54 private static boolean DEBUG = sun.security.krb5.internal.Krb5.DEBUG; field in class:CredentialsUtil
95 if (DEBUG) {
96 System.out.println(">>>DEBUG: Credentails request cross realm ticket for " + "krbtgt/" + serviceRealm + "@" + localRealm);
99 if (DEBUG) {
103 if (DEBUG) {
113 if (DEBUG)
124 if (DEBUG)
139 if (DEBUG)
152 if (DEBUG)
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DllvmHeaders.hpp33 #ifdef DEBUG
35 #undef DEBUG macro
100 #ifdef DEBUG
101 #undef DEBUG macro
104 #define DEBUG macro
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPResponse.java131 private static final Debug DEBUG = Debug.getInstance("certpath"); field in class:OCSPResponse
132 private static final boolean dump = DEBUG.isOn("ocsp");
191 DEBUG.println("\nOCSPResponse bytes...");
192 DEBUG.println(hexEnc.encode(bytes) + "\n");
209 if (DEBUG != null) {
210 DEBUG.println("OCSP response status: " + responseStatus);
234 if (DEBUG != null) {
235 DEBUG.println("OCSP response type: basic");
238 if (DEBUG != null) {
239 DEBUG
[all...]
H A DOCSPChecker.java74 private static final Debug DEBUG = Debug.getInstance("certpath"); field in class:OCSPChecker
156 if (DEBUG != null) {
157 DEBUG.println("Skipping revocation check, not end entity cert");
215 if (DEBUG != null) {
216 DEBUG.println("Responder's certificate is the same " +
227 if (DEBUG != null && seekResponderCert) {
228 DEBUG.println("Searching trust anchors for issuer or " +
264 if (DEBUG != null) {
265 DEBUG.println("No issuer key identifier (AKID) "
280 if (DEBUG !
[all...]
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletAudioClip.java52 boolean DEBUG = false /*true*/; field in class:AppletAudioClip
70 if (DEBUG) {
88 if (DEBUG) {
111 if (DEBUG) {
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h57 #ifdef DEBUG
/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_assert.c26 #if defined(DEBUG)
50 #endif /* defined(DEBUG) */
H A Ddebug_util.h60 #if defined(DEBUG)
68 #endif /* DEBUG */
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbAppMessage.java37 private static boolean DEBUG = Krb5.DEBUG; field in class:KrbAppMessage
58 if (DEBUG && packetSAddress == null) {
61 if (DEBUG && sAddress == null) {
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/rcache/
H A DCacheTable.java46 private boolean DEBUG = sun.security.krb5.internal.Krb5.DEBUG; field in class:CacheTable
58 if (DEBUG) {
69 if (DEBUG) {
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi-config.h86 #ifdef DEBUG
/openjdk7/jdk/src/share/classes/javax/script/
H A DScriptEngineManager.java54 private static final boolean DEBUG = false; field in class:ScriptEngineManager
107 if (DEBUG) {
124 if (DEBUG) {
134 if (DEBUG) {
219 if (DEBUG) exp.printStackTrace();
228 if (DEBUG) exp.printStackTrace();
239 if (DEBUG) exp.printStackTrace();
270 if (DEBUG) exp.printStackTrace();
279 if (DEBUG) exp.printStackTrace();
289 if (DEBUG) ex
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicNarrowOopField.java36 private static final boolean DEBUG = false; field in class:BasicNarrowOopField
46 if (DEBUG) {
/openjdk7/jdk/src/windows/classes/sun/security/krb5/internal/tools/
H A DKinit.java52 private static final boolean DEBUG = Krb5.DEBUG; field in class:Kinit
155 if (DEBUG) {
169 if (DEBUG) {
176 if (DEBUG) {
185 if (DEBUG) {
205 if (DEBUG) {
214 if (DEBUG) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DLWCToolkit.h34 #define DEBUG 1 macro
/openjdk7/jdk/src/windows/native/sun/windows/
H A DObjectList.h50 #ifdef DEBUG
53 #endif /* DEBUG */

Completed in 158 milliseconds

1234567891011>>