Searched refs:log (Results 26 - 50 of 563) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/6304921/
H A DTestLog.java58 Log log = Log.instance(context);
59 log.multipleErrors = true;
74 log.useSource(fo);
79 log.setEndPosTable(fo, tree.endPositions);
81 TreeScanner ts = new LogTester(log, tree.endPositions);
84 check(log.nerrors, 4, "errors");
85 check(log.nwarnings, 4, "warnings");
100 LogTester(Log log, java.util.Map<JCTree, Integer> endPositions) { argument
101 this.log = log;
119 private Log log; field in class:TestLog.LogTester
[all...]
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DHangup.java41 static PrintStream log = System.err; field in class:Hangup
66 log.println("S: Socket selected #" + count);
84 log.println();
85 log.println("Test: writeFromClient = " + writeFromClient
95 log.println("S: Listening on port "
100 log.println("C: Connected via port "
105 log.println("S: Client connection accepted");
122 log.println("C: Wrote stuff");
130 log.println("S: Read stuff");
135 log
[all...]
/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/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DX509IssuerSerialResolver.java46 static java.util.logging.Logger log = field in class:X509IssuerSerialResolver
70 if (log.isLoggable(java.util.logging.Level.FINE))
71 log.log(java.util.logging.Level.FINE, "Can I resolve " + element.getTagName() + "?");
77 log.log(java.util.logging.Level.FINE, "I can't");
80 log.log(java.util.logging.Level.FINE, "I can't");
85 log.log(jav
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DIgnoreAllErrorHandler.java38 static java.util.logging.Logger log = field in class:IgnoreAllErrorHandler
54 log.log(java.util.logging.Level.WARNING, "", ex);
65 log.log(java.util.logging.Level.SEVERE, "", ex);
77 log.log(java.util.logging.Level.WARNING, "", ex);
H A DDigesterOutputStream.java33 static java.util.logging.Logger log = field in class:DigesterOutputStream
56 if (log.isLoggable(java.util.logging.Level.FINE)) {
57 log.log(java.util.logging.Level.FINE, "Pre-digested input:");
62 log.log(java.util.logging.Level.FINE, sb.toString());
H A DSignerOutputStream.java34 static java.util.logging.Logger log = field in class:SignerOutputStream
68 if (log.isLoggable(java.util.logging.Level.FINE)) {
69 log.log(java.util.logging.Level.FINE, "Canonicalized SignedInfo:");
74 log.log(java.util.logging.Level.FINE, sb.toString());
/openjdk7/hotspot/src/share/vm/utilities/
H A Devents.cpp64 EventLog* log = _logs; local
65 while (log != NULL) {
66 log->print_log_on(out);
67 log = log->next();
94 // Save a copy of begin message and log it.
96 Events::log(NULL, _buffer);
103 // Append " done" to the begin message and log it
105 Events::log(NULL, _buffer);
/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/solaris/classes/sun/awt/X11/
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/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DAppleImpl.java51 logger.log(Level.FINEST,
55 logger.log(Level.FINEST,
61 logger.log(Level.FINEST,
64 logger.log(Level.SEVERE, toString() + ".notify():", e);
75 logger.log(Level.FINEST,
81 logger.log(Level.FINEST,
87 logger.log(Level.SEVERE, toString() + ".newOrange():", e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DHeaderElement1_1Impl.java47 protected static final Logger log = field in class:HeaderElement1_1Impl
70 log.log(
94 log.log(
102 log.log(
110 log.log(
H A DMessage1_1Impl.java46 protected static final Logger log = field in class:Message1_1Impl
85 log.log(
93 log.log(
101 log.log(
109 log.log(
/openjdk7/jdk/test/java/nio/charset/coders/
H A DStreamTimeout.java36 private static PrintStream log = System.err; field in class:StreamTimeout
60 log.print("Unexpected exception in writer: ");
73 log.print("" + a + " bytes available, "
76 log.println();
83 log.println();
86 log.println(", read() ==> "
117 log.println("Read timed out, as expected");
121 log.println("Read did not time out, test inapplicable");
129 log.println("Second read timed out, as expected");
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainerOrderFocusTraversalPolicy.java63 private static final PlatformLogger log = PlatformLogger.getLogger("java.awt.ContainerOrderFocusTraversalPolicy"); field in class:ContainerOrderFocusTraversalPolicy
168 if (retComp != null && log.isLoggable(PlatformLogger.FINE)) {
169 log.fine("### Transfered focus down-cycle to " + retComp +
180 if (retComp != null && log.isLoggable(PlatformLogger.FINE)) {
181 log.fine("### Transfered focus to " + retComp + " in the FTP provider " + cont);
211 if (log.isLoggable(PlatformLogger.FINE)) log.fine("### Searching in " + aContainer + " for component after " + aComponent);
239 if (log.isLoggable(PlatformLogger.FINE)) {
240 log.fine("### Asking FTP " + provider + " for component after " + aComponent);
250 if (log
[all...]
H A DWaitDispatchSupport.java50 private final static PlatformLogger log = field in class:WaitDispatchSupport
111 if (log.isLoggable(PlatformLogger.FINEST)) {
112 log.finest("evaluate(): blockingEDT=" + keepBlockingEDT.get() +
168 log.fine("enter(): blockingEDT=" + keepBlockingEDT.get() +
172 log.fine("The secondary loop is already running, aborting");
178 log.fine("Starting a new event pump");
193 log.finest("On dispatch thread: " + dispatchThread);
195 log.finest("scheduling the timer for " + interval + " ms");
210 log.fine("Dispose current SequencedEvent: " + currentSE);
226 log
[all...]
/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/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmThreadingImpl.java126 log.debug("JvmThreadingImpl","Constructor");
136 log.debug("JvmThreadingImpl","Constructor with server");
157 log.debug("getJvmThreadCpuTimeMonitoring",
164 log.debug("getJvmThreadCpuTimeMonitoring",
168 log.debug("getJvmThreadCpuTimeMonitoring",
173 log.debug("getJvmThreadCpuTimeMonitoring",
205 log.debug("checkJvmThreadCpuTimeMonitoring",
218 log.debug("checkJvmThreadCpuTimeMonitoring",
225 log.debug("checkJvmThreadCpuTimeMonitoring",
239 log
363 static final MibLogger log = new MibLogger(JvmThreadingImpl.class); field in class:JvmThreadingImpl
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/
H A DInit.java62 private static java.util.logging.Logger log = field in class:Init
117 if (log.isLoggable(java.util.logging.Level.FINE)) {
118 log.log(java.util.logging.Level.FINE, "Registering default algorithms");
156 log.log(java.util.logging.Level.SEVERE, ex.getMessage(), ex);
182 log.log(java.util.logging.Level.SEVERE, "Error in reading configuration file - Configuration element not found");
212 if (log.isLoggable(java.util.logging.Level.FINE)) {
213 log
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DClassLoaderUtils.java45 private static final java.util.logging.Logger log = field in class:ClassLoaderUtils
130 if (log.isLoggable(java.util.logging.Level.FINE)) {
131 log.log(java.util.logging.Level.FINE, e.getMessage(), e);
143 if (log.isLoggable(java.util.logging.Level.FINE)) {
144 log.log(java.util.logging.Level.FINE, e.getMessage(), e);
158 if (log.isLoggable(java.util.logging.Level.FINE)) {
159 log.log(jav
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DClassLoaderUtils.java45 private static final java.util.logging.Logger log = field in class:ClassLoaderUtils
130 if (log.isLoggable(java.util.logging.Level.FINE)) {
131 log.log(java.util.logging.Level.FINE, e.getMessage(), e);
143 if (log.isLoggable(java.util.logging.Level.FINE)) {
144 log.log(java.util.logging.Level.FINE, e.getMessage(), e);
158 if (log.isLoggable(java.util.logging.Level.FINE)) {
159 log.log(jav
[all...]
/openjdk7/jaxws/src/share/jaf_classes/com/sun/activation/registries/
H A DLogSupport.java55 public static void log(String msg) { method in class:LogSupport
58 logger.log(level, msg);
61 public static void log(String msg, Throwable t) { method in class:LogSupport
64 logger.log(level, msg, t);
/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/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/org/jcp/xml/dsig/internal/
H A DDigesterOutputStream.java51 private static Logger log = Logger.getLogger("org.jcp.xml.dsig.internal"); field in class:DigesterOutputStream
94 if (log.isLoggable(Level.FINER)) {
95 log.log(Level.FINER, "Pre-digested input:");
100 log.log(Level.FINER, sb.toString());

Completed in 98 milliseconds

1234567891011>>