Searched refs:copy (Results 226 - 250 of 385) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.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
153 // copy the name, including null terminator, into PerfData memory
235 // copy n bytes of the string, assuring the null string is
602 PerfDataList* copy = new PerfDataList(this); local
604 assert(copy != NULL, "just checking");
606 return copy;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp13 * 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
327 set_current_state(saved_state->copy());
416 SharkState *saved_state = current_state()->copy();
448 SharkState *saved_state = current_state()->copy();
638 SharkState *orig_state = current_state()->copy();
737 SharkState *orig_state = current_state()->copy();
1416 // Keep a copy of the object we're checking
1440 SharkState *old_state = new_state->copy();
1549 SharkState *saved_state = current_state()->copy();
[all...]
H A DsharkFunction.cpp13 * 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
144 _state(block->current_state()->copy()),
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DAttribute.java280 * Use copy() if you want to have a deep copy(), i.e., with all references
283 * @return shallow copy of this attribute
298 * @return deep copy of this attribute
300 public abstract Attribute copy(ConstantPool constant_pool); method in class:Attribute
H A DSignature.java76 * references (shallow copy). Use clone() for a physical copy.
294 * @return deep copy of this attribute
296 public Attribute copy(ConstantPool constant_pool) { method in class:Signature
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstruction.java139 * @return (shallow) copy of an instruction
141 public Instruction copy() { method in class:Instruction
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DMultiDOM.java10 * You may obtain a copy of the License at
494 public void copy(final int node, SerializationHandler handler) method in class:MultiDOM
498 _adapters[node >>> DTMManager.IDENT_DTM_NODE_BITS].copy(node, handler);
502 public void copy(DTMAxisIterator nodes, SerializationHandler handler) method in class:MultiDOM
507 _adapters[node >>> DTMManager.IDENT_DTM_NODE_BITS].copy(node, handler);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DMemRegion.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
82 public MemRegion copy() { method in class:MemRegion
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DRegisterMap.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 copy themselves (through either the clone() or copy()
89 /** Makes a copy of map into this */
122 public RegisterMap copy() { method in class:RegisterMap
H A DVFrame.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
82 RegisterMap tempMap = regMap.copy();
/openjdk7/hotspot/make/windows/
H A Dbuild.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/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DParameterList.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
232 public ParameterList copy() { method in class:ParameterList
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DW3CWsaServerTube.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
64 public W3CWsaServerTube copy(TubeCloner cloner) { method in class:W3CWsaServerTube
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DClientSchemaValidationTube.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
107 public AbstractTubeImpl copy(TubeCloner cloner) { method in class:ClientSchemaValidationTube
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetStreamSOAPCodec.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 this._soapCodec = (StreamSOAPCodec) that._soapCodec.copy();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DClientLogicalHandlerTube.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
76 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
92 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ClientLogicalHandlerTube
H A DClientMessageHandlerTube.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
67 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
75 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ClientMessageHandlerTube
95 //Lets copy all the MessageContext.OUTBOUND_ATTACHMENT_PROPERTY to the message
H A DClientSOAPHandlerTube.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
82 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
89 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ClientSOAPHandlerTube
115 //Lets copy all the MessageContext.OUTBOUND_ATTACHMENT_PROPERTY to the message
H A DServerLogicalHandlerTube.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
82 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
103 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ServerLogicalHandlerTube
148 //Lets copy all the MessageContext.OUTBOUND_ATTACHMENT_PROPERTY to the message
H A DServerMessageHandlerTube.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 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
85 //Lets copy all the MessageContext.OUTBOUND_ATTACHMENT_PROPERTY to the message
147 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ServerMessageHandlerTube
H A DServerSOAPHandlerTube.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 * Copy constructor for {@link com.sun.xml.internal.ws.api.pipe.Tube#copy(com.sun.xml.internal.ws.api.pipe.TubeCloner)}.
94 public AbstractFilterTubeImpl copy(TubeCloner cloner) { method in class:ServerSOAPHandlerTube
138 //Lets copy all the MessageContext.OUTBOUND_ATTACHMENT_PROPERTY to the message
/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
H A DServerSchemaValidationTube.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 public AbstractTubeImpl copy(TubeCloner cloner) { method in class:ServerSchemaValidationTube
/openjdk7/jdk/test/demo/zipfs/
H A DBasic.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
82 // Test: copy file from zip file to current (scratch) directory
86 Files.copy(source, target, StandardCopyOption.REPLACE_EXISTING);
/openjdk7/jdk/test/java/nio/file/spi/
H A DTestProvider.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
118 public void copy(Path source, Path target, CopyOption... options) method in class:TestProvider

Completed in 63 milliseconds

1234567891011>>