Searched defs:log (Results 126 - 150 of 330) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/util/ResourceBundle/
H A DRBTestFmwk.java70 * errorCount field and may optionally print a message to the log.
71 * Debugging information may also be added to the log via the log
73 * log only if the test is being run in verbose mode.
98 // Set up the log and reference streams. We use PrintWriters in order to
101 log = new PrintWriter(System.out,true);
150 log.println("\nUncaught throwable thrown in test method "
152 e.getTargetException().printStackTrace(this.log);
176 * Adds given string to the log if we are in verbose mode.
178 protected void log( Strin method in class:RBTestFmwk
255 private PrintWriter log; field in class:RBTestFmwk
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionTest.java330 synchronized (log) {
331 if (log.isEmpty()) {
335 while (log.isEmpty() && remainingTime >0) {
336 log.wait(remainingTime);
340 if (log.isEmpty()) {
345 return (Notification) log.remove(0);
350 LogListener(List log) { argument
351 this.log = log;
355 synchronized (log) {
361 private final List log; field in class:ConnectionTest.LogListener
364 private static List log = new LinkedList(); field in class:ConnectionTest
[all...]
/openjdk7/jdk/test/javax/sound/sampled/DataLine/
H A DDataLine_ArrayIndexOutOfBounds.java58 log("" + infos.length + " mixers detected");
61 log("Mixer " + (i+1) + ": " + infos[i]);
70 log("LineUnavailableException: " + ex);
74 log("PASSED (" + total + " tests)");
76 log("FAILED (" + failed + " of " + total + " tests)");
117 log("join exception: " + ex);
133 log(" AsyncLineStopper has been interrupted: " + ex);
136 log(" stop...");
138 log(" close...");
144 log(" Testin
222 static void log(String s) { method in class:DataLine_ArrayIndexOutOfBounds
[all...]
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemGCTableMetaImpl.java86 final boolean dbg = log.isDebugOn();
95 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",
225 final boolean dbg = log.isDebugOn();
227 if (dbg) log.debug("getNextOid", "previous=" + oid);
236 if (dbg) log.debug("getNextOid", "handler is null!");
245 if (dbg) log
359 static final MibLogger log = new MibLogger(JvmMemGCTableMetaImpl.class); field in class:JvmMemGCTableMetaImpl
[all...]
H A DJvmMemManagerTableMetaImpl.java94 log.debug("getKey", "key=" + name);
151 final boolean dbg = log.isDebugOn();
152 if (dbg) log.debug("getNextOid", "previous=" + oid);
162 if (dbg) log.debug("getNextOid", "handler is null!");
169 if (dbg) log.debug("getNextOid", "next=" + next);
296 static final MibLogger log = field in class:JvmMemManagerTableMetaImpl
H A DJvmMemPoolTableMetaImpl.java93 log.debug("getKey", "key=" + name);
147 final boolean dbg = log.isDebugOn();
149 if (dbg) log.debug("getNextOid", "previous=" + oid);
159 if (dbg) log.debug("getNextOid", "handler is null!");
167 if (dbg) log.debug("getNextOid", "next=" + next);
177 if (dbg) log.debug("getNextOid", "End of MIB View: " + x);
180 if (dbg) log.debug("getNextOid", "Unexpected exception: " + r);
181 if (dbg) log.debug("getNextOid",r);
257 if (log.isDebugOn())
258 log
305 static final MibLogger log = new MibLogger(JvmMemPoolTableMetaImpl.class); field in class:JvmMemPoolTableMetaImpl
[all...]
H A DJvmThreadInstanceTableMetaImpl.java177 log.debug("", "Making index for thread id [" + id[i] +"]");
203 log.debug("JvmThreadInstanceTableMetaImpl", "Create Thread meta");
209 log.debug("JvmThreadInstanceTableMetaImpl", "getNextOid");
217 log.debug("getNextOid", "previous=" + oid);
227 log.debug("getNextOid", "handler is null!");
240 log.debug("*** **** **** **** getNextOid", "next=" + next);
272 log.debug("*** **** **** **** getEntry", "oid [" + oid + "]");
274 log.debug("getEntry", "Invalid oid [" + oid + "]");
346 final boolean dbg = log.isDebugOn();
365 if (dbg) log
399 static final MibLogger log = field in class:JvmThreadInstanceTableMetaImpl
[all...]
/openjdk7/jdk/src/share/classes/sun/management/snmp/util/
H A DSnmpNamedListTableCache.java106 log.debug("makeIndex", "Index wrapping...");
132 // better to return null and log an error.
165 log.debug("getIndex","key="+key+", index="+result);
255 log.debug("updateCachedDatas","rawDatas.size()=" +
265 static final MibLogger log = new MibLogger(SnmpNamedListTableCache.class); field in class:SnmpNamedListTableCache
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAWTXSettings.java45 private static PlatformLogger log = PlatformLogger.getLogger("sun.awt.X11.XAWTXSettings"); field in class:XAWTXSettings
58 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Initializing XAWT XSettings");
69 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Owner " + deadOwner + " died for selection " + sel + " screen "+ screen);
74 if (log.isLoggable(PlatformLogger.FINE)) log.fine("New Owner "+ newOwner + " for selection = " + sel + " screen " +screen );
78 log.fine("Selection changed on sel " + sel + " screen = " + screen + " owner = " + owner + " event = " + event);
83 if (log.isLoggable(PlatformLogger.FINE)) log
[all...]
H A DXErrorHandlerUtil.java37 private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.X11.XErrorHandlerUtil"); field in class:XErrorHandlerUtil
128 if (log.isLoggable(PlatformLogger.FINE)) {
129 log.fine("Unhandled XErrorEvent: " +
155 log.fine("Error in GlobalErrorHandler", z);
H A DXIconWindow.java37 private final static PlatformLogger log = PlatformLogger.getLogger("sun.awt.X11.XIconWindow"); field in class:XIconWindow
65 if (log.isLoggable(PlatformLogger.FINEST)) log.finest(adata.toString());
75 log.finest("count = {1}, sizes_ptr = {0}", Long.valueOf(sizes_ptr), Integer.valueOf(count));
79 log.finest("sizes_ptr[{1}] = {0}", res[i], Integer.valueOf(i));
91 log.finest("Returning ICE_WM icon size: 16x16");
96 log.finest("Icon sizes: {0}", sizeList);
143 if (log.isLoggable(PlatformLogger.FINEST)) {
144 log.finest("found=" + found);
147 if (log
[all...]
H A DXMenuPeer.java41 private static PlatformLogger log = PlatformLogger.getLogger("sun.awt.X11.XMenuPeer"); field in class:XMenuPeer
114 if (log.isLoggable(PlatformLogger.FINER)) log.finer("addSeparator is not implemented");
122 if (log.isLoggable(PlatformLogger.FINE)) {
123 log.fine("Attempt to use XMenuWindowPeer without window");
133 if (log.isLoggable(PlatformLogger.FINE)) {
134 log.fine("Attempt to use XMenuWindowPeer without window");
/openjdk7/langtools/test/tools/javac/scope/
H A DHashCollisionTest.java56 log("scopeHashMask: " + scopeHashMask);
77 log("Detected expected hash collision for " + entry + " and " + innerName
101 log ("createStarImportScope");
163 log(n1 + " hc:" + n1.hashCode() + " v:" + (n1.hashCode() & scopeHashMask) + ", " +
240 void log(String msg) { method in class:HashCollisionTest
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltMath.java278 * The math:log function returns the natural logarithm of a number.
283 public static double log(double num) method in class:ExsltMath
285 return Math.log(num);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSortingFocusTraversalPolicy.java67 private PlatformLogger log = PlatformLogger.getLogger("javax.swing.SortingFocusTraversalPolicy"); field in class:SortingFocusTraversalPolicy
118 if (log.isLoggable(PlatformLogger.FINE)) {
119 log.fine("### During the binary search for " + aComponent + " the exception occured: ", e);
196 if (retComp != null && log.isLoggable(PlatformLogger.FINE)) {
197 log.fine("### Transfered focus down-cycle to " + retComp +
208 if (retComp != null && log.isLoggable(PlatformLogger.FINE)) {
209 log.fine("### Transfered focus to " + retComp + " in the FTP provider " + cont);
239 if (log.isLoggable(PlatformLogger.FINE)) {
240 log.fine("### Searching in " + aContainer + " for component after " + aComponent);
263 if (log
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMHMACSignatureMethod.java57 private static Logger log = field in class:DOMHMACSignatureMethod
92 if (log.isLoggable(Level.FINE)) {
93 log.log(Level.FINE,
107 if (log.isLoggable(Level.FINE)) {
108 log.log(Level.FINE, "unmarshalled outputLength: " + outputLength);
H A DDOMSignedInfo.java65 private static Logger log = Logger.getLogger("org.jcp.xml.dsig.internal.dom"); field in class:DOMSignedInfo
237 if (log.isLoggable(Level.FINE)) {
243 log.log(Level.FINE, "Canonicalized SignedInfo:\n"
246 log.log(Level.FINE, "IOException reading SignedInfo bytes");
248 log.log(Level.FINE, "Data to be signed/verified:"
/openjdk7/jdk/src/share/classes/sun/awt/
H A DDebugSettings.java75 private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.debug.DebugSettings"); field in class:DebugSettings
131 if (log.isLoggable(PlatformLogger.FINE)) {
132 log.fine("DebugSettings:\n{0}" + this);
261 if (log.isLoggable(PlatformLogger.FINER)) {
262 log.finer(object.toString());
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DJCEMapper.java39 private static java.util.logging.Logger log = field in class:JCEMapper
194 if (log.isLoggable(java.util.logging.Level.FINE)) {
195 log.log(java.util.logging.Level.FINE, "Request for URI " + algorithmURI);
211 if (log.isLoggable(java.util.logging.Level.FINE)) {
212 log.log(java.util.logging.Level.FINE, "Request for URI " + algorithmURI);
229 if (log.isLoggable(java.util.logging.Level.FINE)) {
230 log.log(jav
[all...]
H A DSignatureAlgorithm.java53 private static java.util.logging.Logger log = field in class:SignatureAlgorithm
150 if (log.isLoggable(java.util.logging.Level.FINE)) {
151 log.log(java.util.logging.Level.FINE, "Create URI \"" + algorithmURI + "\" class \""
329 if (log.isLoggable(java.util.logging.Level.FINE)) {
330 log.log(java.util.logging.Level.FINE, "Try to register " + algorithmURI + " " + implementingClass);
364 if (log.isLoggable(java.util.logging.Level.FINE)) {
365 log.log(jav
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DSignatureBaseRSA.java46 static java.util.logging.Logger log = field in class:SignatureBaseRSA
65 if (log.isLoggable(java.util.logging.Level.FINE))
66 log.log(java.util.logging.Level.FINE, "Created SignatureRSA using " + algorithmID);
131 if (log.isLoggable(java.util.logging.Level.FINE)) {
132 log.log(java.util.logging.Level.FINE, "Exception when reinstantiating Signature:" + e);
H A DSignatureDSA.java47 static java.util.logging.Logger log = field in class:SignatureDSA
73 if (log.isLoggable(java.util.logging.Level.FINE))
74 log.log(java.util.logging.Level.FINE, "Created SignatureDSA using " + algorithmID);
113 if (log.isLoggable(java.util.logging.Level.FINE))
114 log.log(java.util.logging.Level.FINE, "Called DSA.verify() on " + Base64.encode(signature));
152 if (log.isLoggable(java.util.logging.Level.FINE)) {
153 log.log(jav
[all...]
H A DSignatureECDSA.java51 static java.util.logging.Logger log = field in class:SignatureECDSA
168 if (log.isLoggable(java.util.logging.Level.FINE))
169 log.log(java.util.logging.Level.FINE, "Created SignatureECDSA using " + algorithmID);
208 if (log.isLoggable(java.util.logging.Level.FINE))
209 log.log(java.util.logging.Level.FINE, "Called ECDSA.verify() on " + Base64.encode(signature));
243 if (log.isLoggable(java.util.logging.Level.FINE)) {
244 log.log(jav
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DRetrievalMethodResolver.java73 static java.util.logging.Logger log = field in class:RetrievalMethodResolver
109 log.log(java.util.logging.Level.FINE, "XMLSecurityException", ex);
111 log.log(java.util.logging.Level.FINE, "CertificateException", ex);
113 log.log(java.util.logging.Level.FINE, "IOException", ex);
115 log.log(java.util.logging.Level.FINE, "ParserConfigurationException", e);
117 log
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransforms.java55 static java.util.logging.Logger log = field in class:Transforms
158 if (log.isLoggable(java.util.logging.Level.FINE))
159 log.log(java.util.logging.Level.FINE, "Transforms.addTransform(" + transformURI + ")");
183 if (log.isLoggable(java.util.logging.Level.FINE))
184 log.log(java.util.logging.Level.FINE, "Transforms.addTransform(" + transformURI + ")");
221 if (log.isLoggable(java.util.logging.Level.FINE))
222 log.log(jav
[all...]

Completed in 4796 milliseconds

1234567891011>>