Searched defs:msg (Results 351 - 375 of 898) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/javax/xml/transform/
H A DFactoryFinder.java84 private static void dPrint(String msg) { argument
86 System.err.println("JAXP: " + msg);
378 ConfigurationError(String msg, Exception x) { argument
379 super(msg);
/openjdk7/corba/make/tools/src/build/tools/stripproperties/
H A DStripProperties.java48 private static void error(String msg, Exception e) { argument
49 System.err.println("ERROR: stripproperties: " + msg);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DBufferManagerReadGrow.java59 public void init(Message msg) {} argument
H A DBufferManagerWriteCollect.java150 String msg = sb.toString();
151 dprint(msg);
194 String msg = sb.toString();
195 dprint(msg);
204 private void dprint(String msg) argument
206 ORBUtility.dprint("BufferManagerWriteCollect", msg);
H A DByteBufferWithInfo.java253 protected void dprint(String msg) argument
255 ORBUtility.dprint("ByteBufferWithInfo", msg);
H A DCDRInputObject.java251 // this.msg = stream.msg;
261 protected void dprint(String msg) argument
263 ORBUtility.dprint("CDRInputObject", msg);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DLegacyServerSocketManagerImpl.java180 protected void dprint(String msg) argument
182 ORBUtility.dprint("LegacyServerSocketManagerImpl", msg);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DNamingUtils.java44 * @param msg the debug message to print.
46 public static void dprint(String msg) { argument
48 debugStream.println(msg);
53 * @param msg the error message to print.
55 public static void errprint(String msg) { argument
57 errStream.println(msg);
59 System.err.println(msg);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaConnectionCacheBase.java262 protected void dprint(String msg) argument
264 ORBUtility.dprint("CorbaConnectionCacheBase", msg);
H A DEventHandlerBase.java144 private void dprint(String msg) argument
146 ORBUtility.dprint("EventHandlerBase", msg);
H A DListenerThreadImpl.java135 private void dprint(String msg) argument
137 ORBUtility.dprint("ListenerThreadImpl", msg);
140 private void dprint(String msg, Throwable t) argument
142 dprint(msg);
H A DReaderThreadImpl.java141 private void dprint(String msg) argument
143 ORBUtility.dprint("ReaderThreadImpl", msg);
146 protected void dprint(String msg, Throwable t) argument
148 dprint(msg);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/som/idlemit/
H A DMetaPragma.java79 String msg;
84 parseException(Messages.msg("idlemit.MetaPragma.scopedNameNotFound"));
88 msg = (currentToken()+ getStringToEOL());
89 // System.out.println(entry + ": " + msg);
96 parseMsg(v, msg);
151 * @param msg: string of comma separated message, perhaps with comment.
181 private void parseMsg(Vector v, String msg){ argument
186 boolean isNoMore = index >= msg.length();
194 ch = msg.charAt(index);
195 if (ch == '/' && index+1 < msg
[all...]
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLSocketFactory.java59 private static void log(String msg) { argument
61 System.out.println(msg);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DMultiUIDefaults.java128 protected void getUIError(String msg) { argument
130 tables[0].getUIError(msg);
132 super.getUIError(msg);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/multi/
H A DMultiLookAndFeel.java300 protected void getUIError(String msg) { argument
301 System.err.println("Multiplexing LAF: " + msg);
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPathValidatorException.java96 * @param msg the detail message
98 public CertPathValidatorException(String msg) { argument
99 this(msg, null);
123 * @param msg the detail message
128 public CertPathValidatorException(String msg, Throwable cause) { argument
129 this(msg, cause, null, -1);
136 * @param msg the detail message (or <code>null</code> if none)
149 public CertPathValidatorException(String msg, Throwable cause, argument
151 this(msg, cause, certPath, index, BasicReason.UNSPECIFIED);
158 * @param msg th
175 CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index, Reason reason) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLoggingProxyImpl.java60 public void log(Object logger, Object level, String msg) { argument
61 ((Logger) logger).log((Level) level, msg);
65 public void log(Object logger, Object level, String msg, Throwable t) { argument
66 ((Logger) logger).log((Level) level, msg, t);
70 public void log(Object logger, Object level, String msg, Object... params) { argument
71 ((Logger) logger).log((Level) level, msg, params);
/openjdk7/jdk/src/share/classes/javax/naming/
H A DLinkException.java196 * @param msg The possibly null detail string explaining more about the problem
200 public void setLinkExplanation(String msg) { argument
201 this.linkExplanation = msg;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/mpm/
H A DSnmpMsgTranslator.java39 public int getMsgId(SnmpMsg msg); argument
43 public int getMsgMaxSize(SnmpMsg msg); argument
47 public byte getMsgFlags(SnmpMsg msg); argument
51 public int getMsgSecurityModel(SnmpMsg msg); argument
55 public int getSecurityLevel(SnmpMsg msg); argument
57 * Returns an encoded representation of security parameters contained in the passed msg. The message is a generic one that is narrowed in the object implementing this interface.
59 public byte[] getFlatSecurityParameters(SnmpMsg msg); argument
63 public SnmpSecurityParameters getSecurityParameters(SnmpMsg msg); argument
67 public byte[] getContextEngineId(SnmpMsg msg); argument
71 public byte[] getContextName(SnmpMsg msg); argument
75 getRawContextName(SnmpMsg msg) argument
79 getAccessContext(SnmpMsg msg) argument
83 getEncryptedPdu(SnmpMsg msg) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DUnsolicitedResponseImpl.java45 int status, String msg, String matchedDN, Control[] controls) {
56 exception = LdapCtx.mapErrorCode(status, msg);
44 UnsolicitedResponseImpl(String oid, byte[] berVal, Vector ref, int status, String msg, String matchedDN, Control[] controls) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnectionDesc.java155 private void d(String msg) { argument
157 System.err.println("ConnectionDesc." + msg + " " + toString());
H A DPool.java232 private void d(String msg, int i) { argument
234 System.err.println(this + "." + msg + i);
238 private void d(String msg, Object obj) { argument
240 System.err.println(this + "." + msg + obj);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DFastShortMessage.java44 FastShortMessage(ShortMessage msg) { argument
45 this.packedMsg = msg.getStatus()
46 | (msg.getData1() << 8)
47 | (msg.getData2() << 16);
/openjdk7/jdk/make/tools/src/build/tools/compileproperties/
H A DCompileProperties.java82 private static void error(String msg, Exception e) { argument
83 System.err.println("ERROR: compileproperties: " + msg);

Completed in 65 milliseconds

<<11121314151617181920>>