Searched defs:write (Results 126 - 150 of 488) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DOperationDescriptionHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
158 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.OperationDescription value) method in class:OperationDescriptionHelper
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, value.exceptions);
H A DOperationModeHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
76 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.OperationMode value) method in class:OperationModeHelper
H A DParDescriptionSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ParameterDescription[] value) method in class:ParDescriptionSeqHelper
87 com.sun.org.omg.CORBA.ParameterDescriptionHelper.write (ostream, value[_i0]);
H A DParameterDescriptionHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
117 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ParameterDescription value) method in class:ParameterDescriptionHelper
121 com.sun.org.omg.CORBA.IDLTypeHelper.write (ostream, value.type_def);
122 com.sun.org.omg.CORBA.ParameterModeHelper.write (ostream, value.mode);
H A DParameterModeHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
76 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ParameterMode value) method in class:ParameterModeHelper
H A DRepositoryHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
39 write (out, that);
71 public static void write (org.omg.CORBA.portable.OutputStream ostream, Repository value) method in class:RepositoryHelper
H A DRepositoryIdHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
79 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) method in class:RepositoryIdHelper
H A DRepositoryIdSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
84 public static void write (org.omg.CORBA.portable.OutputStream ostream, String[] value) method in class:RepositoryIdSeqHelper
88 com.sun.org.omg.CORBA.RepositoryIdHelper.write (ostream, value[_i0]);
H A DStructMemberHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
51 write (out, that);
122 //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) method in class:StructMemberHelper
127 com.sun.org.omg.CORBA.IDLTypeHelper.write (ostream, value.type_def);
H A DStructMemberSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
51 write (out, that);
96 //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) method in class:StructMemberSeqHelper
101 com.sun.org.omg.CORBA.StructMemberHelper.write (ostream, value[_i0]);
H A DValueMemberHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
51 write (out, that);
150 //public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ValueMember value)
151 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.ValueMember value) method in class:ValueMemberHelper
158 com.sun.org.omg.CORBA.IDLTypeHelper.write (ostream, value.type_def);
H A DValueMemberSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
51 write (out, that);
96 //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) method in class:ValueMemberSeqHelper
101 com.sun.org.omg.CORBA.ValueMemberHelper.write (ostream, value[_i0]);
H A DVersionSpecHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
79 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) method in class:VersionSpecHelper
H A DVisibilityHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
49 write (out, that);
81 public static void write (org.omg.CORBA.portable.OutputStream ostream, short value) method in class:VisibilityHelper
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/CodeBasePackage/
H A DURLHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
79 public static void write (org.omg.CORBA.portable.OutputStream ostream, String value) method in class:URLHelper
H A DURLSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
84 public static void write (org.omg.CORBA.portable.OutputStream ostream, String[] value) method in class:URLSeqHelper
88 com.sun.org.omg.SendingContext.CodeBasePackage.URLHelper.write (ostream, value[_i0]);
H A DValueDescSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
47 write (out, that);
83 public static void write (org.omg.CORBA.portable.OutputStream ostream, com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription[] value) method in class:ValueDescSeqHelper
87 com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescriptionHelper.write (ostream, value[_i0]);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DValueBoxGen24.java18 * 2 along with this work; if not, write to the Free Software Foundation,
134 // done with "write", now do "write_value with real marshalling code.
143 write (0, " ", "valueType", entry, stream);
149 public int write (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) method in class:ValueBoxGen24
156 index = ((JavaGenerator)member.generator ()).write (index, indent, name + ".value", member, stream);
158 index = ((JavaGenerator)member.generator ()).write (index, indent, name, member, stream);
160 stream.println (indent + Util.helperName (mType, true) + ".write (ostream, " + name + ");"); // <d61056>
162 } // write
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DAnySeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 write (out, that);
94 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Any[] value) method in class:AnySeqHelper
H A DBooleanSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 write (out, that);
93 public static void write (org.omg.CORBA.portable.OutputStream ostream, boolean[] value) method in class:BooleanSeqHelper
H A DCharSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 write (out, that);
93 public static void write (org.omg.CORBA.portable.OutputStream ostream, char[] value) method in class:CharSeqHelper
H A DCompletionStatusHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
45 write (out, that);
74 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.CompletionStatus value) method in class:CompletionStatusHelper
H A DCurrentHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
72 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Current value) method in class:CurrentHelper
H A DDefinitionKindHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
46 write (out, that);
75 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.DefinitionKind value) method in class:DefinitionKindHelper
H A DDoubleSeqHelper.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 write (out, that);
93 public static void write (org.omg.CORBA.portable.OutputStream ostream, double[] value) method in class:DoubleSeqHelper

Completed in 86 milliseconds

1234567891011>>