Searched refs:debug (Results 501 - 525 of 651) sorted by relevance

<<21222324252627

/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DArrays.java39 private static boolean debug = false; field in class:Arrays
290 if (debug) {
H A DExtendedKeyEngine.java39 private static boolean debug = false; field in class:ExtendedKeyEngine
270 if (debug) {
H A DLargeBufs.java47 private static boolean debug = false; field in class:LargeBufs
298 if (debug) {
H A DNoAuthClientAuth.java92 * -Djavax.net.debug=all
98 private static boolean debug = false; field in class:NoAuthClientAuth
137 if (debug) {
138 System.setProperty("javax.net.debug", "all");
H A DTestAllSuites.java48 private static boolean debug = false; field in class:TestAllSuites
351 if (debug) {
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/
H A DSessionCacheSizeTests.java86 static boolean debug = false; field in class:SessionCacheSizeTests
297 if (debug)
298 System.setProperty("javax.net.debug", "all");
H A DtestEnabledProtocols.java117 final static boolean debug = false; field in class:testEnabledProtocols
137 if (debug)
138 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv11/
H A DEmptyCertificateAuthorities.java76 static boolean debug = false; field in class:EmptyCertificateAuthorities
244 if (debug)
245 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv12/
H A DDisabledShortRSAKeys.java133 static boolean debug = false; field in class:DisabledShortRSAKeys
297 if (debug)
298 System.setProperty("javax.net.debug", "all");
H A DShortRSAKey512.java128 static boolean debug = false; field in class:ShortRSAKey512
286 if (debug)
287 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DCookieHandlerTest.java74 static boolean debug = false; field in class:CookieHandlerTest
200 if (debug)
201 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/
H A DComHTTPSConnection.java79 static boolean debug = false; field in class:ComHTTPSConnection
287 if (debug)
288 System.setProperty("javax.net.debug", "all");
H A DJavaxHTTPSConnection.java77 static boolean debug = false; field in class:JavaxHTTPSConnection
279 if (debug)
280 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/ssl/templates/
H A DSSLEngineTemplate.java88 * -Djavax.net.debug=all
94 private static boolean debug = false; field in class:SSLEngineTemplate
133 if (debug) {
134 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DArguments.java44 private static final boolean debug = Boolean.getBoolean("jstat.debug"); field in class:Arguments
427 if (debug) {
/openjdk7/jdk/make/
H A DMakefile68 debug -- build the core JDK in 'debug' mode (-g) \n\
76 import_debug -- copy in the debug components \n\
180 - The 'debug' target and 'import_debug' only works when a debug promoted \n\
210 # Special debug rules (You may also want to set ALT_OUTPUTDIR)
212 debug:
389 .PHONY: all build clean clobber optimized debug fastdebug create_links \
/openjdk7/jdk/make/common/
H A DProgram.gmk266 $(OBJCOPY) --only-keep-debug $(@F) $(@F).debuginfo ; \
272 $(OBJCOPY) --only-keep-debug $(@F) $(@F).debuginfo ; \
295 # save ZIP'ed debug info with rest of the program's build artifacts
298 # save debug info with rest of the program's build artifacts
390 debug:
396 .PHONY: all build program clean clobber debug fastdebug
/openjdk7/jdk/make/sun/jawt/
H A DMakefile73 -I$(SHARE_SRC)/native/sun/awt/debug \
103 -I$(SHARE_SRC)/native/$(PKGDIR)/debug \
/openjdk7/jdk/make/sun/xawt/
H A DMakefile88 vpath %.c $(SHARE_SRC)/native/sun/awt/debug
120 -I$(SHARE_SRC)/native/sun/awt/debug \
/openjdk7/jdk/test/sun/security/mscapi/
H A DShortRSAKeyWithinTLS.java57 static boolean debug = false; field in class:ShortRSAKeyWithinTLS
222 if (debug) {
223 System.setProperty("javax.net.debug", "all");
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.sh187 -Djava.security.debug=${DEBUG} \
H A DClientAuth.java64 static boolean debug = false; field in class:ClientAuth
228 if (debug) {
229 System.setProperty("javax.net.debug", "all");
H A DSecretKeysBasic.sh152 -Djava.security.debug=${DEBUG} \
H A DSolaris.sh155 -Djava.security.debug=${DEBUG} \
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DAtomicContext.java46 private static int debug = 0; field in class:AtomicContext
575 if (debug > 0)
616 if (debug > 0)
658 if (debug > 0)
684 if (debug > 0)

Completed in 551 milliseconds

<<21222324252627