Searched defs:copy (Results 51 - 75 of 205) sorted by relevance

123456789

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantValue.java77 * references (shallow copy). Use clone() for a physical copy.
174 * @return deep copy of this attribute
176 public Attribute copy(ConstantPool constant_pool) { method in class:ConstantValue
H A DDeprecated.java77 * references (shallow copy). Use clone() for a physical copy.
161 * @return deep copy of this attribute
163 public Attribute copy(ConstantPool constant_pool) { method in class:Deprecated
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 DField.java73 * references (shallow copy). Use clone() for a physical copy.
156 * @return deep copy of this field
158 public final Field copy(ConstantPool constant_pool) { method in class:Field
H A DInnerClass.java215 * @return deep copy of this object
217 public InnerClass copy() { method in class:InnerClass
H A DInnerClasses.java79 * references (shallow copy). Use clone() for a physical copy.
172 * @return deep copy of this attribute
174 public Attribute copy(ConstantPool constant_pool) { method in class:InnerClasses
179 c.inner_classes[i] = inner_classes[i].copy();
H A DLineNumber.java158 * @return deep copy of this object
160 public LineNumber copy() { method in class:LineNumber
H A DLineNumberTable.java79 * references (shallow copy). Use copy() for a physical copy.
229 * @return deep copy of this attribute
231 public Attribute copy(ConstantPool constant_pool) { method in class:LineNumberTable
236 c.line_number_table[i] = line_number_table[i].copy();
H A DLocalVariableTable.java78 * references (shallow copy). Use copy() for a physical copy.
185 * @return deep copy of this attribute
187 public Attribute copy(ConstantPool constant_pool) { method in class:LocalVariableTable
192 c.local_variable_table[i] = local_variable_table[i].copy();
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 DPMGClass.java77 * references (shallow copy). Use clone() for a physical copy.
187 * @return deep copy of this attribute
189 public Attribute copy(ConstantPool constant_pool) { method in class:PMGClass
H A DSourceFile.java78 * references (shallow copy). Use clone() for a physical copy.
171 * @return deep copy of this attribute
173 public Attribute copy(ConstantPool constant_pool) { method in class:SourceFile
H A DStackMap.java163 * @return deep copy of this attribute
165 public Attribute copy(ConstantPool constant_pool) { method in class:StackMap
170 c.map[i] = map[i].copy();
H A DStackMapType.java154 * @return deep copy of this object
156 public StackMapType copy() { method in class:StackMapType
H A DSynthetic.java81 * references (shallow copy). Use copy() for a physical copy.
168 * @return deep copy of this attribute
170 public Attribute copy(ConstantPool constant_pool) { method in class:Synthetic
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/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyUtil.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
280 static Any copy(Any inAny, ORB orb) { method in class:DynAnyUtil
285 static Any copy(Any inAny, ORB orb) {
300 // if copy flag wasn't true we would be using our DynAny with
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/extension/
H A DServantCachingPolicy.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
152 public org.omg.CORBA.Policy copy () method in class:ServantCachingPolicy
/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/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.
H A DJPEGQTable.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
132 private JPEGQTable(int[] table, boolean copy) { argument
133 qTable = (copy) ? Arrays.copyOf(table, table.length) : table;
139 * A copy is made of the the input array.
155 * Returns a copy of the current quantization table as an array
157 * @return A copy of the current quantization table.
/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
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DCharArray.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
40 public CharArray(char[] _ch, int _start, int _length, boolean copy) { argument
41 set(_ch, _start, _length, copy);
44 public final void set(char[] _ch, int _start, int _length, boolean copy) { argument
45 if (copy) {
/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 DW3CWsaClientTube.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
48 public W3CWsaClientTube copy(TubeCloner cloner) { method in class:W3CWsaClientTube

Completed in 138 milliseconds

123456789