Searched defs:that (Results 76 - 100 of 216) sorted by relevance

123456789

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DULongSeqHelper.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 DUShortSeqHelper.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 DUnionMemberHelper.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.UnionMember that) argument
46 write (out, that);
H A DUnknownUserExceptionHelper.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.UnknownUserException that) argument
46 write (out, that);
H A DValueBaseHelper.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
47 public static void insert (org.omg.CORBA.Any a, java.io.Serializable that) argument
51 write (out, that);
H A DValueMemberHelper.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.ValueMember that) argument
46 write (out, that);
H A DVersionSpecHelper.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 DVisibilityHelper.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, short that) argument
48 write (out, that);
H A DWCharSeqHelper.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 DWrongTransactionHelper.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.WrongTransaction that) argument
45 write (out, that);
/openjdk7/corba/src/share/classes/org/omg/PortableServer/
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 * to support servants that implement multiple objects,
52 * the POA and ObjectId that identify the object on
53 * which that operation was invoked.
60 org.omg.PortableServer.Current that)
64 write (out, that);
59 insert(org.omg.CORBA.Any a, org.omg.PortableServer.Current that) argument
H A DPOAHelper.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
51 org.omg.PortableServer.POA that)
55 write (out, that);
50 insert(org.omg.CORBA.Any a, org.omg.PortableServer.POA that) argument
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DChainEnd.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
57 public CurveLink linkTo(ChainEnd that) { argument
59 that.etag == AreaOp.ETAG_IGNORE)
63 if (etag == that.etag) {
67 // assert(partner.etag != that.partner.etag);
70 exit = that;
72 enter = that;
77 that
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciSignature.cpp9 * 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
126 bool ciSignature::equals(ciSignature* that) { argument
128 if (!this->as_symbol()->equals(that->as_symbol())) return false;
131 if (this->type_at(i) != that->type_at(i)) return false;
134 if (this->return_type() != that->return_type()) return false;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DName.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
93 public int compareTo(Name that) { argument
94 int r = this.nsUri.compareTo(that.nsUri);
96 return this.localName.compareTo(that.localName);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaClientTube.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
49 // capture if the request expects a reply so that it can be used to
56 public WsaClientTube(WsaClientTube that, TubeCloner cloner) { argument
57 super(that, cloner);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/helper/
H A DAbstractFilterTubeImpl.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 * In this prototype, this is not that convenient, but in the real production
51 protected AbstractFilterTubeImpl(AbstractFilterTubeImpl that, TubeCloner cloner) { argument
52 super(that, cloner);
53 if (that.next != null) {
54 this.next = cloner.copy(that.next);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DSwACodec.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 * {@link Codec} that uses MIME/multipart as the base format.
53 private SwACodec(SwACodec that) { argument
54 super(that);
55 this.rootCodec = that.rootCodec.copy();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetStreamSOAP11Codec.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 * A codec that converts SOAP 1.1 messages infosets to fast infoset
51 private FastInfosetStreamSOAP11Codec(FastInfosetStreamSOAP11Codec that) { argument
52 super(that);
H A DFastInfosetStreamSOAP12Codec.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 * A codec that converts SOAP 1.2 messages infosets to fast infoset
51 private FastInfosetStreamSOAP12Codec(FastInfosetStreamSOAPCodec that) { argument
52 super(that);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/protocol/soap/
H A DServerMUTube.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
58 protected ServerMUTube(ServerMUTube that, TubeCloner cloner) { argument
59 super(that,cloner);
60 handlerConfig = that.handlerConfig;
61 tubeContext = that.tubeContext;
62 roles = that.roles;
63 handlerKnownHeaders = that.handlerKnownHeaders;
69 * if all the headers in the packet are understood, returns action such that
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/serverError/
H A DJMXServerErrorTest.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
27 * @summary Tests that JMXServiceErrorException is correctly emitted.
97 public void setThis(String that) throws IOException; argument
98 public String doThis(String that) throws IOException; argument
102 String that = ""; field in class:JMXServerErrorTest.Kaeffer
103 public Kaeffer(String that) { argument
104 setThis(that);
106 public String getThis() {return that;}
107 public void setThis(String that) { thi argument
108 doThis(String that) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DAddressingDispositionHelper.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, short that) argument
44 write (out, that);
H A DIORAddressingInfoHelper.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, com.sun.corba.se.impl.protocol.giopmsgheaders.IORAddressingInfo that) argument
44 write (out, that);
H A DTargetAddressHelper.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, com.sun.corba.se.impl.protocol.giopmsgheaders.TargetAddress that) argument
44 write (out, that);

Completed in 218 milliseconds

123456789