Searched refs:copy (Results 126 - 150 of 385) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/copyobject/
H A DJavaStreamObjectCopierImpl.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
54 public Object copy(Object obj) { method in class:JavaStreamObjectCopierImpl
H A DORBStreamObjectCopierImpl.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
49 public Object copy(Object obj) { method in class:ORBStreamObjectCopierImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/extension/
H A DServantCachingPolicy.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
152 public org.omg.CORBA.Policy copy () method in class:ServantCachingPolicy
/openjdk7/hotspot/agent/make/
H A Dstart-debug-server-windbg.bat13 REM version 2 for more details (a copy is included in the LICENSE file that
16 REM You should have received a copy of the GNU General Public License version
H A Dstart-debug-server-windbg64.bat13 REM version 2 for more details (a copy is included in the LICENSE file that
16 REM You should have received a copy of the GNU General Public License version
H A Dstart-rmiregistry.bat13 REM version 2 for more details (a copy is included in the LICENSE file that
16 REM You should have received a copy of the GNU General Public License version
/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/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DW3CWsaClientTube.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
48 public W3CWsaClientTube copy(TubeCloner cloner) { method in class:W3CWsaClientTube
/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 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/api/pipe/helper/
H A DAbstractFilterTubeImpl.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
54 this.next = cloner.copy(that.next);
/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/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DDnDSource.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
189 Object copy = null;
197 copy = this.clone();
206 copy = ois.readObject();
212 return copy;
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DDnDSource.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
189 Object copy = null;
197 copy = this.clone();
206 copy = ois.readObject();
212 return copy;
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DDnDSource.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
227 Object copy = null;
235 copy = this.clone();
244 copy = ois.readObject();
250 return copy;
/openjdk7/jdk/src/share/classes/java/awt/
H A DPageAttributes.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
922 * Constructs a PageAttributes instance which is a copy of the supplied
925 * @param obj the PageAttributes to copy.
962 * Creates and returns a copy of this PageAttributes.
964 * @return the newly created copy. It is safe to cast this Object into
980 * @param obj the PageAttributes to copy.
1243 // Return a copy because otherwise client code could circumvent the
1246 int[] copy = new int[3];
1247 copy[
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/
H A DDemo.java75 copy, // <java Demo copy zipfile src dst> enum constant in enum:Demo.Action
76 // copy entry src to dst inside zipfile
79 // copy an external src file into zipfile
83 // copy an external src file into zipfile
87 // copy zipfile entry src" out to file dst
95 // copy path from zipfile zfsrc to zipfile
184 case copy:
187 Files.copy(src, dst);
192 Files.copy(sr
[all...]
/openjdk7/jdk/make/tools/reorder/
H A DMakefile14 # 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
65 copy : jars.copy libs.copy
78 jars.copy:
95 libs.copy:
/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.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
26 * @summary Unit test for java.nio.file.Files copy and move methods
71 // Test copy(InputStream,Path) and copy(Path,OutputStream)
597 // copy source to target with verification
601 Path result = copy(source, target, options);
604 // get attributes of source and target file to verify copy
663 * Tests all possible ways to invoke copy to copy
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A D_PolicyStub.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
92 /** Copies the policy object. The copy does not retain any
94 * @return the copy of the policy object.
96 public org.omg.CORBA.Policy copy () method in class:_PolicyStub
100 org.omg.CORBA.portable.OutputStream _out = _request ("copy", true);
109 return copy ();
113 } // copy
/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextSupport.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
1260 Object[] copy;
1262 synchronized(bcmListeners) { copy = bcmListeners.toArray(); }
1264 for (int i = 0; i < copy.length; i++)
1265 ((BeanContextMembershipListener)copy[i]).childrenAdded(bcme);
1273 Object[] copy;
1275 synchronized(bcmListeners) { copy = bcmListeners.toArray(); }
1277 for (int i = 0; i < copy.length; i++)
1278 ((BeanContextMembershipListener)copy[
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s12 # 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
109 movl 8(%rax),%esi # copy trailing dword
116 movw 8(%rax),%si # copy trailing word
121 movb -1(%rdi,%r8,1),%al # copy trailing byte
141 movb -1(%rdi,%r8,1),%cl # copy trailing byte
146 movw -2(%rdi,%r8,1),%cx # copy trailing word
150 movl (%rdi,%rdx,8),%ecx # copy trailing dword
212 movl 8(%rax),%esi # copy trailing dword
218 movw -2(%rdi,%r8,2),%si # copy trailin
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s12 # 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
101 movl 8(%rax),%esi # copy trailing dword
108 movw 8(%rax),%si # copy trailing word
113 movb -1(%rdi,%r8,1),%al # copy trailing byte
133 movb -1(%rdi,%r8,1),%cl # copy trailing byte
138 movw -2(%rdi,%r8,1),%cx # copy trailing word
142 movl (%rdi,%rdx,8),%ecx # copy trailing dword
204 movl 8(%rax),%esi # copy trailing dword
210 movw -2(%rdi,%r8,2),%si # copy trailin
[all...]

Completed in 74 milliseconds

1234567891011>>