Home
last modified time | relevance | path

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

12345

/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/
DCertPathValidatorResult.java32 public Object clone(); in clone() method
DCertStoreParameters.java31 public Object clone(); in clone() method
DCertPathParameters.java33 public Object clone(); in clone() method
DCertPathBuilderResult.java31 public Object clone(); in clone() method
DCertSelector.java37 public Object clone(); in clone() method
DCRLSelector.java37 public Object clone(); in clone() method
DCollectionCertStoreParameters.java73 public Object clone() { in clone() method in CollectionCertStoreParameters
DPKIXCertPathChecker.java54 public Object clone() { in clone() method in PKIXCertPathChecker
DPKIXCertPathValidatorResult.java95 public Object clone() { in clone() method in PKIXCertPathValidatorResult
DLDAPCertStoreParameters.java86 public Object clone() { in clone() method in LDAPCertStoreParameters
/libcore/luni/src/main/java/java/text/
DRuleBasedCollator.java167 public Object clone() { in clone() method in RuleBasedCollator
168 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/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DMyCertStoreParameters.java36 public Object clone() { in clone() method in MyCertStoreParameters
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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
DMapEntry.java42 public Object clone() { in clone() method in MapEntry
/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java68 public Object clone() throws CloneNotSupportedException { in clone() method in OldObjectTest.MockCloneableObject
82 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/javax/crypto/
DMacSpi.java143 public Object clone() throws CloneNotSupportedException { in clone() method in MacSpi
/libcore/luni/src/main/java/java/security/
DMessageDigestSpi.java148 public Object clone() throws CloneNotSupportedException { in clone() method in MessageDigestSpi
/libcore/libart/src/main/java/java/lang/
DObject.java166 protected Object clone() throws CloneNotSupportedException { in clone() method in Object

12345