Searched defs:log (Results 76 - 100 of 330) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/javax/sound/sampled/FileWriter/
H A DAlawEncoderSync.java30 log("pcmStream size: " + pcmBuffer.length);
41 log("Main thread was interrupted, exiting.");
47 log("comparing result arrays...");
51 log("NOT equals: 0 and " + i);
57 log("test PASSED.");
82 log("ConversionThread[" + num + "] started.");
99 log("ConversionThread[" + num + "] exception:");
100 log(ex);
102 log("ConversionThread[" + num + "] completed.");
106 static void log(Strin method in class:AlawEncoderSync
110 static void log(Exception ex) { method in class:AlawEncoderSync
[all...]
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmRTBootClassPathTableMetaImpl.java146 final boolean dbg = log.isDebugOn();
147 if (dbg) log.debug("getNextOid", "previous=" + oid);
157 if (dbg) log.debug("getNextOid", "handler is null!");
164 if (dbg) log.debug("*** **** **** **** getNextOid", "next=" + next);
193 final boolean dbg = log.isDebugOn();
194 if (dbg) log.debug("getEntry", "oid [" + oid + "]");
196 if (dbg) log.debug("getEntry", "Invalid oid [" + oid + "]");
220 log.debug("getEntry", "Entry is already in the cache");
223 if (dbg) log.debug("getEntry", "Entry is not in the cache");
250 log
298 static final MibLogger log = field in class:JvmRTBootClassPathTableMetaImpl
[all...]
H A DJvmRTClassPathTableMetaImpl.java145 final boolean dbg = log.isDebugOn();
146 if (dbg) log.debug("getNextOid", "previous=" + oid);
156 if (dbg) log.debug("getNextOid", "handler is null!");
163 if (dbg) log.debug("*** **** **** **** getNextOid", "next=" + next);
192 final boolean dbg = log.isDebugOn();
193 if (dbg) log.debug("getEntry", "oid [" + oid + "]");
195 if (dbg) log.debug("getEntry", "Invalid oid [" + oid + "]");
219 log.debug("getEntry", "Entry is already in the cache");
222 if (dbg) log.debug("getEntry", "Entry is not in the cache");
249 log
296 static final MibLogger log = field in class:JvmRTClassPathTableMetaImpl
[all...]
H A DJvmRTInputArgsTableMetaImpl.java142 final boolean dbg = log.isDebugOn();
143 if (dbg) log.debug("getNextOid", "previous=" + oid);
153 if (dbg) log.debug("getNextOid", "handler is null!");
160 if (dbg) log.debug("*** **** **** **** getNextOid", "next=" + next);
189 final boolean dbg = log.isDebugOn();
190 if (dbg) log.debug("getEntry", "oid [" + oid + "]");
192 if (dbg) log.debug("getEntry", "Invalid oid [" + oid + "]");
216 log.debug("getEntry", "Entry is already in the cache");
218 } else if (dbg) log.debug("getEntry", "Entry is not in the cache");
244 if (dbg) log
292 static final MibLogger log = field in class:JvmRTInputArgsTableMetaImpl
[all...]
H A DJvmRTLibraryPathTableMetaImpl.java145 final boolean dbg = log.isDebugOn();
146 if (dbg) log.debug("getNextOid", "previous=" + oid);
156 if (dbg) log.debug("getNextOid", "handler is null!");
163 if (dbg) log.debug("*** **** **** **** getNextOid", "next=" + next);
192 final boolean dbg = log.isDebugOn();
193 if (dbg) log.debug("getEntry", "oid [" + oid + "]");
195 if (dbg) log.debug("getEntry", "Invalid oid [" + oid + "]");
219 log.debug("getEntry", "Entry is already in the cache");
221 } else if (dbg) log.debug("getEntry", "Entry is not in the cache");
248 if (dbg) log
296 static final MibLogger log = field in class:JvmRTLibraryPathTableMetaImpl
[all...]
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DResultLogManagerMXBean.java49 * {@link DirectoryScanner DirectoryScanners} can be configured to log a
58 * <p>The memory log is useful in so far that its content can be interactively
60 * The file log doesn't have this facility.
66 * action (e.g. mail the result log to the engineer which maintains the lab,
67 * or parse the log and prepare and send a single mail to the matching
76 * Creates a new log file in which to store results.
78 * logging in its current log file and use the new specified file instead.
92 * @param basename The name of the new log file. This will be the
94 * @param maxRecord maximum number of records to log in the specified file
100 * log fil
120 public void log(ResultRecord record) method in interface:ResultLogManagerMXBean
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbeddedFrame.java35 private static final Logger log = Logger.getLogger(XEmbeddedFrame.class.getName()); field in class:XEmbeddedFrame
83 log.fine("The method shouldn't be called when XEmbed is active!");
109 log.fine("The method shouldn't be called when XEmbed is active!");
/openjdk7/langtools/test/tools/javap/
H A DT4501661.java113 void checkNone(String log, String... words) { argument
115 if (log.indexOf(word) != -1)
/openjdk7/jdk/test/sun/rmi/log/ReliableLog/
H A DLogAlignmentTest.java26 * @summary rmid can have a corrupted log
42 import sun.rmi.log.LogHandler;
43 import sun.rmi.log.ReliableLog;
60 //public Status run (String argv[], PrintStream log, PrintStream out)
61 public void run (String argv[], PrintStream log, PrintStream out) argument
64 regtest(130, "./logalign_tmp", log, out);
65 regtest(131, "./logalign_tmp", log, out);
67 e.printStackTrace (log);
80 ReliableLog log = new ReliableLog (dir, handler, false);
85 log
[all...]
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLSocketFactory.java59 private static void log(String msg) { method in class:SSLSocketFactory
96 log("setting up default SSLSocketFactory");
107 log("class " + clsName + " is loaded");
109 log("instantiated an instance of class " + clsName);
113 log("SSLSocketFactory instantiation failed: " + e.toString());
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DApacheCanonicalizer.java59 private static Logger log = Logger.getLogger("org.jcp.xml.dsig.internal.dom"); field in class:ApacheCanonicalizer
104 if (log.isLoggable(Level.FINE)) {
105 log.log(Level.FINE, "Created canonicalizer for algorithm: "
158 if (log.isLoggable(Level.FINE)) {
159 log.log(Level.FINE, "Canonicalizing " + nodeSet.size()
199 if (log.isLoggable(Level.FINE)) {
200 log.log(Leve
[all...]
H A DApacheTransform.java61 private static Logger log = Logger.getLogger("org.jcp.xml.dsig.internal.dom"); field in class:ApacheTransform
124 if (log.isLoggable(Level.FINE)) {
125 log.log(Level.FINE, "Created transform for algorithm: "
145 if (log.isLoggable(Level.FINE)) {
146 log.log(Level.FINE, "ApacheData = true");
150 if (log.isLoggable(Level.FINE)) {
151 log.log(Leve
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunGraphicsCallback.java37 private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.SunGraphicsCallback"); field in class:SunGraphicsCallback
90 if (log.isLoggable(PlatformLogger.FINER) && (clip != null)) {
92 log.finer("x = " + newrect.x + ", y = " + newrect.y +
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DLogStream.java41 /** table mapping known log names to log stream objects */
46 /** log name for this log */
49 /** stream where output of this log is sent to */
52 /** string writer for writing message prefixes to log stream */
55 /** string buffer used for constructing log message prefixes */
63 * private, users must have a LogStream created through the "log"
65 * @param name string identifying messages from this log
66 * @out output stream that log message
90 public static LogStream log(String name) { method in class:LogStream
[all...]
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLoggingProxyImpl.java60 public void log(Object logger, Object level, String msg) { method in class:LoggingProxyImpl
61 ((Logger) logger).log((Level) level, msg);
65 public void log(Object logger, Object level, String msg, Throwable t) { method in class:LoggingProxyImpl
66 ((Logger) logger).log((Level) level, msg, t);
70 public void log(Object logger, Object level, String msg, Object... params) { method in class:LoggingProxyImpl
71 ((Logger) logger).log((Level) level, msg, params);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/
H A DXMLX509IssuerSerial.java42 static java.util.logging.Logger log = field in class:XMLX509IssuerSerial
121 if (log.isLoggable(java.util.logging.Level.FINE))
122 log.log(java.util.logging.Level.FINE, "X509SerialNumber text: " + text);
H A DXMLX509SKI.java47 static java.util.logging.Logger log = field in class:XMLX509SKI
146 if (log.isLoggable(java.util.logging.Level.FINE)) {
147 log.log(java.util.logging.Level.FINE, "Base64 of SKI is " + Base64.encode(skidValue));
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DEncryptedKeyResolver.java54 static java.util.logging.Logger log = field in class:EncryptedKeyResolver
101 if (log.isLoggable(java.util.logging.Level.FINE))
102 log.log(java.util.logging.Level.FINE, "EncryptedKeyResolver - Can I resolve " + element.getTagName());
112 log.log(java.util.logging.Level.FINE, "Passed an Encrypted Key");
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/
H A DStorageResolver.java41 static java.util.logging.Logger log = field in class:StorageResolver
97 log.log(java.util.logging.Level.SEVERE, "Could not add KeyStore because of: ", ex);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/storage/implementations/
H A DCertsInFilesystemDirectoryResolver.java49 static java.util.logging.Logger log = field in class:CertsInFilesystemDirectoryResolver
130 log.log(java.util.logging.Level.FINE, "Could not add certificate from file " + filename, ex);
132 log.log(java.util.logging.Level.FINE, "Could not add certificate from file " + filename, ex);
134 log.log(java.util.logging.Level.FINE, "Could not add certificate from file " + filename, ex);
136 log.log(java.util.logging.Level.FINE, "Could not add certificate from file " + filename, ex);
138 log
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java72 private static java.util.logging.Logger log = field in class:Transform
354 if (log.isLoggable(java.util.logging.Level.FINE)) {
355 log.log(java.util.logging.Level.FINE, "Create URI \"" + algorithmURI + "\" class \""
357 log.log(java.util.logging.Level.FINE, "The NodeList is " + contextNodes);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DIdResolver.java52 private static java.util.logging.Logger log = field in class:IdResolver
106 log.log(java.util.logging.Level.FINE,
116 log.log(java.util.logging.Level.FINE,
144 if (log.isLoggable(java.util.logging.Level.FINE))
145 log.log(java.util.logging.Level.FINE, "getElementByIdUsingDOM() Search for ID " + id);
157 if (log.isLoggable(java.util.logging.Level.FINE))
158 log
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/
H A DResolverDirectHTTP.java64 static java.util.logging.Logger log = field in class:ResolverDirectHTTP
128 if (log.isLoggable(java.util.logging.Level.FINE)) {
129 log.log(java.util.logging.Level.FINE, "Use of HTTP proxy enabled: " + proxyHost + ":"
220 log.log(java.util.logging.Level.FINE, "Fetched " + summarized + " bytes from URI "
255 log.log(java.util.logging.Level.FINE, "quick fail, uri == null");
263 log.log(jav
[all...]
H A DResolverXPointer.java53 static java.util.logging.Logger log = field in class:ResolverXPointer
158 // log.log(java.util.logging.Level.FINE, "idPlusDelim=" + idPlusDelim);
164 if (log.isLoggable(java.util.logging.Level.FINE))
165 log.log(java.util.logging.Level.FINE, "Id="
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DImageDataContentHandler.java46 protected static final Logger log = field in class:ImageDataContentHandler
124 log.log(Level.SEVERE,
145 log.log(Level.SEVERE, "SAAJ0526.soap.unsupported.mime.type",
150 log.severe("SAAJ0525.soap.cannot.encode.img");

Completed in 1080 milliseconds

1234567891011>>