Searched refs:FINE (Results 1 - 25 of 163) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/algorithms/
H A DClassLoaderUtils.java130 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(java.util.logging.Level.FINE, e.getMessage(), e);
169 if (log.isLoggable(java.util.logging.Level.FINE)) {
170 log.log(java.util.logging.Level.FINE, e.getMessage(), e);
183 if (log.isLoggable(java.util.logging.Level.FINE)) {
184 log.log(java.util.logging.Level.FINE,
[all...]
H A DJCEMapper.java194 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(java.util.logging.Level.FINE, "Request for URI " + algorithmURI);
246 if (log.isLoggable(java.util.logging.Level.FINE)) {
247 log.log(java.util.logging.Level.FINE, "Request for URI " + algorithmURI);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DClassLoaderUtils.java130 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(java.util.logging.Level.FINE, e.getMessage(), e);
169 if (log.isLoggable(java.util.logging.Level.FINE)) {
170 log.log(java.util.logging.Level.FINE, e.getMessage(), e);
183 if (log.isLoggable(java.util.logging.Level.FINE)) {
184 log.log(java.util.logging.Level.FINE,
[all...]
H A DTransforms.java158 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(java.util.logging.Level.FINE, "Transforms.addTransform(" + transform.getURI() + ")");
260 if (log.isLoggable(java.util.logging.Level.FINE)) {
261 log.log(java.util.logging.Level.FINE, "Perform the (" + i + ")th " + t.getURI()
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAWTXSettings.java58 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 );
83 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Updating Per XSettings changes");
117 if (log.isLoggable(PlatformLogger.FINE)) log.fine("owner =" + owner);
131 if (log.isLoggable(PlatformLogger.FINE)) log.fine("OH OH : getter failed status = " + status );
137 if (log.isLoggable(PlatformLogger.FINE)) log.fine("noItems = " + getter.getNumberOfItems());
H A DXMSelection.java131 if (log.isLoggable(PlatformLogger.FINE)) log.fine("New Selection Owner for screen " + screen + " = " + owner );
151 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Grabbing XServer");
156 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Screen = " + screen + " selection name = " + selection_name);
163 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Selection Owner for screen " + screen + " = " + owner );
178 if (log.isLoggable(PlatformLogger.FINE)) log.fine("UnGrabbing XServer");
190 if (log.isLoggable(PlatformLogger.FINE)) log.fine("client messags = " + xce);
297 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Selection Changed : Screen = " + screen + "Event =" + ev);
308 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Owner dead : Screen = " + screen + "Event =" + de);
320 if (log.isLoggable(PlatformLogger.FINE)) log.fine("Event =" + xev);
H A DXMenuPeer.java122 if (log.isLoggable(PlatformLogger.FINE)) {
133 if (log.isLoggable(PlatformLogger.FINE)) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DX509SubjectNameResolver.java86 if (log.isLoggable(java.util.logging.Level.FINE))
87 log.log(java.util.logging.Level.FINE, "Can I resolve " + element.getTagName() + "?");
93 log.log(java.util.logging.Level.FINE, "I can't");
101 log.log(java.util.logging.Level.FINE, "I can't");
131 log.log(java.util.logging.Level.FINE, "Found Certificate SN: " + certSN.getSubjectName());
134 log.log(java.util.logging.Level.FINE, "Found Element SN: "
138 log.log(java.util.logging.Level.FINE, "match !!! ");
142 log.log(java.util.logging.Level.FINE, "no match...");
148 log.log(java.util.logging.Level.FINE, "XMLSecurityException", ex);
H A DX509IssuerSerialResolver.java70 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(java.util.logging.Level.FINE, "I can't");
109 if (log.isLoggable(java.util.logging.Level.FINE)) {
110 log.log(java.util.logging.Level.FINE, "Found Certificate Issuer: "
112 log.log(java.util.logging.Level.FINE, "Found Certificate Serial: "
119 if (log.isLoggable(java.util.logging.Level.FINE)) {
120 log.log(java.util.logging.Level.FINE, "Foun
[all...]
H A DRetrievalMethodResolver.java109 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.log(java.util.logging.Level.FINE, "SAXException", e);
134 if (log.isLoggable(java.util.logging.Level.FINE))
135 log.log(java.util.logging.Level.FINE, "we have to parse " + inputBytes.length + " bytes");
167 log.log(java.util.logging.Level.FINE, "XMLSecurityException", ex);
169 log.log(java.util.logging.Level.FINE, "CertificateException", ex);
171 log.log(java.util.logging.Level.FINE, "IOExceptio
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSortingFocusTraversalPolicy.java118 if (log.isLoggable(PlatformLogger.FINE)) {
196 if (retComp != null && log.isLoggable(PlatformLogger.FINE)) {
208 if (retComp != null && log.isLoggable(PlatformLogger.FINE)) {
239 if (log.isLoggable(PlatformLogger.FINE)) {
263 if (log.isLoggable(PlatformLogger.FINE)) {
274 if (log.isLoggable(PlatformLogger.FINE)) log.fine("### FTP returned " + afterComp);
282 if (log.isLoggable(PlatformLogger.FINE)) log.fine("### Cycle is " + cycle + ", component is " + aComponent);
287 if (log.isLoggable(PlatformLogger.FINE)) {
352 if (log.isLoggable(PlatformLogger.FINE)) {
363 if (log.isLoggable(PlatformLogger.FINE)) lo
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainerOrderFocusTraversalPolicy.java168 if (retComp != null && log.isLoggable(PlatformLogger.FINE)) {
180 if (retComp != null && log.isLoggable(PlatformLogger.FINE)) {
211 if (log.isLoggable(PlatformLogger.FINE)) log.fine("### Searching in " + aContainer + " for component after " + aComponent);
239 if (log.isLoggable(PlatformLogger.FINE)) {
250 if (log.isLoggable(PlatformLogger.FINE)) log.fine("### FTP returned " + afterComp);
258 if (log.isLoggable(PlatformLogger.FINE)) log.fine("### Cycle is " + cycle + ", component is " + aComponent);
263 if (log.isLoggable(PlatformLogger.FINE)) {
328 if (log.isLoggable(PlatformLogger.FINE)) {
339 if (log.isLoggable(PlatformLogger.FINE)) log.fine("### FTP returned " + beforeComp);
352 if (log.isLoggable(PlatformLogger.FINE)) lo
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/
H A DResolverFragment.java73 log.log(java.util.logging.Level.FINE, "ResolverFragment with empty URI (means complete document)");
102 if (log.isLoggable(java.util.logging.Level.FINE))
103 log.log(java.util.logging.Level.FINE, "Try to catch an Element with ID " + id + " and Element was " + selectedElem);
128 log.log(java.util.logging.Level.FINE, "Quick fail for null uri");
140 if (log.isLoggable(java.util.logging.Level.FINE))
141 log.log(java.util.logging.Level.FINE, "State I can resolve reference: \"" + uriNodeValue + "\"");
144 if (log.isLoggable(java.util.logging.Level.FINE))
145 log.log(java.util.logging.Level.FINE, "Do not seem to be able to resolve reference: \"" + uriNodeValue + "\"");
H A DResolverDirectHTTP.java128 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(java.util.logging.Level.FINE, "quick fail for empty URIs and local ones");
268 if (log.isLoggable(java.util.logging.Level.FINE)) {
269 log.log(java.util.logging.Level.FINE, "I was asked whether I can resolve " + uriNodeValue);
274 if (log.isLoggable(java.util.logging.Level.FINE)) {
275 log.log(java.util.logging.Level.FINE, "I state that I can resolve " + uriNodeValue);
281 if (log.isLoggable(java.util.logging.Level.FINE)) {
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DApacheCanonicalizer.java104 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(Level.FINE, "Created transform for algorithm: "
211 if (log.isLoggable(Level.FINE)) {
212 log.log(Level.FINE, "ApacheData = true");
216 if (log.isLoggable(Level.FINE)) {
217 log.log(Level.FINE, "isNodeSe
[all...]
H A DApacheTransform.java124 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(Level.FINE, "isNodeSet() = true");
154 if (log.isLoggable(Level.FINE)) {
155 log.log(Level.FINE, "DOMSubTreeData = true");
166 if (log.isLoggable(Level.FINE)) {
167 log.log(Level.FINE, "isNodeSe
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DDigesterOutputStream.java56 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.java68 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/jdk/src/share/classes/com/sun/security/sasl/
H A DCramMD5Client.java104 if (logger.isLoggable(Level.FINE)) {
105 logger.log(Level.FINE, "CRAMCLNT01:Received challenge: {0}",
117 logger.log(Level.FINE, "CRAMCLNT02:Sending response: {0}", resp);
H A DCramMD5Server.java133 logger.log(Level.FINE,
141 if(logger.isLoggable(Level.FINE)) {
142 logger.log(Level.FINE,
162 logger.log(Level.FINE,
189 logger.log(Level.FINE,
222 logger.log(Level.FINE,
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/
H A DInit.java117 if (log.isLoggable(java.util.logging.Level.FINE)) {
118 log.log(java.util.logging.Level.FINE, "Registering default algorithms");
212 if (log.isLoggable(java.util.logging.Level.FINE)) {
213 log.log(java.util.logging.Level.FINE, "Canonicalizer.register(" + uri + ", " + javaClass + ")");
232 if (log.isLoggable(java.util.logging.Level.FINE)) {
233 log.log(java.util.logging.Level.FINE, "Transform.register(" + uri + ", " + javaClass + ")");
271 if (log.isLoggable(java.util.logging.Level.FINE)) {
272 log.log(java.util.logging.Level.FINE, "SignatureAlgorithm.register(" + uri + ", "
294 if (log.isLoggable(java.util.logging.Level.FINE)) {
295 log.log(java.util.logging.Level.FINE, "Registe
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/gsskerb/
H A DGssKrb5Client.java101 logger.log(Level.FINE, "KRB5CLNT01:Requesting service name: {0}",
117 logger.log(Level.FINE,
239 if (logger.isLoggable(Level.FINE)) {
244 logger.log(Level.FINE, "KRB5CLNT06:Server protections: {0}",
276 if (logger.isLoggable(Level.FINE)) {
277 logger.log(Level.FINE,
294 if (logger.isLoggable(Level.FINE)) {
295 logger.log(Level.FINE,
306 logger.log(Level.FINE, "KRB5CLNT09:Authzid: {0}", authzID);
H A DGssKrb5Server.java87 logger.log(Level.FINE, "KRB5SRV01:Using service name: {0}", service);
115 logger.log(Level.FINE, "KRB5SRV02:Initialization complete");
168 logger.log(Level.FINE, "KRB5SRV05:Peer name is : {0}", peer);
199 if (logger.isLoggable(Level.FINE)) {
200 logger.log(Level.FINE,
266 if (logger.isLoggable(Level.FINE)) {
267 logger.log(Level.FINE,
272 logger.log(Level.FINE,
290 logger.log(Level.FINE, "KRB5SRV12:Authzid: {0}", authzid);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DInjector.java125 logger.log(Level.FINE, "Unable to set up a back-door for the injector", e);
212 logger.log(Level.FINE, "Unable to find " + className, e);
214 logger.log(Level.FINE, "Unable to find " + className, e);
217 logger.log(Level.FINE, "Unable to find " + className, t);
253 logger.log(Level.FINE, "Unable to inject " + className, e);
258 logger.log(Level.FINE, "duplicate class definition bug occured? Please report this : " + className, t);
260 logger.log(Level.FINE, "Unable to inject " + className, t);
264 logger.log(Level.FINE, "Unable to inject " + className, e);
267 logger.log(Level.FINE, "Unable to inject " + className, e);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/
H A DResourceResolver.java104 if (log.isLoggable(java.util.logging.Level.FINE)) {
105 log.log(java.util.logging.Level.FINE,
161 if (log.isLoggable(java.util.logging.Level.FINE)) {
162 log.log(java.util.logging.Level.FINE,
174 if (log.isLoggable(java.util.logging.Level.FINE)) {
176 log.log(java.util.logging.Level.FINE, "check resolvability by class " + currentClass);
255 if (log.isLoggable(java.util.logging.Level.FINE)) {
256 log.log(java.util.logging.Level.FINE, "Registered resolver: " + resourceResolverSpi.toString());

Completed in 271 milliseconds

1234567