Searched refs:copy (Results 26 - 50 of 385) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DBodyElement1_2Impl.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
51 BodyElementImpl copy =
53 return replaceElementWithSOAPElement(this,copy);
H A DDetailEntry1_2Impl.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
51 DetailEntryImpl copy =
53 return replaceElementWithSOAPElement(this,copy);
/openjdk7/jdk/test/java/awt/MenuBar/DeadlockTest1/
H A DDeadlockTest1.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
46 MenuItem copy = new MenuItem("Copy");
52 edit.add(copy);
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DInitialLdapContext.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
112 * save references to them, but may save a clone or copy.
145 Control[] copy = new Control[connCtls.length];
146 System.arraycopy(connCtls, 0, copy, 0, connCtls.length);
147 env.put(BIND_CONTROLS_PROPERTY, copy);
/openjdk7/jdk/test/sample/mergesort/
H A DMergeSortTest.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
70 int[] copy = Arrays.copyOf(array, array.length);
71 Arrays.sort(copy);
73 assertEqual(copy, array);
/openjdk7/jdk/make/jpda/front/
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
68 build: copy-files
70 copy-files: $(FILES_copy)
81 .PHONY: copy-files
/openjdk7/jdk/make/sun/tools/
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
73 build: copy-files
75 copy-files: $(FILES_copy)
83 .PHONY: copy-files
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DByteBuffer.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
63 private void copy(int size) { method in class:ByteBuffer
72 if (length >= elems.length) copy(elems.length * 2);
80 while (length + len > elems.length) copy(elems.length * 2);
94 while (length + 1 >= elems.length) copy(elems.length * 2);
103 while (length + 3 >= elems.length) copy(elems.length * 2);
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinfback.c13 * 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
278 unsigned copy; /* number of stored or match bytes to copy */ local
279 unsigned char FAR *from; /* where to copy match bytes from */
282 unsigned len; /* length to copy for repeats, bits to drop */
355 /* copy stored block from input to output */
357 copy = state->length;
360 if (copy > have) copy
[all...]
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DReflectAccess.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
136 return arg.copy();
140 return arg.copy();
144 return arg.copy();
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaHeapObject.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
96 // Now copy into the array
142 JavaThing[] copy = new JavaThing[(3 * (referersLen + 1)) / 2];
143 System.arraycopy(referers, 0, copy, 0, referersLen);
144 referers = copy;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/helper/
H A DAbstractTubeImpl.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
108 public final AbstractTubeImpl copy(PipeCloner cloner) { method in class:AbstractTubeImpl
109 return copy((TubeCloner)cloner);
112 public abstract AbstractTubeImpl copy(TubeCloner cloner); method in class:AbstractTubeImpl
/openjdk7/jdk/make/com/sun/tools/attach/
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
66 all: classes copy-files
74 copy-files: $(FILES_copy)
81 .PHONY: copy-files
/openjdk7/jdk/make/javax/print/
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
68 # Rules that copy files.
71 build: copy-files properties
105 copy-files: $(FILES_copy)
116 .PHONY: copy-files
/openjdk7/jdk/make/sun/jdbc/
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
131 build: copy-files
133 copy-files: $(FILES_copy)
141 .PHONY: copy-files
/openjdk7/hotspot/test/testlibrary/
H A DClassFileInstaller.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
50 Files.copy(is, p, StandardCopyOption.REPLACE_EXISTING);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DIdAssignmentPolicyImpl.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 Policy copy() { method in class:IdAssignmentPolicyImpl
H A DIdUniquenessPolicyImpl.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 public Policy copy() { method in class:IdUniquenessPolicyImpl
H A DImplicitActivationPolicyImpl.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 Policy copy() { method in class:ImplicitActivationPolicyImpl
H A DLifespanPolicyImpl.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 public Policy copy() { method in class:LifespanPolicyImpl
H A DRequestProcessingPolicyImpl.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 Policy copy() { method in class:RequestProcessingPolicyImpl
H A DServantRetentionPolicyImpl.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 public Policy copy() { method in class:ServantRetentionPolicyImpl
H A DThreadPolicyImpl.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 public Policy copy() { method in class:ThreadPolicyImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/extension/
H A DCopyObjectPolicy.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
53 public org.omg.CORBA.Policy copy () method in class:CopyObjectPolicy
H A DZeroPortPolicy.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
65 public org.omg.CORBA.Policy copy () method in class:ZeroPortPolicy

Completed in 63 milliseconds

1234567891011>>