Searched defs:debug (Results 151 - 175 of 483) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DTrustManagerFactoryImpl.java40 private static final Debug debug = Debug.getInstance("ssl"); field in class:TrustManagerFactoryImpl
54 if (debug != null && Debug.isOn("trustmanager")) {
59 if (debug != null && Debug.isOn("trustmanager")) {
65 if (debug != null && Debug.isOn("trustmanager")) {
71 if (debug != null && Debug.isOn("trustmanager")) {
194 if (debug != null && Debug.isOn(dbgname)) {
206 if (debug != null && Debug.isOn(dbgname)) {
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DExpression.java38 private boolean debug = Boolean.getBoolean("Expression.debug"); field in class:Expression
45 if (debug) {
51 if (debug) {
62 if (debug) {
73 if (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/test/sun/management/jmxremote/bootstrap/
H A DTestLogger.java118 public void debug(String func, String msg) { method in class:TestLogger
124 public void debug(String func, Throwable t) { method in class:TestLogger
130 public void debug(String func, String msg, Throwable t) { method in class:TestLogger
/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 DBufferManagerWriteCollect.java54 private boolean debug = false; field in class:BufferManagerWriteCollect
61 debug = orb.transportDebugFlag;
143 if (debug)
187 if (debug)
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/com/sun/corba/se/impl/naming/cosnaming/
H A DNamingUtils.java37 * Debug flag which must be true for debug streams to be created and
40 public static boolean debug = false; field in class:NamingUtils
43 * Prints the message to the debug stream if debugging is enabled.
44 * @param msg the debug message to print.
47 if (debug && debugStream != null)
74 * Create a debug print stream to the supplied log file.
75 * @param logFile the file to which debug output will go.
98 if (debug) {
124 * The debug printstream.
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAPolicyMediatorImpl_R_USM.java311 private boolean debug ; field in class:POAPolicyMediatorImpl_R_USM.Etherealizer
315 boolean debug )
321 this.debug = debug ;
325 if (debug) {
351 if (debug) {
/openjdk7/corba/src/share/classes/javax/rmi/
H A DPortableRemoteObject.java238 private boolean debug = false ; field in class:GetORBPropertiesFileAction
272 if (debug)
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DSubjectDomainCombiner.java55 private static final sun.security.util.Debug debug = field in class:SubjectDomainCombiner
61 javax.security.auth.Policy.isCustomPolicySet(debug);
158 if (debug != null) {
160 debug.println("null subject");
166 debug.println(s.toString());
193 if (debug != null) {
194 debug.println("after optimize");
229 if (debug != null) {
230 debug.println("Subject mutated - clearing cache");
253 if (debug !
[all...]
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewerPanel.java48 static boolean debug = false; field in class:AppletViewerPanel
205 static void debug(String s) { method in class:AppletViewerPanel
206 if(debug)
210 static void debug(String s, Throwable t) { method in class:AppletViewerPanel
211 if(debug) {
213 debug(s);
/openjdk7/jdk/src/share/classes/java/security/
H A DAccessControlContext.java94 private static Debug debug = null; field in class:AccessControlContext
99 return debug;
102 debug = Debug.getInstance("access");
105 return debug;
326 debug.println("domain (context is null)");
329 debug.println("domain "+i+" "+context[i]);
352 debug.println("access denied " + perm);
355 if (Debug.isOn("failure") && debug != null) {
360 debug.println("access denied " + perm);
364 final Debug db = debug;
[all...]
H A DKeyFactory.java98 private static final Debug debug = field in class:KeyFactory
H A DProtectionDomain.java118 private static final Debug debug = Debug.getInstance("domain"); field in class:ProtectionDomain
325 * debug is not null,
331 * debug is null,
340 if (debug != null) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DEventSupport.java116 final static private boolean debug = false; field in class:EventSupport
213 if (debug) System.err.println("EventSupport removing listener");
220 if (debug)
224 if (debug)
233 if (debug) System.err.println("EventSupport removing unsolicited: " +
251 if (debug) {
263 if (debug) {
306 if (debug) System.err.println("EventSupport clean up");
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnectionDesc.java37 private final static boolean debug = Pool.debug; field in class:ConnectionDesc
156 if (debug) {
H A DPool.java81 static final boolean debug = com.sun.jndi.ldap.LdapPoolManager.debug; field in class:Pool
191 if (debug) {
233 if (debug) {
239 if (debug) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/sasl/
H A DSaslInputStream.java48 private static final boolean debug = false; field in class:SaslInputStream
135 if (debug) {
161 if (debug) {
168 if (debug) {
H A DSaslOutputStream.java36 private static final boolean debug = false; field in class:SaslOutputStream
46 if (debug) {
79 if (debug) {
94 if (debug) {
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DSubjectCodeSource.java62 private static final sun.security.util.Debug debug = field in class:SubjectCodeSource
176 if (debug != null)
177 debug.println("\tSubjectCodeSource.implies: FAILURE 1");
188 if (debug != null)
189 debug.println("\tSubjectCodeSource.implies: PASS 1");
195 if (debug != null)
196 debug.println("\tSubjectCodeSource.implies: FAILURE 2");
217 if (debug != null)
218 debug.println("\tSubjectCodeSource.implies: FAILURE 3");
221 if (debug !
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DNTLoginModule.java49 * <p> This LoginModule recognizes the debug option.
51 * debug messages will be output to the output stream, System.out.
55 * debug messages from the native component of the module
71 private boolean debug = false; field in class:NTLoginModule
116 debug = "true".equalsIgnoreCase((String)options.get("debug"));
120 debug = true;
143 if (debug) {
158 if (debug) {
167 if (debug) {
[all...]

Completed in 92 milliseconds

1234567891011>>