Searched refs:debug (Results 176 - 200 of 651) sorted by relevance

1234567891011>>

/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 DAccessController.java536 Debug debug = AccessControlContext.getDebug();
538 if (debug != null) {
549 debug.println("domain (context is null)");
553 debug.println("access allowed "+perm);
/openjdk7/jdk/test/java/util/zip/
H A DFlaterCriticalArray.java45 private static final boolean debug = System.getProperty("debug") != null; field in class:FlaterCriticalArray
47 private static void debug(String s) { method in class:FlaterCriticalArray
48 if (debug) System.out.println(s);
51 private static void debug(String name, String inOut, long time, int length) { method in class:FlaterCriticalArray
52 debug(name + ": Duration of " + inOut + "(in ms): " + time);
53 debug(name + ": " + inOut + "d data length: " + length + " bytes");
75 protected String name; // For information in debug messages
93 debug("");
110 debug(nam
[all...]
/openjdk7/jdk/src/solaris/classes/sun/security/smartcardio/
H A DPlatformPCSC.java45 static final Debug debug = Debug.getInstance("pcsc"); field in class:PlatformPCSC
65 if (debug != null) {
66 debug.println("Using PC/SC library: " + library);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java510 catalogManager.debug.message(1, "Class Not Found Exception: " + catalogClass);
512 catalogManager.debug.message(1, "Illegal Access Exception: " + catalogClass);
514 catalogManager.debug.message(1, "Instantiation Exception: " + catalogClass);
516 catalogManager.debug.message(1, "Class Cast Exception: " + catalogClass);
518 catalogManager.debug.message(1, "Other Exception: " + catalogClass);
602 catalogManager.debug.message(4, "Parse catalog: " + fileName);
630 catalogManager.debug.message(4, "Parse " + mimeType + " catalog on input stream");
641 catalogManager.debug.message(2, msg);
671 catalogManager.debug.message(4, "Parse catalog: " + aUrl.toString());
827 catalogManager.debug
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/tools/
H A DCatalogResolver.java130 catalogManager.debug.message(1, "Catalog resolution attempted with null catalog; ignored");
138 catalogManager.debug.message(1, "Malformed URL exception trying to resolve",
142 catalogManager.debug.message(1, "I/O exception trying to resolve", publicId);
152 catalogManager.debug.message(1, "Malformed URL exception trying to resolve",
155 catalogManager.debug.message(1, "I/O exception trying to resolve", publicId);
160 catalogManager.debug.message(2, "Resolved public", publicId, resolved);
163 catalogManager.debug.message(2, "Resolved system", systemId, resolved);
221 catalogManager.debug.message(1, "Failed to create InputSource", resolved);
275 catalogManager.debug.message(2, "Resolved URI", href, result);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DRepositoryImpl.java71 RepositoryImpl(ORB orb, File dbDir, boolean debug) argument
73 this.debug = debug ;
120 if (debug)
144 if (debug)
168 illegalServerId, serverDef, (int) initSvcPort, "", true, debug );
196 if (debug)
209 if (debug)
233 if (debug)
285 if (debug) {
395 transient private boolean debug = false; field in class:RepositoryImpl
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginContext.java234 private static final sun.security.util.Debug debug = field in class:LoginContext
799 if (debug != null)
800 debug.println(methodName + " SUFFICIENT success");
804 if (debug != null)
805 debug.println(methodName + " success");
808 if (debug != null)
809 debug.println(methodName + " ignored");
872 if (debug != null) {
873 debug.println
876 debug
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java147 debug("Start Tag: " + tag.getHTMLTag() + " pos: " + getCurrentPos());
149 debug("Start Tag: " + tag.getHTMLTag() + " attributes: " +
169 debug("comment: ->" + new String(text) + "<-"
200 debug("Empty Tag: " + tag.getHTMLTag() + " pos: " + getCurrentPos());
202 debug("Empty Tag: " + tag.getHTMLTag() + " attributes: "
238 debug("End Tag: " + tag.getHTMLTag() + " pos: " + getCurrentPos());
256 debug("text: ->" + new String(data) + "<-" + " pos: " + getCurrentPos());
268 debug("Error: ->" + errorMsg + "<-" + " pos: " + getCurrentPos());
276 * debug messages
278 private void debug(Strin method in class:DocumentParser
[all...]
/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) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DAccessWatchpointSpec.java35 package com.sun.tools.example.debug.bdi;
H A DModificationWatchpointSpec.java35 package com.sun.tools.example.debug.bdi;
H A DSpecListener.java35 package com.sun.tools.example.debug.bdi;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/event/
H A DJDIAdapter.java35 package com.sun.tools.example.debug.event;
H A DJDIListener.java35 package com.sun.tools.example.debug.event;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSingleLeafTreeSelectionModel.java35 package com.sun.tools.example.debug.gui;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEventNotifier.java35 package com.sun.tools.example.debug.tty;
/openjdk7/hotspot/test/compiler/8010927/
H A DTest8010927.java62 public static final boolean debug = Boolean.getBoolean("debug"); field in class:Test8010927
103 if (debug) {
107 if (debug) {
112 if (debug) {
/openjdk7/jdk/test/java/net/Socket/
H A DSocksConnectTimeout.java43 static final boolean debug = true; field in class:SocksConnectTimeout
79 debug("Passed: Received: " + socketTimeout);
106 static void debug(String message) { method in class:SocksConnectTimeout
107 if (debug)
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSP.java66 private static final Debug debug = Debug.getInstance("certpath"); field in class:OCSP
226 if (debug != null) {
227 debug.println("connecting to OCSP service at: " + url);
243 if (debug != null &&
245 debug.println("Received HTTP error: " + con.getResponseCode()
300 if (debug != null) {
301 debug.println("No response found for CertId: " + certId);
307 if (debug != null) {
308 debug.println("Status of certificate (with serial number " +
H A DSunCertPathBuilderResult.java39 * by the algorithm. It also contains the trust anchor and debug information
52 private static final Debug debug = Debug.getInstance("certpath"); field in class:SunCertPathBuilderResult
65 * @param adjList an Adjacency list containing debug information
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemGCTableMetaImpl.java95 if (dbg) log.debug("GCTableFilter","oid="+index+
109 if (dbg) log.debug("GCTableFilter","next="+next);
111 if (dbg) log.debug("GCTableFilter","value["+next+"]=" +
115 if (dbg) log.debug("GCTableFilter",
120 if (dbg) log.debug("GCTableFilter",
227 if (dbg) log.debug("getNextOid", "previous=" + oid);
236 if (dbg) log.debug("getNextOid", "handler is null!");
245 if (dbg) log.debug("getNextOid", "next=" + next);
255 // debug. This should never happen.
257 if (dbg) log.debug("getNextOi
[all...]
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c57 static int debug = 0; variable
60 if (debug) {
66 if (debug) {
72 if (debug) {
431 debug = getenv("LIBJVMDB_DEBUG") != NULL;
432 if (debug) debug = 3;
434 if (debug) {
435 fprintf(stderr, "Jagent_create: debug=%d\n", debug);
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c57 static int debug = 0; variable
60 if (debug) {
66 if (debug) {
72 if (debug) {
431 debug = getenv("LIBJVMDB_DEBUG") != NULL;
432 if (debug) debug = 3;
434 if (debug) {
435 fprintf(stderr, "Jagent_create: debug=%d\n", debug);
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DDkCrypto.java58 protected static final boolean debug = false; field in class:DkCrypto
118 if (debug) {
136 if (debug) {
167 if (debug) {
175 if (debug) {
184 if (debug) {
214 if (debug) {
250 if (debug) {
271 if (debug) {
306 if (debug) {
[all...]

Completed in 137 milliseconds

1234567891011>>