Searched refs:myClone (Results 1 – 5 of 5) sorted by relevance
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | PKIXCertPathValidatorResultTest.java | 284 MyPKIXCertPathBuilderResult myClone = (MyPKIXCertPathBuilderResult) my in testClone() local 286 assertSame(my.getPolicyTree(), myClone.getPolicyTree()); in testClone() 287 assertSame(my.getPublicKey(), myClone.getPublicKey()); in testClone() 288 assertSame(my.getTrustAnchor(), myClone.getTrustAnchor()); in testClone() 289 assertSame(my.enc, myClone.enc); in testClone()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
D | univ.py | 640 def _cloneComponentValues(self, myClone, cloneValueFlag): argument 646 myClone.setComponentByPosition( 650 myClone.setComponentByPosition(idx, c.clone()) 731 def _cloneComponentValues(self, myClone, cloneValueFlag): argument 737 myClone.setComponentByPosition( 741 myClone.setComponentByPosition(idx, c.clone()) 944 def _cloneComponentValues(self, myClone, cloneValueFlag): argument 955 myClone.setComponentByType( 959 myClone.setComponentByType(tagSet, c.clone())
|
D | base.py | 193 def _cloneComponentValues(self, myClone, cloneValueFlag): pass argument
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 3630 Collator myClone = null; in TestFrozeness() local 3632 myClone = (Collator) myCollation.clone(); in TestFrozeness() 3637 assertTrue("Clone not frozen as expected.", myClone.isFrozen()); in TestFrozeness() 3639 myClone = myClone.cloneAsThawed(); in TestFrozeness() 3640 assertFalse("Clone not thawed as expected.", myClone.isFrozen()); in TestFrozeness()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationMiscTest.java | 3634 Collator myClone = null; in TestFrozeness() local 3636 myClone = (Collator) myCollation.clone(); in TestFrozeness() 3641 assertTrue("Clone not frozen as expected.", myClone.isFrozen()); in TestFrozeness() 3643 myClone = myClone.cloneAsThawed(); in TestFrozeness() 3644 assertFalse("Clone not thawed as expected.", myClone.isFrozen()); in TestFrozeness()
|