Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 97) sorted by relevance

1234

/libcore/luni/src/test/java/tests/security/cert/
DCertStore2Test.java282 public Object clone() { in clone() method in CertStore2Test.MyCertStoreParameters
288 public Object clone() { in clone() method in CertStore2Test.MyOtherCertStoreParameters
299 public Object clone() { in clone() method in CertStore2Test.MyCRLSelector
309 public Object clone() { in clone() method in CertStore2Test.MyOtherCRLSelector
321 public Object clone() { in clone() method in CertStore2Test.MyCertSelector
332 public Object clone() { in clone() method in CertStore2Test.MyOtherCertSelector
DCertStoreSpiTest.java78 public Object clone() { in clone() method in CertStoreSpiTest.tmpCRLSelector
86 public Object clone() { in clone() method in CertStoreSpiTest.tmpCertSelector
/libcore/luni/src/main/java/java/security/cert/
DCertStoreParameters.java31 public Object clone(); in clone() method
DCertPathValidatorResult.java32 public Object clone(); in clone() method
DCertPathParameters.java33 public Object clone(); in clone() method
DCertPathBuilderResult.java31 public Object clone(); in clone() method
DCRLSelector.java37 public Object clone(); in clone() method
DCertSelector.java37 public Object clone(); in clone() method
DPKIXCertPathChecker.java54 public Object clone() { in clone() method in PKIXCertPathChecker
DCollectionCertStoreParameters.java73 public Object clone() { in clone() method in CollectionCertStoreParameters
DPKIXCertPathValidatorResult.java95 public Object clone() { in clone() method in PKIXCertPathValidatorResult
DLDAPCertStoreParameters.java86 public Object clone() { in clone() method in LDAPCertStoreParameters
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DMyCertStoreParameters.java36 public Object clone() { in clone() method in MyCertStoreParameters
/libcore/luni/src/main/java/java/text/
DRuleBasedCollator.java360 public Object clone() { in clone() method in RuleBasedCollator
361 RuleBasedCollator clone = (RuleBasedCollator) super.clone(); in clone() local
DCharacterIterator.java40 public Object clone(); in clone() method
DCollator.java169 public Object clone() { in clone() method in Collator
171 Collator clone = (Collator) super.clone(); in clone() local
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
DCertPathTrustManagerParametersTest.java75 public Object clone() { in clone() method in MyCertPathParameters
/libcore/luni/src/main/java/java/util/
DHashSet.java118 public Object clone() { in clone() method in HashSet
120 HashSet<E> clone = (HashSet<E>) super.clone(); in clone() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DZipEntryTest.java75 ZipEntry clone = (ZipEntry) jarEntry.clone(); in testClone() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java58 public Object clone() throws CloneNotSupportedException { in clone() method in OldObjectTest.MockCloneableObject
72 public Object clone() throws CloneNotSupportedException { in clone() method in OldObjectTest.MockObject
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DMyMessageDigest2.java70 public Object clone() throws CloneNotSupportedException { in clone() method in MyMessageDigest2
/libcore/luni/src/main/java/java/security/acl/
DAclEntry.java116 Object clone(); in clone() method
/libcore/luni/src/main/java/java/lang/
DObject.java153 protected Object clone() throws CloneNotSupportedException { in clone() method in Object
/libcore/luni/src/main/java/java/security/
DMessageDigestSpi.java148 public Object clone() throws CloneNotSupportedException { in clone() method in MessageDigestSpi
/libcore/luni/src/main/java/javax/crypto/
DMacSpi.java143 public Object clone() throws CloneNotSupportedException { in clone() method in MacSpi

1234