Searched refs:copy (Results 176 - 200 of 385) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DSSLConfigFilePermissionTest.sh14 # 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
54 rm -f $1 || echo WARNING: $1 already exists - unable to remove old copy
/openjdk7/jdk/make/sun/cmm/
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
85 .PHONY: iccprofiles iccprofiles.clean copy-files openjdk
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java95 * references (shallow copy). Use copy() for a physical copy.
359 * @return deep copy of this attribute
361 public Attribute copy(ConstantPool constant_pool) { method in class:Code
368 c.exception_table[i] = exception_table[i].copy();
372 c.attributes[i] = attributes[i].copy(constant_pool);
H A DExceptionTable.java81 * references (shallow copy). Use copy() for a physical copy.
197 * @return deep copy of this attribute
199 public Attribute copy(ConstantPool constant_pool) { method in class:ExceptionTable
H A DFieldOrMethod.java79 * references (shallow copy). Use clone() for a physical copy.
209 * @return deep copy of this field
222 c.attributes[i] = attributes[i].copy(constant_pool);
H A DInnerClass.java215 * @return deep copy of this object
217 public InnerClass copy() { method in class:InnerClass
H A DLocalVariable.java86 * references (shallow copy). Use copy() for a physical copy.
253 * @return deep copy of this object
255 public LocalVariable copy() { method in class:LocalVariable
H A DMethod.java80 * references (shallow copy). Use clone() for a physical copy.
212 * @return deep copy of this method
214 public final Method copy(ConstantPool constant_pool) { method in class:Method
H A DStackMapEntry.java180 * @return deep copy of this object
182 public StackMapEntry copy() { method in class:StackMapEntry
H A DUnknown.java101 * references (shallow copy). Use clone() for a physical copy.
205 * @return deep copy of this attribute
207 public Attribute copy(ConstantPool constant_pool) { method in class:Unknown
/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextServicesSupport.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
1084 Object[] copy;
1086 synchronized (bcsListeners) { copy = bcsListeners.toArray(); }
1088 for (int i = 0; i < copy.length; i++) {
1089 ((BeanContextServicesListener)copy[i]).serviceAvailable(bcssae);
1099 Object[] copy;
1101 synchronized (bcsListeners) { copy = bcsListeners.toArray(); }
1103 for (int i = 0; i < copy.length; i++) {
1104 ((BeanContextServiceRevokedListener)copy[
[all...]
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksFrame.java186 JMenuItem copy = new JMenuItem("Copy");
192 copy.setEnabled(false);
206 edit.add(copy);
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DDeadListenerTest.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
172 Map<K, V> copy = new HashMap<K, V>(map);
173 copy.remove(key);
174 return copy;
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirConfig.java225 if (configname != null) config = config.copy(configname);
301 else config = config.copy(configname);
355 this.config = config.copy(configname);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DXmlConfigUtils.java158 * XML-deserializes a copy of that bean.
166 final Object clone = copy(bean);
174 * XML-deserializes a copy of that bean.
180 private static Object copy(Object bean) { method in class:XmlConfigUtils
199 * XML-deserializes a copy of that bean.
207 final Object clone = copy(bean);
/openjdk7/jdk/make/javax/sound/
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
190 # Rules that copy files.
193 build: copy-files
196 copy-files: $(FILES_copy)
224 .PHONY: copy-files
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.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
1125 * options} parameter specifying how the copy is performed. By default, the
1126 * copy fails if the target file already exists or is a symbolic link,
1134 * walkFileTree} method to copy a directory and all entries in the directory,
1150 * <td> Attempts to copy the file attributes associated with this file to
1180 * Suppose we want to copy a file into a directory, giving it the same file
1185 * Files.copy(source, newdir.resolve(source.getFileName());
1189 * the path to the file to copy
1194 * options specifying how the copy shoul
1219 public static Path copy(Path source, Path target, CopyOption... options) method in class:Files
2727 private static long copy(InputStream source, OutputStream sink) method in class:Files
2805 public static long copy(InputStream in, Path target, CopyOption... options) method in class:Files
2889 public static long copy(Path source, OutputStream out) throws IOException { method in class:Files
[all...]
H A DCopyMoveHelper.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
41 * Parses the arguments for a file copy operation.
68 "' is not a recognized copy option");
76 * for copying the file when a move is implemented as copy + delete.
97 * Simple copy for use when source and target are associated with different
121 // create directory or copy file
126 Files.copy(in, target);
130 // copy basic attributes to target
151 * Simple move implements as copy
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLMessage.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
325 public Message copy() { method in class:XMLMessage.XmlContent
326 return getMessage().copy();
446 public Message copy() { method in class:XMLMessage.XMLMultiPart
447 return getMessage().copy();
504 this.headerList = HeaderList.copy(that.headerList);
557 public Message copy() { method in class:XMLMessage.UnknownContent
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolImpl.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
155 List<WorkerThread> copy = null;
157 copy = new ArrayList<>(workers);
160 for (WorkerThread wt : copy) {
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DTryStatement.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 Vset vs = body.check(env, newctx, vset.copy(), newexp);
77 Vset cvs = Vset.firstDAandSecondDU(vset, vs.copy().join(newctx.vsTryExit));
82 vs = vs.join(args[i].check(env, newctx, cvs.copy(), exp));
207 * Create a copy of the statement for method inlining
/openjdk7/hotspot/agent/make/
H A Dsaenv64.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/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DLivenessAnalysis.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
151 LivenessPath nextPath = path.copy();
/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedBreakIterator.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
1135 SafeCharIterator copy = null;
1137 copy = (SafeCharIterator) super.clone();
1144 copy.base = copyOfBase;
1145 return copy;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DRangeSliderModel.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
92 public RangeSliderModel copy() { method in class:RangeSliderModel

Completed in 1959 milliseconds

1234567891011>>