Searched defs:copy (Results 26 - 50 of 205) sorted by relevance

123456789

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCAdapter.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
61 * @param copy
62 * true to copy the adapter class into the user package,
66 public CAdapter(Class<? extends XmlAdapter> adapter, boolean copy) { argument
67 super(getRef(adapter,copy),NavigatorImpl.theInstance);
72 static NClass getRef( final Class<? extends XmlAdapter> adapter, boolean copy ) {
73 if(copy) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DCodec.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
149 * Creates a copy of this {@link Codec}.
161 * <!-- or otherwise you'd always have to maintain one idle copy -->
170 * copy an FI codec, you'll get another FI codec.
182 Codec copy(); method in interface:Codec
H A DPipe.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
93 * at least one copy (or original) of pipeline to live at any given time while a pipeline
96 * copy of a pipeline alive.)
153 * // copy constructor
160 * public PipeImpl copy(PipeCloner pc) {
285 * Invoked before the last copy of the pipeline is about to be discarded,
322 * {@link Pipe}, this method requires that you also copy the {@link Pipe}
329 * still have to copy yourself.)
334 * the {@link Codec#copy()} fo
346 Pipe copy(PipeCloner cloner); method in interface:Pipe
[all...]
H A DPipeCloner.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
47 return new PipeCloner().copy(p);
54 * {@link Pipe} version of {@link #copy(Tube)}
56 public <T extends Pipe> T copy(T p) { method in class:PipeCloner
59 r = p.copy(this);
60 // the pipe must puts its copy to the map by itself
70 public void add(Pipe original, Pipe copy) { argument
72 assert original!=null && copy!=null;
73 master2copy.put(original,copy);
79 add(AbstractTubeImpl original, AbstractTubeImpl copy) argument
[all...]
H A DTubeCloner.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
52 * {@link Tube}s implementing the {@link Tube#copy(TubeCloner)} method
53 * shall use {@link #copy(Tube)} method.
63 return new PipeCloner().copy(p);
67 * Invoked by a {@link Tube#copy(TubeCloner)} implementation
68 * to copy a reference to another pipe.
88 public <T extends Tube> T copy(T t) { method in class:TubeCloner
91 r = t.copy(this);
92 // the pipe must puts its copy t
108 add(Tube original, Tube copy) argument
[all...]
H A DTube.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 * at least one copy (or original) of pipeline to live at any given time while a pipeline
113 * copy of a pipeline alive.)
150 * that each thread gets its own private copy.
185 * // copy constructor
192 * public TubeImpl copy(PipeCloner pc) {
335 * Invoked before the last copy of the pipeline is about to be discarded,
372 * {@link Tube}, this method requires that you also copy the {@link Tube}
379 * still have to copy yoursel
396 Tube copy(TubeCloner cloner); method in interface:Tube
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/protocol/soap/
H A DClientMUTube.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 public ClientMUTube copy(TubeCloner cloner) { method in class:ClientMUTube
H A DServerMUTube.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
84 public ServerMUTube copy(TubeCloner cloner) { method in class:ServerMUTube
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.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
47 static void copy(final WindowsPath source, method in class:WindowsFileCopy
76 throw new UnsupportedOperationException("Unsupported copy option");
176 // interruptible copy
201 // non-interruptible copy
209 // CopyFileEx does not copy security attributes
219 // copy directory or directory junction
234 // copy DOS/timestamps attributes
247 // copy securit
[all...]
/openjdk7/jdk/test/tools/jar/index/
H A DMetaInf.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
49 static void copy(File from, File to) throws IOException { method in class:MetaInf
/openjdk7/langtools/test/tools/javac/processing/6350124/
H A DHelloWorldAP.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
61 // the easiest way to create a class file is to copy another one
63 copy(is, os);
81 void copy(InputStream is, OutputStream os) throws IOException { method in class:HelloWorldAP
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstant.java109 * @return deep copy of this constant
111 public Constant copy() { method in class:Constant
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMarkerInstruction.java10 * You may obtain a copy of the License at
82 * Produce a copy of the instruction. By default a
84 * of {@link #copy()} returns the instruction itself.
87 public Instruction copy() { method in class:MarkerInstruction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DLivenessPath.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
94 // Make a copy of the contents of the path -- the
96 LivenessPath copy() { method in class:LivenessPath
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjavaFrameAnchor_sparc.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
42 // Each arch must define clear, copy
56 void copy(JavaFrameAnchor* src) { function
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjavaFrameAnchor_x86.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
48 void copy(JavaFrameAnchor* src) { function
/openjdk7/hotspot/src/cpu/zero/vm/
H A DjavaFrameAnchor_zero.hpp13 * version 2 for more details (a copy is included in the LICENSE file that
16 * You should have received a copy of the GNU General Public License version
49 void copy(JavaFrameAnchor* src) { function
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaClientTube.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
60 public WsaClientTube copy(TubeCloner cloner) { method in class:WsaClientTube
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DSwACodec.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
55 this.rootCodec = that.rootCodec.copy();
78 public SwACodec copy() { method in class:SwACodec
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetStreamSOAP11Codec.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
55 public Codec copy() { method in class:FastInfosetStreamSOAP11Codec
H A DFastInfosetStreamSOAP12Codec.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
55 public Codec copy() { method in class:FastInfosetStreamSOAP12Codec
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DInvokerTube.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 public final AbstractTubeImpl copy(TubeCloner cloner) { method in class:InvokerTube
/openjdk7/jdk/test/java/util/EnumMap/
H A DSimpleSerialization.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
71 private static String getFailureText(final Object orig, final Object copy) { argument
79 printObject(pw, copy).println();
/openjdk7/langtools/test/tools/javac/nio/compileTest/
H A DCompileTest.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
140 copy(jarFile.getInputStream(je), new File(dir, je.getName()));
148 void copy(InputStream in, File dest) throws IOException { method in class:CompileTest
/openjdk7/langtools/test/tools/javah/4942232/
H A DTest.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
62 copy(new File(testClasses, "ParamClassTest.class"), test3Classes);
110 void copy(File from, File to) throws IOException { method in class:Test

Completed in 127 milliseconds

123456789