Searched defs:ostream (Results 76 - 100 of 101) sorted by relevance

12345

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DIORAddressingInfoHelper.java101 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.corba.se.impl.protocol.giopmsgheaders.IORAddressingInfo value) argument
103 ostream.write_ulong (value.selected_profile_index);
104 org.omg.IOP.IORHelper.write (ostream, value.ior);
H A DLocateRequestMessage_1_0.java87 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
88 super.write(ostream);
89 ostream.write_ulong(this.request_id);
91 ostream.write_long(this.object_key.length);
92 ostream.write_octet_array(this.object_key, 0, this.object_key.length);
H A DLocateRequestMessage_1_1.java89 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
90 super.write(ostream);
91 ostream.write_ulong(this.request_id);
93 ostream.write_long(this.object_key.length);
94 ostream.write_octet_array(this.object_key, 0, this.object_key.length);
H A DLocateRequestMessage_1_2.java86 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
87 super.write(ostream);
88 ostream.write_ulong (this.request_id);
90 TargetAddressHelper.write(ostream, this.target);
H A DTargetAddressHelper.java135 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.corba.se.impl.protocol.giopmsgheaders.TargetAddress value) argument
137 ostream.write_short (value.discriminator ());
141 ostream.write_long (value.object_key ().length);
142 ostream.write_octet_array (value.object_key (), 0, value.object_key ().length);
145 org.omg.IOP.TaggedProfileHelper.write (ostream, value.profile ());
148 com.sun.corba.se.impl.protocol.giopmsgheaders.IORAddressingInfoHelper.write (ostream, value.ior ());
H A DLocateReplyMessage_1_0.java114 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
115 super.write(ostream);
116 ostream.write_ulong(this.request_id);
117 ostream.write_long(this.locate_status);
H A DLocateReplyMessage_1_1.java114 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
115 super.write(ostream);
116 ostream.write_ulong(this.request_id);
117 ostream.write_long(this.reply_status);
H A DLocateReplyMessage_1_2.java161 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
162 super.write(ostream);
163 ostream.write_ulong(this.request_id);
164 ostream.write_long(this.reply_status);
H A DMessage_1_0.java134 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
135 ostream.write_long(this.magic);
137 this.GIOP_version.write(ostream);
138 ostream.write_boolean(this.byte_order);
139 ostream.write_octet(this.message_type);
140 ostream.write_ulong(this.message_size);
H A DMessage_1_1.java188 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
189 ostream.write_long(this.magic);
191 this.GIOP_version.write(ostream);
192 ostream.write_octet(this.flags);
193 ostream.write_octet(this.message_type);
194 ostream.write_ulong(this.message_size);
H A DReplyMessage_1_0.java166 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
167 super.write(ostream);
170 (org.omg.CORBA_2_3.portable.OutputStream) ostream,
174 (org.omg.CORBA_2_3.portable.OutputStream) ostream);
176 ostream.write_ulong(this.request_id);
177 ostream.write_long(this.reply_status);
H A DReplyMessage_1_1.java166 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
167 super.write(ostream);
170 (org.omg.CORBA_2_3.portable.OutputStream) ostream,
174 (org.omg.CORBA_2_3.portable.OutputStream) ostream);
176 ostream.write_ulong(this.request_id);
177 ostream.write_long(this.reply_status);
H A DReplyMessage_1_2.java187 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
188 super.write(ostream);
189 ostream.write_ulong(this.request_id);
190 ostream.write_long(this.reply_status);
193 (org.omg.CORBA_2_3.portable.OutputStream) ostream,
197 (org.omg.CORBA_2_3.portable.OutputStream) ostream);
205 ((CDROutputStream)ostream).setHeaderPadding(true);
H A DRequestMessage_1_0.java133 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
134 super.write(ostream);
137 (org.omg.CORBA_2_3.portable.OutputStream) ostream,
141 (org.omg.CORBA_2_3.portable.OutputStream) ostream);
143 ostream.write_ulong(this.request_id);
144 ostream.write_boolean(this.response_expected);
146 ostream.write_long(this.object_key.length);
147 ostream.write_octet_array(this.object_key, 0, this.object_key.length);
148 ostream.write_string(this.operation);
150 ostream
[all...]
H A DRequestMessage_1_1.java139 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
140 super.write(ostream);
143 (org.omg.CORBA_2_3.portable.OutputStream) ostream,
147 (org.omg.CORBA_2_3.portable.OutputStream) ostream);
149 ostream.write_ulong(this.request_id);
150 ostream.write_boolean(this.response_expected);
157 ostream.write_octet(this.reserved[_i0]);
160 ostream.write_long(this.object_key.length);
161 ostream.write_octet_array(this.object_key, 0, this.object_key.length);
162 ostream
[all...]
H A DRequestMessage_1_2.java163 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
164 super.write(ostream);
165 ostream.write_ulong(this.request_id);
166 ostream.write_octet(this.response_flags);
173 ostream.write_octet(this.reserved[_i0]);
176 TargetAddressHelper.write(ostream, this.target);
177 ostream.write_string(this.operation);
180 (org.omg.CORBA_2_3.portable.OutputStream) ostream,
184 (org.omg.CORBA_2_3.portable.OutputStream) ostream);
192 ((CDROutputStream)ostream)
[all...]
H A DMessage.java87 void write(org.omg.CORBA.portable.OutputStream ostream); argument
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DIDLTypeHelper.java85 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.IDLType value)
86 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.IDLType value) argument
88 ostream.write_Object ((org.omg.CORBA.Object) value);
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/ValueDefPackage/
H A DFullValueDescriptionHelper.java201 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription value) argument
203 ostream.write_string (value.name);
204 ostream.write_string (value.id);
205 ostream.write_boolean (value.is_abstract);
206 ostream.write_boolean (value.is_custom);
207 ostream.write_string (value.defined_in);
208 ostream.write_string (value.version);
209 com.sun.org.omg.CORBA.OpDescriptionSeqHelper.write (ostream, value.operations);
210 com.sun.org.omg.CORBA.AttrDescriptionSeqHelper.write (ostream, value.attributes);
211 com.sun.org.omg.CORBA.ValueMemberSeqHelper.write (ostream, valu
[all...]
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A DCodeBaseHelper.java76 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.SendingContext.CodeBase value) argument
78 ostream.write_Object ((org.omg.CORBA.Object) value);
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DStringValueHelper.java118 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) argument
120 if (!(ostream instanceof org.omg.CORBA_2_3.portable.OutputStream)) {
122 ((org.omg.CORBA_2_3.portable.OutputStream) ostream).write_value (value, _instance);
125 public void write_value (org.omg.CORBA.portable.OutputStream ostream, java.io.Serializable value) argument
130 ostream.write_string (valueType);
H A DWStringValueHelper.java122 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) argument
124 if (!(ostream instanceof org.omg.CORBA_2_3.portable.OutputStream)) {
126 ((org.omg.CORBA_2_3.portable.OutputStream) ostream).write_value (value, _instance);
129 public void write_value (org.omg.CORBA.portable.OutputStream ostream, java.io.Serializable value) argument
134 ostream.write_wstring (valueType);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DTransletOutputHandlerFactory.java101 public void setOutputStream(OutputStream ostream) { argument
102 _ostream = ostream;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/iiop/
H A DGIOPVersion.java215 public void write(org.omg.CORBA.portable.OutputStream ostream) { argument
216 ostream.write_octet(this.major);
217 ostream.write_octet(this.minor);
/openjdk7/jdk/src/share/classes/sun/launcher/
H A DLauncherHelper.java117 PrintStream ostream = (printToStderr) ? System.err : System.out;
124 printVmSettings(ostream, initialHeapSize, maxHeapSize,
128 printProperties(ostream);
131 printLocale(ostream);
134 printVmSettings(ostream, initialHeapSize, maxHeapSize,
136 printProperties(ostream);
137 printLocale(ostream);
145 private static void printVmSettings(PrintStream ostream, argument
149 ostream.println(VM_SETTINGS);
151 ostream
175 printProperties(PrintStream ostream) argument
191 printPropertyValue(PrintStream ostream, String key, String value) argument
232 printLocale(PrintStream ostream) argument
245 printLocales(PrintStream ostream) argument
392 getMainClassFromJar(PrintStream ostream, String jarname) argument
429 abort(PrintStream ostream, Throwable t, String msgKey, Object... args) argument
490 getMainMethod(PrintStream ostream, Class<?> clazz) argument
[all...]

Completed in 883 milliseconds

12345