Searched defs:log (Results 201 - 225 of 330) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DUtils.java181 private PlatformLogger log; field in class:Utils.Pack200Logger
187 if (log == null) {
188 log = PlatformLogger.getLogger(name);
190 return log;
220 static final Pack200Logger log field in class:Utils
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/
H A DIntegrityHmac.java53 static java.util.logging.Logger log = field in class:IntegrityHmac
83 if (log.isLoggable(java.util.logging.Level.FINE))
84 log.log(java.util.logging.Level.FINE, "Created IntegrityHmacSHA1 using " + algorithmID);
127 if (log.isLoggable(java.util.logging.Level.FINE)) {
128 log.log(java.util.logging.Level.FINE,
170 if (log.isLoggable(java.util.logging.Level.FINE)) {
171 log.log(jav
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer11.java66 static Logger log = Logger.getLogger(Canonicalizer11.class.getName()); field in class:Canonicalizer11
523 log.log(java.util.logging.Level.FINE, "STEP OUTPUT BUFFER\t\tINPUT BUFFER");
675 if (log.isLoggable(java.util.logging.Level.FINE)) {
676 log.log(java.util.logging.Level.FINE, " " + step + ": " + output);
678 log.log(java.util.logging.Level.FINE, "\t\t\t\t" + input);
680 log.log(jav
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DX509Data.java49 static java.util.logging.Logger log = field in class:X509Data
422 log.log(java.util.logging.Level.FINE, "itemUnknownElement not implemented:"+i);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/
H A DKeyResolver.java52 private static java.util.logging.Logger log = field in class:KeyResolver
102 if (log.isLoggable(java.util.logging.Level.FINE)) {
103 log.log(java.util.logging.Level.FINE, "check resolvability by class " + resolver.getClass());
143 if (log.isLoggable(java.util.logging.Level.FINE)) {
144 log.log(java.util.logging.Level.FINE, "check resolvability by class " + resolver.getClass());
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DManifest.java62 static java.util.logging.Logger log = field in class:Manifest
294 if (log.isLoggable(java.util.logging.Level.FINE)) {
295 log.log(java.util.logging.Level.FINE, "verify " +_referencesEl.length + " References");
296 log.log(java.util.logging.Level.FINE, "I am " + (followManifests
325 if (log.isLoggable(java.util.logging.Level.FINE))
326 log.log(java.util.logging.Level.FINE, "The Reference has Type " + currentRef.getType());
331 log
[all...]
H A DReference.java133 static java.util.logging.Logger log = field in class:Reference
772 log.log(java.util.logging.Level.WARNING, "Verification failed for URI \"" + this.getURI() + "\"");
773 log.log(java.util.logging.Level.WARNING, "Expected Digest: " + Base64.encode(elemDig));
774 log.log(java.util.logging.Level.WARNING, "Actual Digest: " + Base64.encode(calcDig));
776 log.log(java.util.logging.Level.INFO, "Verification successful for URI \"" + this.getURI() + "\"");
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DElementProxy.java44 protected static final java.util.logging.Logger log = field in class:ElementProxy
93 if (log.isLoggable(java.util.logging.Level.FINE)) {
94 log.log(java.util.logging.Level.FINE, "setElement(\"" + element.getTagName() + "\", \"" + BaseURI + "\")");
183 if (log.isLoggable(java.util.logging.Level.FINE)) {
184 log.log(java.util.logging.Level.FINE, "setElement(" + element.getTagName() + ", \"" + BaseURI + "\"");
/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTEvent.java81 private static final PlatformLogger log = PlatformLogger.getLogger("java.awt.AWTEvent"); field in class:AWTEvent
300 if (log.isLoggable(PlatformLogger.FINE)) {
301 log.fine("AWTEvent.get_InputEvent_CanAccessSystemClipboard() got SecurityException ", e);
304 if (log.isLoggable(PlatformLogger.FINE)) {
305 log.fine("AWTEvent.get_InputEvent_CanAccessSystemClipboard() got NoSuchFieldException ", e);
597 if (log.isLoggable(PlatformLogger.FINE)) {
598 log.fine("AWTEvent.copyPrivateDataInto() got IllegalAccessException ", e);
613 if (log.isLoggable(PlatformLogger.FINE)) {
614 log.fine("AWTEvent.dispatched() got IllegalAccessException ", e);
H A DCursor.java191 private static final PlatformLogger log = PlatformLogger.getLogger("java.awt.Cursor"); field in class:Cursor
313 if (log.isLoggable(PlatformLogger.FINER)) {
314 log.finer("Cursor.getSystemCustomCursor(" + name + ") returned null");
368 if (log.isLoggable(PlatformLogger.FINER)) {
369 log.finer("Cursor.getSystemCustomCursor(" + name + ") returned null");
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DAESCrypt.java134 log = new int[256]; field in class:AESCrypt
166 // produce log and alog tables, needed for multiplying in the
179 log[alog[i]] = i;
201 j = alog[255 - log[i]];
266 alog[(255 + log[AA[i][j] & 0xFF] - log[pivot & 0xFF])
313 log = null;
320 alog[(log[a & 0xFF] + log[b & 0xFF]) % 255] :
327 a = log[
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Devents.hpp34 // Events and EventMark provide interfaces to log events taking place in the vm.
45 // The base event log dumping class that is registered for dumping at
48 // subclassed to provide different log types.
58 // Automatically registers the log so that it will be printed during
68 // providing a more featureful log function if the existing copy
70 // log when it is dumped during a crash.
114 // avoids mutating the ring buffer when printing the log.
118 // Print the contents of the log
162 void log(Thread* thread, const char* format, ...) { function in class:StringEventLog
179 // A log fo
208 inline void Events::log(Thread* thread, const char* format, ...) { function in class:Events
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/logging/
H A DLogger.java125 public void log(final Level level, final String message) { method in class:Logger
132 public void log(final Level level, final String message, final Throwable thrown) { method in class:Logger
316 * method version but you might still want to log the original cause as well.
390 * method version but you might still want to log the original cause as well.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DModelBuilder.java69 public void log(String msg); method in interface:ModelBuilder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DAttachmentPartImpl.java61 protected static final Logger log = field in class:AttachmentPartImpl
108 log.log(
156 log.log(
167 log.log(
197 log.severe("SAAJ0572.soap.no.content.for.attachment");
201 log.log(Leve
[all...]
H A DSOAPDocumentImpl.java44 protected static final Logger log = field in class:SOAPDocumentImpl
68 log.severe("SAAJ0541.soap.fragment.not.bound.to.part");
125 log.severe("SAAJ0542.soap.proc.instructions.not.allowed.in.docs");
147 log.severe("SAAJ0543.soap.entity.refs.not.allowed.in.docs");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DFault1_1Impl.java55 protected static final Logger log = field in class:Fault1_1Impl
197 log.log(
205 log.log(
213 log.log(
221 log.log(
229 log
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDesktopProperties.java56 private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.windows.WDesktopProperties"); field in class:WDesktopProperties
113 if (log.isLoggable(PlatformLogger.FINE)) {
114 log.fine(key + "=" + String.valueOf(value));
124 if (log.isLoggable(PlatformLogger.FINE)) {
125 log.fine(key + "=" + String.valueOf(value));
135 if (log.isLoggable(PlatformLogger.FINE)) {
136 log.fine(key + "=" + value);
147 if (log.isLoggable(PlatformLogger.FINE)) {
148 log.fine(key + "=" + color);
175 if (log
[all...]
H A DWScrollPanePeer.java36 private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.windows.WScrollPanePeer"); field in class:WScrollPanePeer
162 if (log.isLoggable(PlatformLogger.FINEST)) {
163 log.finest("ScrollEvent coalesced: " + newEvent);
207 if (log.isLoggable(PlatformLogger.FINE)) {
208 log.fine("Assertion failed: unknown orient");
234 if (log.isLoggable(PlatformLogger.FINE)) {
235 log.fine("Assertion failed: unknown type");
261 if (log.isLoggable(PlatformLogger.FINE)) {
263 log.fine("Assertion (hwAncestor != null) failed, " +
/openjdk7/jdk/test/java/awt/Mouse/MouseModifiersUnitTest/
H A DMouseModifiersUnitTest_Extra.java474 log("Switch to "+ ((debug)?"debug":"trial") +" mode");
477 public static void log(String message){ method in class:MessageLogger
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DSelectorTest.java42 static PrintStream log = System.err; field in class:SelectorTest
71 log.println();
81 log.println();
86 log.println("No host specified: terminating.");
98 log.println();
112 super("Client", SelectorTest.log);
117 log.println("starting client...");
119 clientList.add(new RemoteEntity(i, isa, log));
123 log.println("created "+NUM_CLIENTS+" clients");
147 super("Server", SelectorTest.log);
214 PrintStream log; field in class:RemoteEntity
217 RemoteEntity(int id, InetSocketAddress server, PrintStream log) argument
326 PrintStream log; field in class:RequestHandler
328 RequestHandler(Selector selector, PrintStream log) argument
[all...]
/openjdk7/jdk/test/java/nio/charset/coders/
H A DBashStreams.java37 static final PrintStream log = System.err; field in class:BashStreams
201 log.println(" write stream");
209 log.println(" write channel");
338 log.println(" read stream");
346 log.println(" read channel");
357 log.println();
358 log.println(csn);
380 log.println("limit = " + limit);
387 log.println("seed = " + seed);
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DCheckStatus.java139 log("================");
141 log("unexpected empty unwrap");
148 log("======================================");
149 log("client hello");
163 log("Check for unwrap when wrap needed");
168 log("======================================");
169 log("ServerHello");
183 log("======================================");
184 log("Key Exchange");
198 log("
721 private static void log(String str) { method in class:CheckStatus
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DGlobals.java41 private static final String DEFAULT_LOG_FILE = "verifier.log";
135 static void log(String s) { method in class:Globals
206 Globals.log("Length differs: " + (c1.length - c2.length));
214 Globals.log(" -> " + c1[i] + "<>" + c2[i]);
227 Globals.log("Length differs diff: " + (b1.length - b2.length));
234 Globals.log("\t" + "idx[" + i + "] 0x" + Integer.toHexString(b1[i]) + "<>" + "0x" + Integer.toHexString(b2[i]));
264 Globals.log("-----------------------------------------------------------------");
285 Globals.log(sb.toString());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java89 private Log log; field in class:JavacTrees
128 log = Log.instance(context);
336 JavaFileObject prev = log.useSource(env.toplevel.sourcefile);
340 log.useSource(prev);
345 JavaFileObject prev = log.useSource(env.toplevel.sourcefile);
349 log.useSource(prev);
404 oldSource = log.useSource(newSource);
411 boolean prev = log.multipleErrors;
413 log.error(pos, "proc.messager", msg.toString());
415 log
[all...]

Completed in 2545 milliseconds

1234567891011>>