Searched defs:that (Results 1 - 25 of 216) sorted by relevance

123456789

/openjdk7/langtools/test/tools/javac/6199662/
H A DTree.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
60 public void visitTree(Tree that) throws E { assert false; } argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DAssert.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
30 public static void that(boolean test, String message) { method in class:Assert
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DAttributeEntry.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
55 protected AttributeEntry (AttributeEntry that) argument
57 super (that);
58 _readOnly = that._readOnly;
61 protected AttributeEntry (InterfaceEntry that, IDLID clone) argument
63 super (that, clone);
H A DExceptionEntry.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 ExceptionEntry (ExceptionEntry that) argument
58 super (that);
61 protected ExceptionEntry (SymtabEntry that, IDLID clone) argument
63 super (that, clone);
H A DForwardValueEntry.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
55 protected ForwardValueEntry (ForwardValueEntry that) argument
57 super (that);
60 protected ForwardValueEntry (SymtabEntry that, IDLID clone) argument
62 super (that, clone);
H A DNativeEntry.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 protected NativeEntry (SymtabEntry that, IDLID clone) argument
46 super (that, clone);
53 protected NativeEntry (NativeEntry that) argument
55 super (that);
H A DPrimitiveEntry.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
62 protected PrimitiveEntry (PrimitiveEntry that) argument
64 super (that);
H A DValueBoxEntry.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
53 protected ValueBoxEntry (ValueBoxEntry that) argument
55 super (that);
58 protected ValueBoxEntry (SymtabEntry that, IDLID clone) argument
60 super (that, clone);
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DServiceDetailHelper.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
37 public static void write(org.omg.CORBA.portable.OutputStream out, org.omg.CORBA.ServiceDetail that) { argument
38 out.write_ulong(that.service_detail_type);
40 out.write_long(that.service_detail.length);
41 out.write_octet_array(that.service_detail, 0, that.service_detail.length);
45 org.omg.CORBA.ServiceDetail that = new org.omg.CORBA.ServiceDetail();
46 that
58 insert(org.omg.CORBA.Any a, org.omg.CORBA.ServiceDetail that) argument
[all...]
H A DServiceInformationHelper.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
37 public static void write(org.omg.CORBA.portable.OutputStream out, org.omg.CORBA.ServiceInformation that) argument
39 out.write_long(that.service_options.length);
40 out.write_ulong_array(that.service_options, 0, that.service_options.length);
41 out.write_long(that.service_details.length);
42 for (int i = 0 ; i < that.service_details.length ; i += 1) {
43 org.omg.CORBA.ServiceDetailHelper.write(out, that
67 insert(org.omg.CORBA.Any a, org.omg.CORBA.ServiceInformation that) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/helper/
H A DAbstractFilterPipeImpl.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
33 * Default implementation of {@link Pipe} that is used as a filter.
41 * Filter {@link Pipe}s are ideal for those components that wish to
107 protected AbstractFilterPipeImpl(AbstractFilterPipeImpl that, PipeCloner cloner) { argument
108 super(that, cloner);
109 this.next = cloner.copy(that.next);
H A DAbstractPipeImpl.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 AbstractPipeImpl(Pipe that, PipeCloner cloner) { argument
57 cloner.add(that,this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/protocol/soap/
H A DClientMUTube.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
52 protected ClientMUTube(ClientMUTube that, TubeCloner cloner) { argument
53 super(that,cloner);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImplHelper.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
40 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Any that) argument
44 write (out, that);
H A DTypeCodeImplHelper.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
38 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.TypeCode that) argument
42 write (out, that);
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DAttrDescriptionSeqHelper.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, com.sun.org.omg.CORBA.AttributeDescription[] that) argument
47 write (out, that);
H A DAttributeDescriptionHelper.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, com.sun.org.omg.CORBA.AttributeDescription that) argument
47 write (out, that);
H A DAttributeModeHelper.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, com.sun.org.omg.CORBA.AttributeMode that) argument
47 write (out, that);
H A DContextIdSeqHelper.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 DContextIdentifierHelper.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 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
46 //public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.DefinitionKind that)
47 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.DefinitionKind that) argument
51 write (out, that);
H A DExcDescriptionSeqHelper.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, com.sun.org.omg.CORBA.ExceptionDescription[] that) argument
47 write (out, that);
H A DExceptionDescriptionHelper.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, com.sun.org.omg.CORBA.ExceptionDescription that) argument
47 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
43 public static void insert (org.omg.CORBA.Any a, String that) argument
47 write (out, that);
H A DInitializerHelper.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, com.sun.org.omg.CORBA.Initializer that) argument
47 write (out, that);

Completed in 135 milliseconds

123456789