Searched refs:clone (Results 301 - 325 of 1037) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMPGPData.java86 this.keyPacket = (byte []) keyPacket.clone();
131 this.keyId = (byte []) keyId.clone();
132 this.keyPacket = keyPacket == null ? null : (byte []) keyPacket.clone();
175 return (keyId == null ? null : (byte []) keyId.clone());
179 return (keyPacket == null ? null : (byte []) keyPacket.clone());
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DParameterBlock.java70 * <p> A correct way to write the addSource function is to clone
75 * ParameterBlock pb1 = new ParameterBlock(pb.getSources().clone());
81 * <p> The clone method of <code>ParameterBlock</code> has been defined to
82 * perform a clone of both the source and parameter Vectors for
83 * this reason. A standard, shallow clone is available as
133 * @return an Object clone of the <code>ParameterBlock</code>.
137 return super.clone();
148 * and number of sources and parameters in the clone to be invisible
152 * @return an Object clone of the <code>ParameterBlock</code>.
154 public Object clone() { method in class:ParameterBlock
[all...]
H A DRenderableImageOp.java75 this.paramBlock = (ParameterBlock) paramBlock.clone();
203 this.paramBlock = (ParameterBlock)paramBlock.clone();
316 ParameterBlock renderedParamBlock = (ParameterBlock)paramBlock.clone();
/openjdk7/jdk/src/share/classes/java/security/
H A DMessageDigest.java64 * MessageDigest tc1 = md.clone();
479 MessageDigest md = (MessageDigest)clone();
490 * Returns a clone if the implementation is cloneable.
492 * @return a clone if the implementation is cloneable.
497 public Object clone() throws CloneNotSupportedException { method in class:MessageDigest
499 return super.clone();
534 * Returns a clone if the delegate is cloneable.
536 * @return a clone if the delegate is cloneable.
541 public Object clone() throws CloneNotSupportedException { method in class:MessageDigest.Delegate
544 (MessageDigestSpi)digestSpi.clone();
[all...]
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DEncryptedPrivateKeyInfo.java83 this.encoded = (byte[])encoded.clone();
146 this.encryptedData = (byte[])encryptedData.clone();
186 this.encryptedData = (byte[])encryptedData.clone();
225 return (byte[])this.encryptedData.clone();
416 return (byte[])this.encoded.clone();
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DContinuation.java158 new Hashtable(11) : (Hashtable)environment.clone());
184 Name nm = (Name)(remain.clone());
230 remainingName = (Name)(remain.clone());
336 (Name)PartialCompositeContext._EMPTY_NAME.clone());
357 this.remainingName = (Name)(remain.clone());
/openjdk7/jdk/src/share/classes/sun/text/
H A DCompactByteArray.java263 public Object clone() method in class:CompactByteArray
266 CompactByteArray other = (CompactByteArray) super.clone();
267 other.values = (byte[])values.clone();
268 other.indices = (short[])indices.clone();
269 if (hashes != null) other.hashes = (int[])hashes.clone();
/openjdk7/jdk/test/java/util/EnumSet/
H A DEnumSetBash.java60 EnumSet<T> s2 = clone(s1, enumClass);
64 EnumSet<T> intersection = clone(s1, enumClass);
66 EnumSet<T> diff1 = clone(s1, enumClass); diff1.removeAll(s2);
67 EnumSet<T> diff2 = clone(s2, enumClass); diff2.removeAll(s1);
68 EnumSet<T> union = clone(s1, enumClass); union.addAll(s2);
116 static <E extends Enum<E>> EnumSet<E> clone(EnumSet<E> s, Class<E> cl) { method in class:EnumSetBash
117 EnumSet<E> clone = null;
121 clone = s.clone();
124 clone
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DURLJarFile.java148 attr.putAll((Map)superAttr.clone());
155 entries.put(key, (Attributes) at.clone());
266 return (Attributes)a.clone();
274 return certs == null? null: certs.clone();
279 return csg == null? null: csg.clone();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVFrame.java37 this.regMap = (RegisterMap) regMap.clone();
41 fr = (Frame) f.clone();
115 RegisterMap tempMap = (RegisterMap) getRegisterMap().clone();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractAction.java337 * Clones the abstract action. This gives the clone
339 * which is not handled for you by <code>Object.clone()</code>.
342 protected Object clone() throws CloneNotSupportedException { method in class:AbstractAction
343 AbstractAction newAction = (AbstractAction)super.clone();
346 newAction.arrayTable = (ArrayTable)arrayTable.clone();
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DBasicAttributes.java141 public Object clone() { method in class:BasicAttributes
144 attrset = (BasicAttributes)super.clone();
148 attrset.attrs = (Hashtable)attrs.clone();
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DMarkerSegment.java90 // get the user object and clone it to the data
111 protected Object clone() { method in class:MarkerSegment
114 newGuy = (MarkerSegment) super.clone();
117 newGuy.data = (byte[]) data.clone();
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkValue.cpp37 SharkValue* SharkNormalValue::clone() const { function in class:SharkNormalValue
40 SharkValue* SharkPHIValue::clone() const { function in class:SharkPHIValue
43 SharkValue* SharkAddressValue::clone() const { function in class:SharkAddressValue
/openjdk7/jdk/test/java/net/URLConnection/
H A DHandleContentTypeWithAttrs.java107 myHttpServer n = (myHttpServer)clone();
211 public Object clone() { method in class:myHttpServer
213 return super.clone();
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DBitArray.java121 repn = ba.repn.clone();
170 return repn.clone();
214 public Object clone() { method in class:BitArray
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowDimensions.java76 this.insets = (dims.insets != null)?((Insets)dims.insets.clone()):new Insets(0, 0, 0, 0);
119 return (Insets)insets.clone();
148 insets = (in != null)?((Insets)in.clone()):new Insets(0, 0, 0, 0);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DUTF8XmlOutput.java416 private final byte[] XMLNS_EQUALS = _XMLNS_EQUALS.clone();
417 private final byte[] XMLNS_COLON = _XMLNS_COLON.clone();
418 private final byte[] EQUALS = _EQUALS.clone();
419 private final byte[] CLOSE_TAG = _CLOSE_TAG.clone();
420 private final byte[] EMPTY_TAG = _EMPTY_TAG.clone();
421 private final byte[] XML_DECL = _XML_DECL.clone();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DExceptionTable.java200 ExceptionTable c = (ExceptionTable)clone();
201 c.exception_index_table = (int[])exception_index_table.clone();
H A DUnknown.java101 * references (shallow copy). Use clone() for a physical copy.
208 Unknown c = (Unknown)clone();
211 c.bytes = (byte[])bytes.clone();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java203 public Object clone() { method in class:CodeExceptionGen
205 return super.clone();
H A DSWITCH.java91 this.match = (int[])match.clone();
92 this.targets = (InstructionHandle[])targets.clone();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParameterRef.java104 final int clone = cpg.addInterfaceMethodref(NODE_ITERATOR,
108 il.append(new INVOKEINTERFACE(clone, 1));
H A DVariableRef.java90 final int clone = cpg.addInterfaceMethodref(NODE_ITERATOR,
94 il.append(new INVOKEINTERFACE(clone, 1));
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java564 nv = (NodeVector) vec.clone();
633 * Note: Not a deep clone.
638 NodeSequence seq = (NodeSequence)super.clone();
641 // In making this clone of an iterator we are making
653 * Get a clone of this iterator, but don't reset the iteration in the
655 * Note: Not a deep clone.
657 * @return A clone of this object.
661 public Object clone() throws CloneNotSupportedException method in class:NodeSequence
663 NodeSequence clone = (NodeSequence) super.clone();
[all...]

Completed in 66 milliseconds

<<11121314151617181920>>