Searched refs:copy (Results 251 - 275 of 385) sorted by relevance

<<111213141516

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.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
318 JCTree body = copier.copy((JCTree)tree, (JCTree) path.getLeaf());
326 JCExpression expr = copier.copy((JCExpression)tree, (JCTree) path.getLeaf());
354 * Makes a copy of a tree, noting the value resulting from copying a particular leaf.
364 public <T extends JCTree> T copy(T t, JCTree leaf) { method in class:JavacTrees.Copier
365 T t2 = super.copy(t, leaf);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DWhileStatement.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();
97 * Create a copy of the statement for method inlining
/openjdk7/jdk/src/share/classes/sun/font/
H A DFont2D.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
215 * we would need to use a private copy.
296 private FontStrike getStrike(FontStrikeDesc desc, boolean copy) { argument
341 if (copy) {
/openjdk7/jdk/src/share/classes/javax/imageio/plugins/jpeg/
H A DJPEGHuffmanTable.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
204 private JPEGHuffmanTable(short[] lengths, short[] values, boolean copy) { argument
205 if (copy) {
216 * for each length in the Huffman table. The returned array is a copy.
230 * from <code>getLengths</code>. The returned array is a copy.
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.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
72 ValueStack* copy() { return new ValueStack(this, _kind, _bci); } function in class:ValueStack
73 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } function in class:ValueStack
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCBuiltinLeafInfo.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 public final TypeUse makeAdapted( Class<? extends XmlAdapter> adapter, boolean copy ) {
164 return TypeUseFactory.adapt(this,adapter,copy);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DLogicalMessageImpl.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 Source payload = packet.getMessage().copy().readPayloadAsSource();
119 o = packet.getMessage().copy().readPayloadAsJAXB(context.createUnmarshaller());
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystemProvider.java191 public void copy(Path src, Path target, CopyOption... options) method in class:ZipFileSystemProvider
194 toZipPath(src).copy(toZipPath(target), options);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java10 * You may obtain a copy of the License at
317 public void copy(final int node, SerializationHandler handler) method in class:AdaptiveResultTreeImpl
321 _dom.copy(node, handler);
324 super.copy(node, handler);
328 public void copy(DTMAxisIterator nodes, SerializationHandler handler) method in class:AdaptiveResultTreeImpl
332 _dom.copy(nodes, handler);
335 super.copy(nodes, handler);
H A DSimpleResultTreeImpl.java10 * You may obtain a copy of the License at
439 public void copy(final int node, SerializationHandler handler) method in class:SimpleResultTreeImpl
445 public void copy(DTMAxisIterator nodes, SerializationHandler handler) method in class:SimpleResultTreeImpl
451 copy(node, handler);
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CertSelector.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
690 * Note that a deep copy is performed on the <code>Collection</code> to
1160 * Note that a deep copy is performed on the <code>Collection</code> to
1589 * Returns a copy of the subjectAlternativeNames criterion.
1615 * Note that a deep copy is performed on the <code>Collection</code> to
1645 * @return a deep copy of the specified <code>Collection</code>
1669 * @return a deep copy of the specified <code>Collection</code>
1774 * Returns a copy of the pathToNames criterion. The
1798 * Note that a deep copy i
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dpostaloc.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
42 // Check to see if we can possibly be a copy of a callee-save value.
67 guarantee(def != NULL, "must not resurrect dead copy");
109 } else if (old->is_Copy()) { // Dead copy of a callee-save value
173 // Check for a copy to or from a misaligned pair.
183 // Save-on-call copies can only be elided if the entire copy chain can go
203 // Is old def now dead? We successfully yanked a copy?
214 guarantee(c->in(idx) != NULL, "must not resurrect dead copy");
216 break; // casting copy, no
235 Node *copy = x->in(idx); local
[all...]
H A Dchaitin.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
176 _has_copy:1, // Adjacent to some copy instruction
350 int clone_projs( Block *b, uint idx, Node *con, Node *copy, uint &maxlrg );
484 // Post-Allocation peephole copy removal
504 int use_prior_register( Node *copy, uint idx, Node *def, Block *current_block, Node_List &value, Node_List &regnd );
/openjdk7/hotspot/make/windows/
H A Dcreate.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
153 copy %HotSpotWorkSpace%\make\windows\projectfiles\%%i\* %HotSpotBuildSpace%\%%i\generated > NUL
/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.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
83 try (FileSystem copy = newZipFileSystem(tmpfsPath, env)) {
84 z2zcopy(fs0, copy, "/", 0);
122 Files.copy(src, dst);
125 // copy
128 Files.copy(dst, dst2);
145 Files.copy(dst3, dst);
182 // newFileChannel() copy in, out and verify via fch
206 // create a new filesystem, copy everythin
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp14 * 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
442 // now make a copy, but with a TYMED of HGLOBAL
829 HGLOBAL copy = ::GlobalAlloc(GALLOCFLG, nBytes + local
833 if (copy == NULL) {
838 char *dataout = (char *)::GlobalLock(copy);
851 ::GlobalUnlock(copy);
854 pmedium->hGlobal = copy;
1139 HGLOBAL copy = ::GlobalAlloc(GALLOCFLG, sizeof(id)); local
1141 if (copy
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DOldHierarchicalLayoutManager.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
636 ArrayList<Point> copy = new ArrayList<Point>();
641 copy.addAll(otherEdgeData.getAbsoluteStartPoints());
642 copy.add(relFrom);
643 copy.addAll(middlePoints);
648 copy.add(relTo);
650 copy.addAll(otherEdgeData.getAbsoluteEndPoints());
653 otherEdge.setControlPoints(copy);
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c339 char *copy; local
341 copy = (char*)allocate(ci, len+1);
342 (void)memcpy(copy, str, len);
343 copy[len] = 0;
344 return (const char *)copy;
447 copy(CrwClassImage *ci, unsigned count) function
1531 copy(ci, instr_len-1);
1585 copy(ci, len);
1609 copy(ci, 6);
1717 /* If there were ntypes, we just copy tha
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.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
477 void copy_into(StateVector* copy) const;
500 // Describes the difference between a public and backedge copy.
643 void copy_state_into(StateVector* copy) const {
644 _state->copy_into(copy);
648 void copy_jsrs_into(JsrSet* copy) const {
649 _jsrs->copy_into(copy);
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerBase.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
629 NormalizerBase copy = (NormalizerBase) super.clone();
630 copy.text = (UCharacterIterator) text.clone();
633 copy.buffer = new char[buffer.length];
634 System.arraycopy(buffer,0,copy.buffer,0,buffer.length);
636 return copy;
1245 /* just copy the source characters */
1467 /* just copy the source characters */
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDnDDropTargetProtocol.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
1014 // Make a copy of the passed XClientMessageEvent structure, since
1146 /* Make a copy of the original event, since we are going to modify the
1149 XClientMessageEvent copy = new XClientMessageEvent();
1150 unsafe.copyMemory(xclient.pData, copy.pData, copy.getSize());
1152 copy.set_data(0, xclient.get_window());
1154 forwardClientMessageToToplevel(embedded, copy);
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInjectBytecodes.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
491 c.writeU1(opcode); // copy instruction
530 c.writeU1(opcode); // copy instruction
663 c.copy(instrLen-1);
712 c.copy(4); // attr len
738 c.copy(4); // attr len
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.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
1009 // _REVISIT_ It isn't clear whether this method should operate on this or a copy.
1923 * This is not a copy of the TypeCodeImpl objects, but instead it
1927 * by the Any to do the correct copy.
1929 protected void copy(org.omg.CORBA.portable.InputStream src, method in class:TypeCodeImpl
2052 // copy each element, using the corresponding member type
2054 _memberTypes[i].copy(src, dst);
2072 _memberTypes[_defaultIndex].copy(src, dst);
2074 _memberTypes[labelIndex].copy(sr
[all...]
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipFile.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
582 Map<InputStream, Inflater> copy = new HashMap<>(streams);
584 for (Map.Entry<InputStream, Inflater> e : copy.entrySet()) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTEvent.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
1074 jboolean copy = JNI_FALSE;
1075 jint *data = (*env)->GetIntArrayElements(env, inData, &copy);
1114 jboolean copy = JNI_FALSE;
1115 jint *data = (*env)->GetIntArrayElements(env, inData, &copy);

Completed in 123 milliseconds

<<111213141516