Searched refs:ostream (Results 76 - 100 of 121) sorted by relevance

12345

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DUnionMemberHelper.java116 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.UnionMember value) argument
118 ostream.write_string (value.name);
119 ostream.write_any (value.label);
120 ostream.write_TypeCode (value.type);
121 org.omg.CORBA.IDLTypeHelper.write (ostream, value.type_def);
H A DNameValuePairHelper.java103 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.NameValuePair value) argument
105 ostream.write_string (value.id);
106 ostream.write_any (value.value);
H A DUnknownUserExceptionHelper.java99 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.UnknownUserException value) argument
102 ostream.write_string (id ());
103 ostream.write_any (value.except);
H A DStructMemberHelper.java110 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.StructMember value) argument
112 ostream.write_string (value.name);
113 ostream.write_TypeCode (value.type);
114 org.omg.CORBA.IDLTypeHelper.write (ostream, value.type_def);
H A DIDLTypeHelper.java75 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.IDLType value) argument
77 ostream.write_Object ((org.omg.CORBA.Object) value);
H A DPolicyHelper.java75 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Policy value) argument
77 ostream.write_Object ((org.omg.CORBA.Object) value);
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DSimpleArrays.java43 FileOutputStream ostream = null;
45 ostream = new FileOutputStream("piotest2.tmp");
46 ObjectOutputStream p = new ObjectOutputStream(ostream);
183 if (ostream != null) ostream.close();
H A DWritePrimitive.java42 FileOutputStream ostream = null;
55 ostream = new FileOutputStream("piotest1.tmp");
56 ObjectOutputStream p = new ObjectOutputStream(ostream);
160 if (ostream != null) ostream.close();
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DOperationDescriptionHelper.java158 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.OperationDescription value) argument
160 ostream.write_string (value.name);
161 ostream.write_string (value.id);
162 ostream.write_string (value.defined_in);
163 ostream.write_string (value.version);
164 ostream.write_TypeCode (value.result);
165 com.sun.org.omg.CORBA.OperationModeHelper.write (ostream, value.mode);
166 com.sun.org.omg.CORBA.ContextIdSeqHelper.write (ostream, value.contexts);
167 com.sun.org.omg.CORBA.ParDescriptionSeqHelper.write (ostream, value.parameters);
168 com.sun.org.omg.CORBA.ExcDescriptionSeqHelper.write (ostream, valu
[all...]
H A DAttributeDescriptionHelper.java132 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeDescription value) argument
134 ostream.write_string (value.name);
135 ostream.write_string (value.id);
136 ostream.write_string (value.defined_in);
137 ostream.write_string (value.version);
138 ostream.write_TypeCode (value.type);
139 com.sun.org.omg.CORBA.AttributeModeHelper.write (ostream, value.mode);
H A DAttrDescriptionSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.AttributeDescription[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.AttributeDescriptionHelper.write (ostream, value[_i0]);
H A DContextIdSeqHelper.java85 public static void write (org.omg.CORBA.portable.OutputStream ostream, String[] value) argument
87 ostream.write_long (value.length);
89 com.sun.org.omg.CORBA.ContextIdentifierHelper.write (ostream, value[_i0]);
H A DExcDescriptionSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ExceptionDescription[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.ExceptionDescriptionHelper.write (ostream, value[_i0]);
H A DInitializerSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.Initializer[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.InitializerHelper.write (ostream, value[_i0]);
H A DOpDescriptionSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.OperationDescription[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.OperationDescriptionHelper.write (ostream, value[_i0]);
H A DParDescriptionSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ParameterDescription[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.ParameterDescriptionHelper.write (ostream, value[_i0]);
H A DRepositoryIdSeqHelper.java84 public static void write (org.omg.CORBA.portable.OutputStream ostream, String[] value) argument
86 ostream.write_long (value.length);
88 com.sun.org.omg.CORBA.RepositoryIdHelper.write (ostream, value[_i0]);
H A DStructMemberSeqHelper.java96 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.StructMember[] value)
97 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.StructMember[] value) argument
99 ostream.write_long (value.length);
101 com.sun.org.omg.CORBA.StructMemberHelper.write (ostream, value[_i0]);
H A DValueMemberSeqHelper.java96 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ValueMember[] value)
97 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.ValueMember[] value) argument
99 ostream.write_long (value.length);
101 com.sun.org.omg.CORBA.ValueMemberHelper.write (ostream, value[_i0]);
H A DStructMemberHelper.java122 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.StructMember value)
123 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.StructMember value) argument
125 ostream.write_string (value.name);
126 ostream.write_TypeCode (value.type);
127 com.sun.org.omg.CORBA.IDLTypeHelper.write (ostream, value.type_def);
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/corba/se/impl/protocol/giopmsgheaders/
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 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);
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/
H A DURLSeqHelper.java84 public static void write (org.omg.CORBA.portable.OutputStream ostream, String[] value) argument
86 ostream.write_long (value.length);
88 com.sun.org.omg.SendingContext.CodeBasePackage.URLHelper.write (ostream, value[_i0]);
H A DValueDescSeqHelper.java83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription[] value) argument
85 ostream.write_long (value.length);
87 com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescriptionHelper.write (ostream, value[_i0]);

Completed in 128 milliseconds

12345