Home
last modified time | relevance | path

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

1234567

/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/ojluni/src/main/java/java/security/cert/
DCertPathValidatorResult.java49 Object clone(); in clone() method
DCertStoreParameters.java79 Object clone(); in clone() method
DCertPathParameters.java48 Object clone(); in clone() method
DCertPathBuilderResult.java67 Object clone(); in clone() method
DCRLSelector.java65 Object clone(); in clone() method
DCertSelector.java66 Object clone(); in clone() method
DCollectionCertStoreParameters.java120 public Object clone() { in clone() method in CollectionCertStoreParameters
DPKIXCertPathChecker.java188 public Object clone() { in clone() method in PKIXCertPathChecker
DPKIXCertPathValidatorResult.java134 public Object clone() { in clone() method in PKIXCertPathValidatorResult
DLDAPCertStoreParameters.java126 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/ojluni/src/main/java/sun/security/provider/certpath/
DState.java56 public Object clone(); in clone() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DCertPathTrustManagerParametersTest.java75 public Object clone() { in clone() method in MyCertPathParameters
/libcore/ojluni/src/main/java/java/beans/
DChangeListenerMap.java86 L[] clone = newArray(size + 1); in add() local
110 L[] clone = newArray(size); in remove() local
/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/ojluni/src/main/java/java/text/
DCharacterIterator.java191 public Object clone(); in clone() method
DCollator.java439 public Object clone() in clone() method in Collator
443 Collator clone = (Collator) super.clone(); in clone() local
DRuleBasedCollator.java388 public Object clone() { in clone() method in RuleBasedCollator
/libcore/ojluni/src/main/java/java/security/acl/
DAclEntry.java153 public Object clone(); in clone() method
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DObject.annotated.java42 @libcore.util.NonNull protected java.lang.Object clone() throws java.lang.CloneNotSupportedExceptio… in clone() method in Object
DEnum.annotated.java46 @libcore.util.NonNull protected final java.lang.Object clone() throws java.lang.CloneNotSupportedEx… in clone() method in Enum
/libcore/ojluni/annotations/sdk/nullability/java/util/
DHashSet.annotated.java55 @libcore.util.NonNull public java.lang.Object clone() { throw new RuntimeException("Stub!"); } in clone() method in HashSet
/libcore/ojluni/src/main/java/javax/crypto/
DMacSpi.java146 public Object clone() throws CloneNotSupportedException { in clone() method in MacSpi

1234567