Searched refs:copy (Results 76 - 100 of 385) sorted by relevance

1234567891011>>

/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/corba/src/share/classes/com/sun/corba/se/spi/extension/
H A DRequestPartitioningPolicy.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
70 public org.omg.CORBA.Policy copy() method in class:RequestPartitioningPolicy
/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/share/vm/adlc/
H A Dfilebuff.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
103 FileBuffRegion *copy(); // Deep copy
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaFrameAnchor.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
128 JavaFrameAnchor(JavaFrameAnchor *src) { copy(src); }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/helper/
H A DAbstractFilterPipeImpl.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
109 this.next = cloner.copy(that.next);
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassReaderWriter.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
143 void copy(int count) { method in class:ClassReaderWriter
214 // copy const pool
223 copy(2);
231 copy(4);
235 copy(8);
H A DInject.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
164 c.copy(4 + 2 + 2); // magic min/maj version
167 // copy old constant pool
236 c.copy(2 + 2 + 2); // access, this, super
241 c.copy(interfaceCount * 2);
249 // copy the class attributes
262 c.copy(6); // access, name, descriptor
302 // first, copy the native method with the name changed
353 c.copy(
[all...]
/openjdk7/jdk/test/java/security/cert/CertificateFactory/openssl/
H A DOpenSSLCert.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
54 Files.copy(Paths.get(here, file), fout);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DInnerClasses.java79 * references (shallow copy). Use clone() for a physical copy.
172 * @return deep copy of this attribute
174 public Attribute copy(ConstantPool constant_pool) { method in class:InnerClasses
179 c.inner_classes[i] = inner_classes[i].copy();
H A DStackMap.java163 * @return deep copy of this attribute
165 public Attribute copy(ConstantPool constant_pool) { method in class:StackMap
170 c.map[i] = map[i].copy();
/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.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
163 * A type-safe enumeration of possible multiple copy handling states.
284 * Constructs a <code>JobAttributes</code> instance which is a copy
287 * @param obj the <code>JobAttributes</code> to copy
354 * Creates and returns a copy of this <code>JobAttributes</code>.
356 * @return the newly created copy; it is safe to cast this Object into
372 * @param obj the <code>JobAttributes</code> to copy
724 // Return a copy because otherwise client code could circumvent the
727 int[][] copy
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DTypeUseFactory.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
79 public static TypeUse adapt( TypeUse t, Class<? extends XmlAdapter> adapter, boolean copy ) {
80 return adapt( t, new CAdapter(adapter,copy) );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DHeaderElement1_1Impl.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
59 HeaderElementImpl copy =
61 return replaceElementWithSOAPElement(this,copy);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DFaultElement1_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
69 FaultElement1_2Impl copy =
71 return replaceElementWithSOAPElement(this,copy);
H A DHeaderElement1_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
57 HeaderElementImpl copy =
59 return replaceElementWithSOAPElement(this,copy);
/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/jdk/src/share/classes/sun/tools/tree/
H A DAndExpression.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 Vset vsTrue = cvars.vsTrue.copy();
62 Vset vsFalse = cvars.vsFalse.copy();
H A DOrExpression.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 Vset vsTrue = cvars.vsTrue.copy();
62 Vset vsFalse = cvars.vsFalse.copy();
/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/jdk/test/java/util/Hashtable/
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
80 private static String getFailureText(final Object orig, final Object copy) { argument
87 printObject(pw, copy).println();
/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/jdk/make/sun/cmm/kcms/
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
63 build: copy-files
65 copy-files: $(FILES_copy)
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.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
120 / copy from low to high
131 / copy prefix
144 / copy aligned dwords
147 / copy aligned dwords
159 / copy suffix
169 / copy from high to low
182 / copy dwords, aligned or not
192 / copy dword
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaCtx.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 // Update in-memory copy
157 // Update in-memory copy
183 // Update in-memory copy
217 // Update in-memory copy
225 BasicAttributes copy = new BasicAttributes(true);
228 copy.put((Attribute)((Attribute)attrs.next()).clone());
230 return copy;
238 Attributes copy
[all...]

Completed in 484 milliseconds

1234567891011>>