Searched refs:copy (Results 201 - 225 of 385) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkState.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
150 SharkState* copy() const { function in class:SharkState
/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/addressing/v200408/
H A DMemberSubmissionWsaServerTube.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 public MemberSubmissionWsaServerTube copy(TubeCloner cloner) { method in class:MemberSubmissionWsaServerTube
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLCodec.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 Codec copy() { method in class:XMLCodec
/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/jdk/src/share/classes/sun/tools/tree/
H A DDoStatement.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 Vset vsEntry = vset.copy();
88 * Create a copy of the statement for method inlining
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackend.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 public void setGCMode(long gc, boolean copy); argument
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DMain.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
568 if (!entryMap.containsKey(name)) { // copy the old stuff
580 copy(zis, zos);
740 copy(file, zos);
762 * A buffer for use only by copy(InputStream, OutputStream).
763 * Not as clean as allocating a new buffer as needed by copy,
776 private void copy(InputStream from, OutputStream to) throws IOException { method in class:Main
790 private void copy(File from, OutputStream to) throws IOException { method in class:Main
793 copy(i
807 private void copy(InputStream from, File to) throws IOException { method in class:Main
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantPool.java357 * @return deep copy of this constant pool
359 public ConstantPool copy() { method in class:ConstantPool
370 c.constant_pool[i] = constant_pool[i].copy();
H A DJavaClass.java637 * @return deep copy of this class
639 public JavaClass copy() { method in class:JavaClass
646 c.constant_pool = constant_pool.copy();
652 c.fields[i] = fields[i].copy(c.constant_pool);
656 c.methods[i] = methods[i].copy(c.constant_pool);
660 c.attributes[i] = attributes[i].copy(c.constant_pool);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCopyOf.java10 * You may obtain a copy of the License at
85 final int cpy1 = cpg.addInterfaceMethodref(DOM_INTF, "copy", CPY1_SIG);
88 final int cpy2 = cpg.addInterfaceMethodref(DOM_INTF, "copy", CPY2_SIG);
101 // call copy from the DOM 'library'
124 final int copy = cpg.addMethodref(BASIS_LIBRARY_CLASS, "copy",
131 il.append(new INVOKESTATIC(copy));
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJPasswordField.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
242 public void copy() { method in class:JPasswordField
246 super.copy();
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.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
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.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
/openjdk7/hotspot/src/share/vm/adlc/
H A Dfilebuff.cpp12 * 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
106 //------------------------------copy-------------------------------------------
107 // Deep copy a FileBuffRegion
108 FileBuffRegion *FileBuffRegion::copy() { function in class:FileBuffRegion
111 if( _next ) br->_next = _next->copy();
141 nr->_next = _next; // Structure copy "this" guy to "nr"
142 *this = *br; // Structure copy "br" over "this".
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWContainerPeer.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
129 * Returns a copy of the childPeer collection.
133 Object copy = ((LinkedList)childPeers).clone();
134 return (List<LWComponentPeer>)copy;
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.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
108 // append a copy of the element to the end of the collection, notify listener
110 // insert a copy of the element using lessthan(), notify listener
178 void copy(JvmtiBreakpoint& bp);
195 bp->copy(*this);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp12 * 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
96 // trivial copy-through format string
344 char* copy = NEW_RESOURCE_ARRAY(char, buffer_pos+1); local
345 strncpy(copy, buffer, buffer_pos);
346 copy[buffer_pos] = 0; // terminating null
347 return copy;
1028 char* copy = NEW_RESOURCE_ARRAY(char, buffer_pos+1); local
1029 strncpy(copy, buffer, buffer_pos);
1030 copy[buffer_po
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DMessage.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
460 Message msg = copy();
615 * Creates a copy of a {@link Message}.
628 * To enable efficient copy operations, there's a few restrictions on
632 * <li>The original and the copy may not be
635 * Note that it's OK for the original and the copy to be processed
638 * <li>The copy has the same 'life scope'
639 * as the original (this allows shallower copy, such as
657 * create an idential copy o
670 public abstract Message copy(); method in class:Message
[all...]
H A DPacket.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
172 * Used by {@link #createResponse(Message)} and {@link #copy(boolean)}.
190 // copy other properties that need to be copied. is there any?
194 * Creates a copy of this {@link Packet}.
197 * well, or not. If the value is {@code false}, the {@link Message} in the copy of the {@link Packet} is {@code null}.
198 * @return copy of the original packet
200 public Packet copy(boolean copyMessage) { method in class:Packet
201 // the copy constructor is originally designed for creating a response packet,
202 // but so far the implementation is usable for this purpose as well, so calling the copy constructo
[all...]
/openjdk7/jdk/make/sun/cmm/kcms/
H A DFILES_c_unix.gmk14 # 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
45 copy.c \
H A DFILES_c_windows.gmk14 # 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
46 copy.c \
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.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
226 ElementImpl copy =
228 return replaceElementWithSOAPElement(this,copy);
669 ElementImpl copy) {
674 copy.addAttributeBare(name, getAttributeValueFrom(element, name));
680 copy.insertBefore(nextChild, null);
685 parent.replaceChild(copy, element);
688 return copy;
667 replaceElementWithSOAPElement( Element element, ElementImpl copy) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDecoratedPeer.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
251 private static Insets copy(Insets i) { method in class:XDecoratedPeer
276 wm_set_insets = copy(wm_set_insets);
378 currentInsets = copy(correctWM);
424 return copy(currentInsets);
437 currentInsets = copy(guessed);
457 Insets in = copy(getRealInsets());
753 copy(currentInsets),
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java10 * You may obtain a copy of the License at
1342 * Returns a deep copy of this iterator. The cloned iterator is not
1345 * @return a deep copy of this iterator.
1576 public void copy(DTMAxisIterator nodes, SerializationHandler handler) method in class:SAXImpl
1581 copy(node, handler);
1588 public void copy(SerializationHandler handler) throws TransletException method in class:SAXImpl
1590 copy(getDocument(), handler);
1594 * Performs a deep copy (ref. XSLs copy-of())
1600 public void copy(fina method in class:SAXImpl
1607 private final void copy(final int node, SerializationHandler handler, boolean isChild) method in class:SAXImpl
[all...]

Completed in 92 milliseconds

1234567891011>>