Searched defs:that (Results 51 - 75 of 216) sorted by relevance

123456789

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DTypedefEntry.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
56 protected TypedefEntry (TypedefEntry that) argument
58 super (that);
59 _arrayInfo = (Vector)that._arrayInfo.clone ();
62 protected TypedefEntry (SymtabEntry that, IDLID clone) argument
64 super (that, clone);
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DAnySeqHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Any[] that) argument
58 write (out, that);
H A DBooleanSeqHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 public static void insert (org.omg.CORBA.Any a, boolean[] that) argument
58 write (out, that);
H A DCharSeqHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 public static void insert (org.omg.CORBA.Any a, char[] that) argument
58 write (out, that);
H A DCompletionStatusHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
41 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.CompletionStatus that) argument
45 write (out, that);
H A DCurrentHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Current that) argument
H A DDefinitionKindHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.DefinitionKind that) argument
46 write (out, that);
H A DDoubleSeqHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 public static void insert (org.omg.CORBA.Any a, double[] that) argument
58 write (out, that);
H A DFieldNameHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
41 public static void insert (org.omg.CORBA.Any a, String that) argument
45 write (out, that);
H A DFloatSeqHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 public static void insert (org.omg.CORBA.Any a, float[] that) argument
58 write (out, that);
H A DIDLTypeHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.IDLType that) argument
46 write (out, that);
H A DIdentifierHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
42 public static void insert (org.omg.CORBA.Any a, String that) argument
46 write (out, that);
H A DLongLongSeqHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 public static void insert (org.omg.CORBA.Any a, long[] that) argument
58 write (out, that);
H A DLongSeqHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 public static void insert (org.omg.CORBA.Any a, int[] that) argument
58 write (out, that);
H A DNameValuePairHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
41 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.NameValuePair that) argument
45 write (out, that);
H A DObjectHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
45 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Object that) argument
49 write (out, that);
H A DOctetSeqHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 public static void insert (org.omg.CORBA.Any a, byte[] that) argument
58 write (out, that);
H A DPolicyHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Policy that) argument
46 write (out, that);
H A DPolicyListHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Policy[] that) argument
46 write (out, that);
H A DPolicyTypeHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
44 public static void insert (org.omg.CORBA.Any a, int that) argument
48 write (out, that);
H A DRepositoryIdHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
43 public static void insert (org.omg.CORBA.Any a, String that) argument
47 write (out, that);
H A DSetOverrideTypeHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
41 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.SetOverrideType that) argument
45 write (out, that);
H A DShortSeqHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 public static void insert (org.omg.CORBA.Any a, short[] that) argument
58 write (out, that);
H A DStructMemberHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.StructMember that) argument
46 write (out, that);
H A DULongLongSeqHelper.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 public static void insert (org.omg.CORBA.Any a, long[] that) argument
58 write (out, that);

Completed in 103 milliseconds

123456789