Searched refs:copy (Results 276 - 300 of 385) sorted by relevance

<<111213141516

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaTubeHelper.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
97 SOAPMessage sm = responsePacket.getMessage().copy().readAsSOAPMessage();
134 SOAPMessage sm = responsePacket.getMessage().copy().readAsSOAPMessage();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DSOAPBindingCodec.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
381 public SOAPBindingCodec copy() { method in class:SOAPBindingCodec
382 return new SOAPBindingCodec(binding, (StreamSOAPCodec)xmlSoapCodec.copy());
H A DMimeCodec.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
190 public abstract MimeCodec copy(); method in class:MimeCodec
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpTransportPipe.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
110 * Copy constructor for {@link Tube#copy(TubeCloner)}.
113 this(that.codec.copy(), that.binding);
139 // userHeaders may not be modifiable like SingletonMap, just copy them
368 public HttpTransportPipe copy(TubeCloner cloner) { method in class:HttpTransportPipe
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s16 ! version 2 for more details (a copy is included in the LICENSE file that
19 ! You should have received a copy of the GNU General Public License version
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
267 public void copy(Path source, Path target, CopyOption... options) throws IOException { method in class:PassThroughFileSystem.PassThroughProvider
268 Files.copy(unwrap(source), unwrap(target), options);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileSystemProvider.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
250 public void copy(Path source, Path target, CopyOption... options) method in class:UnixFileSystemProvider
253 UnixCopyFile.copy(UnixPath.toUnixPath(source),
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldGen.java305 /** @return deep copy of this field
307 public FieldGen copy(ConstantPoolGen cp) { method in class:FieldGen
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DTestSeq.java10 * You may obtain a copy of the License at
251 // Make a copy of the instruction list for backpatching
252 InstructionList copyOfilist = ilist.copy();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
192 // Create a new AnyImpl which is a copy of obj.
285 // Unfortunately this generic code needs to copy the whole stream
544 // If the InputStream is a CDRInputStream then we can copy the bytes
576 typeCode.copy((org.omg.CORBA_2_3.portable.InputStream)in, out);
596 // If not, then we can just do a byte array copy without having to
603 typeCode.copy(stream.dup(), out);
1325 TypeCodeImpl.convertToNative(orb, memberType).copy((InputStream)stream, out);
1335 TypeCodeImpl.convertToNative(orb, memberType).copy(inpu
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyUtil.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
280 static Any copy(Any inAny, ORB orb) { method in class:DynAnyUtil
285 static Any copy(Any inAny, ORB orb) {
300 // if copy flag wasn't true we would be using our DynAny with
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDynAny.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
33 * which may correspond to a copy of the value inserted into an <tt>Any</tt>.
95 * and then make a copy of the created <code>DynAny</code> object.
102 * @return a copy of this <code>DynAny</code> object
104 public org.omg.CORBA.DynAny copy() ; method in interface:DynAny
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
79 public CellTypeState copy() { method in class:CellTypeState
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileSystemProvider.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
770 * specified by the {@link Files#copy(Path,Path,CopyOption[])} method
775 * the path to the file to copy
779 * options specifying how the copy should be done
782 * if the array contains a copy option that is not supported
802 public abstract void copy(Path source, Path target, CopyOption... options) method in class:FileSystemProvider
818 * if the array contains a copy option that is not supported
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.hpp12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
117 static StackMapFrame* copy(StackMapFrame* smf) { function in class:StackMapFrame
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs17 * version 2 for more details (a copy is included in the LICENSE file that
20 * You should have received a copy of the GNU General Public License version
/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
330 // should not use copy constructor
331 MemBaseline(MemBaseline& copy) { ShouldNotReachHere(); } argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DRequestContext.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
98 * the code outside this class can safely use is {@link #copy()},
317 // fallback mode, simply copy map in a slow way
336 public RequestContext copy() { method in class:RequestContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DAsyncMethodHandler.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
138 private final RequestContext rc = owner.requestContext.copy();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetCodec.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
80 public Codec copy() { method in class:FastInfosetCodec
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerTube.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
74 * Copy constructor for {@link Tube#copy(TubeCloner)}.
79 this.cousinTube = cloner.copy(that.cousinTube);
/openjdk7/jdk/test/java/lang/Enum/
H A DValueOf.java12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
76 Set<T> copy = EnumSet.noneOf(enumClass);
78 copy.add((T) valueOf.invoke(null, e.name()));
79 if (!copy.equals(s))
80 throw new Exception(copy + " != " + s);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DConditionalExpression.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
113 return left.check(env, ctx, vset.copy(), exp).join(right.check(env, ctx, vset, exp));
176 * Create a copy of the expression for method inlining
H A DFinallyStatement.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
169 Vset vset1 = body.check(env, newctx1, vset.copy(), newexp)
220 * Create a copy of the statement for method inlining
H A DForStatement.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
69 Vset vsEntry = vset.copy();
117 * Create a copy of the statement for method inlining

Completed in 96 milliseconds

<<111213141516