/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
InnerClassesAttribute_info.java | 102 public Object clone () method in class:InnerClassesAttribute_info 104 final InnerClassesAttribute_info _clone = (InnerClassesAttribute_info) super.clone (); 113 _clone.m_classes.add (((InnerClass_info) classes.get (e)).clone ());
|
LineNumberTableAttribute_info.java | 129 public Object clone () method in class:LineNumberTableAttribute_info 131 final LineNumberTableAttribute_info _clone = (LineNumberTableAttribute_info) super.clone (); 138 _clone.m_lines.add (((LineNumber_info) m_lines.get (e)).clone ());
|
/external/emma/core/java12/com/vladium/util/ |
IntVector.java | 72 public Object clone () method in class:IntVector 76 final IntVector _clone = (IntVector) super.clone (); 78 // deep clone: 87 _clone.m_values = (int []) m_values.clone ();
|
/external/icu4c/i18n/ |
funcrepl.cpp | 45 translit = other.translit->clone(); 46 replacer = other.replacer->clone(); 60 UnicodeFunctor* FunctionReplacer::clone() const { function in class:FunctionReplacer
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
TextureArray.java | 57 TextureArray clone = new TextureArray(); local 58 createSimpleClone(clone); 59 return clone;
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
TelURLImpl.java | 171 /** Deep copy clone operation. 175 public Object clone() { method in class:TelURLImpl 176 TelURLImpl retval = (TelURLImpl) super.clone(); 178 retval.telephoneNumber = (TelephoneNumber) this.telephoneNumber.clone();
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Accept.java | 194 public Object clone() { method in class:Accept 195 Accept retval = (Accept) super.clone(); 197 retval.mediaRange = (MediaRange) this.mediaRange.clone();
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAssociatedURI.java | 147 public Object clone() { method in class:PAssociatedURI 148 PAssociatedURI retval = (PAssociatedURI) super.clone(); 150 retval.address = (AddressImpl) this.address.clone();
|
/external/srec/portable/include/ |
ArrayList.h | 144 * Returns a clone of the ArrayList. 147 * @param clone [out] Clone of the ArrayList (created externally, populated internally) 151 ESR_ReturnCode(*clone)(struct ArrayList_t* self, struct ArrayList_t* clone); member in struct:ArrayList_t 274 * Returns a clone of the ArrayList. 277 * @param clone [out] Clone of the ArrayList (created externally, populated internally) 281 PORTABLE_API ESR_ReturnCode ArrayListClone(ArrayList* self, ArrayList* clone);
|
/external/srec/portable/src/ |
ArrayList.c | 117 ESR_ReturnCode ArrayListClone(ArrayList* self, ArrayList* clone) 124 return self->clone(self, clone);
|
/external/srec/shared/include/ |
Int8ArrayList.h | 102 * Returns a clone of the Int8ArrayList. 104 * @param clone [out] Clone of the Int8ArrayList (created externally, populated 107 ESR_ReturnCode(*clone)(struct Int8ArrayList_t* self, struct Int8ArrayList_t* clone); member in struct:Int8ArrayList_t 211 * Returns a clone of the Int8ArrayList. 213 * @param clone [out] Clone of the Int8ArrayList (created externally, populated 216 ESR_SHARED_API ESR_ReturnCode Int8ArrayListClone(Int8ArrayList* self, Int8ArrayList* clone);
|
/external/srec/shared/src/ |
Int8ArrayList.c | 106 ESR_ReturnCode Int8ArrayListClone(Int8ArrayList* self, Int8ArrayList* clone) 113 return self->clone(self, clone);
|
/libcore/luni/src/main/java/java/text/ |
RuleBasedBreakIterator.java | 111 @Override public Object clone() { method in class:RuleBasedBreakIterator 112 RuleBasedBreakIterator cloned = (RuleBasedBreakIterator) super.clone(); 113 cloned.wrapped = (NativeBreakIterator) wrapped.clone();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_has_key.py | 83 before = [n.clone() for n in results["before"]] 84 arg = results["arg"].clone() 87 after = [n.clone() for n in after]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_has_key.py | 83 before = [n.clone() for n in results["before"]] 84 arg = results["arg"].clone() 87 after = [n.clone() for n in after]
|
/cts/tools/dasm/src/java_cup/ |
terminal_set.java | 32 _elements = (BitSet)other._elements.clone(); 104 BitSet copy_other = (BitSet)other._elements.clone(); 172 BitSet copy = (BitSet)_elements.clone(); 192 BitSet copy = (BitSet)other._elements.clone();
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
MacSpiTest.java | 77 mSpi.clone(); 83 mSpi1.clone(); 110 mSpi2.clone(); 126 public Object clone() throws CloneNotSupportedException { method in class:MyMacSpi1
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CollectionCertStoreParametersTest.java | 148 * Test #1 for <code>clone()</code> method<br> 157 (CollectionCertStoreParameters)cp1.clone(); 163 * Test #2 for <code>clone()</code> method<br> 173 (CollectionCertStoreParameters)cp1.clone(); 179 * Test #3 for <code>clone()</code> method<br> 187 (CollectionCertStoreParameters)cp1.clone(); 189 (CollectionCertStoreParameters)cp2.clone();
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 311 * @return A clone of this iteration that has been reset. 318 * Get a clone of this iterator, but don't reset the iteration in the 321 * @return A clone of this object. 325 public Object clone() throws CloneNotSupportedException; method in interface:DTMIterator
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509CollectionStoreParameters.java | 37 * Returns a shallow clone. The returned contents are not copied, so adding 40 * @return a shallow clone. 42 public Object clone() method in class:X509CollectionStoreParameters
|
/external/chromium_org/third_party/icu/source/common/ |
dtintrv.cpp | 49 DateInterval::clone() const { function in class:DateInterval
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
dtintrv.h | 80 * compilers support genuine RTTI. Polymorphic operator==() and clone() 119 * clone this object. 124 virtual DateInterval* clone() const;
|
schriter.h | 131 virtual CharacterIterator* clone(void) const;
|
/external/chromium_org/third_party/icu/source/i18n/ |
anytrans.h | 67 virtual Transliterator* clone() const;
|
curramt.cpp | 39 UObject* CurrencyAmount::clone() const { function in class:CurrencyAmount
|