Searched refs:clone (Results 451 - 475 of 1037) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DProtocolList.java147 return protocolNames.clone();
H A DHandshakeHash.java217 return (MessageDigest)digest.clone();
220 throw new RuntimeException("Could not clone digest", e);
334 * MessageDigest md2 = (MessageDigest)md.clone();
347 * When clone() is called, the non-null element with the maximum index is
374 digest.clone();
446 public Object clone() { method in class:CloneableDigest
H A DSSLSessionImpl.java387 // clone to preserve integrity of session ... caller can't
399 // Certs are immutable objects, therefore we don't clone them.
400 // But do need to clone the array, so that nothing is inserted
402 return (java.security.cert.Certificate[])peerCerts.clone();
416 // clone to preserve integrity of session ... caller can't
420 (java.security.cert.Certificate[])localCerts.clone());
436 // clone to preserve integrity of session ... caller can't
477 * clone to preserve integrity of session ... caller can't
487 return peerCerts.clone();
753 return localSupportedSignAlgs.clone();
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DInlineMethodExpression.java81 InlineMethodExpression e = (InlineMethodExpression)clone();
H A DInlineReturnStatement.java76 InlineReturnStatement s = (InlineReturnStatement)clone();
H A DNaryExpression.java52 NaryExpression e = (NaryExpression)clone();
/openjdk7/jdk/test/javax/management/Introspector/
H A DChangingNotifsTest.java85 MBeanNotificationInfo[] n1 = mbi.getNotifications().clone();
/openjdk7/jdk/src/share/classes/sun/reflect/generics/reflectiveObjects/
H A DTypeVariableImpl.java132 return bounds.clone(); // return cached bounds
/openjdk7/jdk/src/share/classes/java/util/
H A DJumboEnumSet.java370 public EnumSet<E> clone() { method in class:JumboEnumSet
371 JumboEnumSet<E> result = (JumboEnumSet<E>) super.clone();
372 result.elements = result.elements.clone();
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DMac.java644 * Returns a clone if the provider implementation is cloneable.
646 * @return a clone if the provider implementation is cloneable.
651 public final Object clone() throws CloneNotSupportedException { method in class:Mac
653 Mac that = (Mac)super.clone();
654 that.spi = (MacSpi)this.spi.clone();
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadata.java195 (String[]) extraMetadataFormatNames.clone();
197 (String[]) extraMetadataFormatClassNames.clone();
272 * <p> The default implementation returns a clone of the
288 return (String[])extraMetadataFormatNames.clone();
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DBasicAttribute.java94 public Object clone() { method in class:BasicAttribute
97 attr = (BasicAttribute)super.clone();
101 attr.values = (Vector)values.clone();
/openjdk7/jdk/src/share/classes/java/awt/
H A DRenderingHints.java1265 * Creates a clone of this <code>RenderingHints</code> object
1268 * @return a clone of this instance.
1270 public Object clone() { method in class:RenderingHints
1273 rh = (RenderingHints) super.clone();
1275 rh.hintmap = (HashMap) hintmap.clone();
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DMimeTypeParameterList.java297 * @return a clone of this object
300 public Object clone() { method in class:MimeTypeParameterList
303 newObj = (MimeTypeParameterList)super.clone();
306 newObj.parameters = (Hashtable)parameters.clone();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DMessageCatalog.java328 languages = (String[]) languages.clone();
341 languages = (String[]) languages.clone();
358 languages = (String[]) languages.clone();
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DHostAddress.java70 public Object clone() { method in class:HostAddress
74 new_hostAddress.address = address.clone();
207 address = new_address.clone();
H A DHostAddresses.java80 addresses[i] = (HostAddress)new_addresses[i].clone();
113 public Object clone() { method in class:HostAddresses
119 (HostAddress)addresses[i].clone();
H A DPAData.java69 pADataValue = new_pADataValue.clone();
73 public Object clone() { method in class:PAData
138 return ((pADataValue == null) ? null : pADataValue.clone());
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSHA5.java110 this.state = base.state.clone();
278 public Object clone() { method in class:SHA5.SHA512
303 public Object clone() { method in class:SHA5.SHA384
/openjdk7/jdk/test/javax/management/monitor/
H A DDerivedGaugeMonitorTest.java102 public Object clone() throws CloneNotSupportedException { method in class:DerivedGaugeMonitorTest.MyThings
103 final MyThings other = (MyThings)super.clone();
120 return (Things) things.clone();
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.java155 * Returns a deep-copy clone of this object.
157 protected Object clone() { method in class:JFIFMarkerSegment
158 JFIFMarkerSegment newGuy = (JFIFMarkerSegment) super.clone();
164 newGuy.extSegments.add(jfxx.clone());
168 newGuy.iccSegment = (ICCMarkerSegment) iccSegment.clone();
770 protected Object clone() { method in class:JFIFMarkerSegment.JFIFExtensionMarkerSegment
772 (JFIFExtensionMarkerSegment) super.clone();
774 newGuy.thumb = (JFIFThumb) thumb.clone();
829 protected Object clone() { method in class:JFIFMarkerSegment.JFIFThumb
831 return super.clone();
1282 protected Object clone() { method in class:JFIFMarkerSegment.JFIFThumbJPEG
1448 protected Object clone () { method in class:JFIFMarkerSegment.ICCMarkerSegment
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DPrincipalName.java104 // cached salt, might be changed by KDC info, not used in clone
125 public Object clone() { method in class:PrincipalName
127 PrincipalName pName = (PrincipalName) super.clone();
130 pName.nameStrings = nameStrings.clone();
133 pName.nameRealm = (Realm)nameRealm.clone();
464 return nameStrings.clone();
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageTypeSpecifier.java299 this.bandOffsets = (int[])bandOffsets.clone();
452 this.bankIndices = (int[])bankIndices.clone();
453 this.bandOffsets = (int[])bandOffsets.clone();
772 this.redLUT = (byte[])redLUT.clone();
773 this.greenLUT = (byte[])greenLUT.clone();
774 this.blueLUT = (byte[])blueLUT.clone();
776 this.alphaLUT = (byte[])alphaLUT.clone();
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java41 * and <code>clone</code> methods, these are used when the Styles are being
105 states[counter] = (StateInfo)style.states[counter].clone();
447 * Creates a clone of this style.
451 public Object clone() { method in class:DefaultSynthStyle
454 style = (DefaultSynthStyle)super.clone();
461 style.states[counter] = (StateInfo)states[counter].clone();
502 clone();
564 thisCounter].clone();
907 public Object clone() { method in class:DefaultSynthStyle.StateInfo
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationImpl.java916 XMLGregorianCalendar tempA = (XMLGregorianCalendar)TEST_POINTS[0].clone();
917 XMLGregorianCalendar tempB = (XMLGregorianCalendar)TEST_POINTS[0].clone();
927 tempA = (XMLGregorianCalendar)TEST_POINTS[1].clone();
928 tempB = (XMLGregorianCalendar)TEST_POINTS[1].clone();
938 tempA = (XMLGregorianCalendar)TEST_POINTS[2].clone();
939 tempB = (XMLGregorianCalendar)TEST_POINTS[2].clone();
949 tempA = (XMLGregorianCalendar)TEST_POINTS[3].clone();
950 tempB = (XMLGregorianCalendar)TEST_POINTS[3].clone();
1341 Calendar cal = (Calendar) startInstant.clone();
1441 Calendar c = (Calendar) startTimeInstant.clone();
[all...]

Completed in 93 milliseconds

<<11121314151617181920>>