Searched refs:copy (Results 351 - 375 of 385) sorted by relevance

<<111213141516

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.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
489 newSoapPart.headers = MimeHeadersUtil.copy(this.headers);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DHeaderList.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
972 * Creates a copy.
979 public static HeaderList copy(HeaderList original) { method in class:HeaderList
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/saaj/
H A DSAAJMessage.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 * This constructor is a convenience and called by the {@link #copy}
470 * Creates a copy of a {@link com.sun.xml.internal.ws.api.message.Message}.
483 * create an idential copy of a {@link com.sun.xml.internal.ws.api.message.Message}.
486 * The actual copy operation depends on the layout
490 public Message copy() { method in class:SAAJMessage
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DAbstractSchemaValidationTube.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
520 Message msg = packet.getMessage().copy();
/openjdk7/jdk/test/tools/launcher/
H A DTestHelper.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
332 Files.copy(src.toPath(), dst.toPath(), COPY_ATTRIBUTES, REPLACE_EXISTING);
/openjdk7/jdk/test/tools/pack200/
H A DUtils.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
190 Files.copy(src.toPath(), dst.toPath(), COPY_ATTRIBUTES, REPLACE_EXISTING);
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java271 Set<InputStream> copy = new HashSet<>(streams);
272 for (InputStream is: copy)
343 e.type = Entry.COPY; // copy e
464 Entry u = new Entry(eSrc, Entry.COPY); // copy eSrc entry
472 } else { // if it's not "rename", copy the data
477 Files.copy(eSrc.file, u.file, REPLACE_EXISTING);
691 // copy the entry data into it if the entry exists, and then create a
844 Files.copy(is, tmpPath, REPLACE_EXISTING);
1135 // copy over the whole LOC entry (header if necessary, data and ext) from
1211 // entry copy
[all...]
H A DZipPath.java809 void copy(ZipPath target, CopyOption... options) method in class:ZipPath
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.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
365 /* First copy/count any new output - but only if we didn't
374 png_size_t copy = output_size - count; local
376 if (space < copy)
377 copy = space;
379 png_memcpy(output + count, png_ptr->zbuf, copy);
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.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
953 Vset vsInst = vset.copy();
954 Vset vsClass = vset.copy();
1012 Vset vsCon = f.check(env, ctxInit, vsInst.copy());
1017 Vset vsFld = f.check(env, ctx, vset.copy());
1808 // Just to be safe, copy over the name-resolved exceptions from the
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.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
493 this.modelCopy = this.model.copy();
1246 DiagramViewModel newModelCopy = model.copy();
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCPrinterJob.m14 * 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 NSPrintInfo* defaultPrintInfo = [[NSPrintInfo sharedPrintInfo] copy];
/openjdk7/jdk/make/common/
H A DRelease.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
183 define copy-man-pages
472 # The following get removed from the JRE after the bulk-copy of BINDIR...
507 # The following get removed from the JRE after the bulk-copy of LIBDIR...
514 # The following get removed from the JRE after the bulk-copy of LIBDIR...
871 $(call copy-man-pages,$(JRE_IMAGE_DIR),$(JRE_MAN_PAGES))
971 # only places from which we copy everything), but because the presence
1051 @# copy all EXE files and only certain DLL files from BINDIR
1098 @# on Linux copy jexe
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.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
280 return TypeOrigin(CF_LOCALS, index, StackMapFrame::copy(frame),
285 return TypeOrigin(CF_STACK, index, StackMapFrame::copy(frame),
290 return TypeOrigin(SM_LOCALS, index, StackMapFrame::copy(frame),
295 return TypeOrigin(SM_STACK, index, StackMapFrame::copy(frame),
311 return TypeOrigin(FRAME_ONLY, 0, StackMapFrame::copy(frame),
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.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
1542 // Build a copy of the original path.
2111 * Creates a copy of this element, with a different
2116 * @return the copy
2135 * Creates a copy of this element, with a different
2527 // If not replacing, it may be more efficient to only copy the
2529 copy = element.getAttributes().copyAttributes();
2555 as.addAttributes(copy);
2561 protected AttributeSet copy; field in class:DefaultStyledDocument.AttributeUndoableEdit
[all...]
H A DDefaultEditorKit.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
458 * Name of the action to copy the selected region
460 * @see JTextComponent#copy
463 public static final String copyAction = "copy-to-clipboard";
1326 target.copy();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java10 * You may obtain a copy of the License at
1047 // is characters(), and the last node is text, we will copy
1342 // is characters(), and the last node is text, we will copy
1532 Node copy = child.cloneNode (true);
1533 fCurrentEntityDecl.appendChild (copy);
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamClass.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
817 * fields of the represented class. If copy is true, a clone of this class
821 ObjectStreamField[] getFields(boolean copy) { argument
822 return copy ? fields.clone() : fields;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DMethodGen.java982 /** @return deep copy of this method
984 public MethodGen copy(String class_name, ConstantPoolGen cp) { method in class:MethodGen
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerImpl.java10 * You may obtain a copy of the License at
699 ((SAXImpl)dom).copy(handler);
851 * Returns a copy of the output properties for the transformation. This is
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.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
171 // append a copy of the element to the end of the collection
178 // insert a copy of the element using lessthan()
262 void JvmtiBreakpoint::copy(JvmtiBreakpoint& bp) { function in class:JvmtiBreakpoint
928 // Need to make a copy of the name since we don't know how long
966 // release our copy
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.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
86 * new Element(Element original) // shallow copy
290 static final String ANON_NAME = new String("*"); // unique copy of "*"
398 /** Shallow copy. Same as old.shallowCopy().
410 // copy sub-elements
414 // copy attributes
421 /** Shallow copy. Same as new Element(this). */
429 return this; // no need to copy it
433 Element copy
[all...]
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec14 * 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
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java10 * You may obtain a copy of the License at
1244 // CopyLocals is an object that is used to copy-in/copy-out local
1289 // Number of fields in the copy class
1314 // Allocate instance of class in which we'll copy in or copy out locals
1315 // and make two copies: last copy is used to invoke constructor;
1399 Instruction c = inst.copy(); // Use clone for shallow copy
1498 // method to copy th
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.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
902 return entry_state()->copy();

Completed in 136 milliseconds

<<111213141516