Searched defs:clone (Results 301 - 325 of 842) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/i18n/
H A Dstsearch.cpp203 StringSearch::clone() const { function in class:StringSearch
H A Dtztrans.cpp22 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
32 fFrom = source.fFrom->clone();
36 fTo = source.fTo->clone();
50 TimeZoneTransition::clone(void) const { function in class:TimeZoneTransition
100 fFrom = from.clone();
116 fTo = to.clone();
H A Duni2name.cpp61 Transliterator* UnicodeNameTransliterator::clone(void) const { function in class:UnicodeNameTransliterator
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsdtfmtts.cpp118 // ======= Test clone(), assignment, and equality
120 logln("Testing clone(), assignment and equality operators");
131 Format *clone = def.clone(); local
132 if( ! (*clone == def) ) {
135 delete clone;
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dnode.py153 def clone(self): member in class:Node
157 item = item.clone()
164 #print "clone"
297 print node.clone()
/external/chromium_org/v8/test/mjsunit/
H A Darray-reduce.js32 function clone(v) { function
63 var args = [clone(a), clone(b), i, clone(s)];
65 args.push(clone(result));
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp13 virtual invoker_base* clone() = 0;
21 functor_invoker* clone() { return new functor_invoker(f); } function in class:functor_invoker
34 invoker = other.invoker->clone();
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLMessageDigestJDK.java144 public Object clone() { method in class:OpenSSLMessageDigestJDK
/external/emma/core/java12/com/vladium/jcd/cls/
H A DAttributeCollection.java78 public Object clone () method in class:AttributeCollection
82 final AttributeCollection _clone = (AttributeCollection) super.clone ();
84 // deep clone:
90 _clone.m_attributes.add (((Attribute_info) m_attributes.get (a)).clone ());
H A DFieldCollection.java63 public Object clone () method in class:FieldCollection
67 final FieldCollection _clone = (FieldCollection) super.clone ();
69 // deep clone:
74 _clone.m_fields.add (((Field_info) m_fields.get (f)).clone ());
H A DField_info.java153 public Object clone () method in class:Field_info
157 final Field_info _clone = (Field_info) super.clone ();
160 _clone.m_attributes = (IAttributeCollection) m_attributes.clone ();
H A DIConstantCollection.java138 // Cloneable: adjust the access level of Object.clone():
139 Object clone (); method in interface:IConstantCollection
H A DMethodCollection.java63 public Object clone () method in class:MethodCollection
67 final MethodCollection _clone = (MethodCollection) super.clone ();
69 // deep clone:
74 _clone.m_methods.add (((Method_info) m_methods.get (m)).clone ());
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DConstantValueAttribute_info.java101 public Object clone () method in class:ConstantValueAttribute_info
103 return super.clone ();
H A DInnerClassesAttribute_info.java102 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 ());
H A DLineNumberTableAttribute_info.java129 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/guava/guava-testlib/src/com/google/common/collect/testing/
H A DPlatform.java40 static <T> T[] clone(T[] array) { method in class:Platform
41 return array.clone();
/external/icu/icu4c/source/i18n/
H A Dbrktrans.cpp64 bi = o.bi->clone();
75 Transliterator* BreakTransliterator::clone(void) const { function in class:BreakTransliterator
H A Dcoptccal.cpp42 CopticCalendar::clone() const function in class:CopticCalendar
H A Ddangical.cpp67 DangiCalendar::clone() const function in class:DangiCalendar
H A Ddtrule.cpp64 DateTimeRule::clone() const { function in class:DateTimeRule
H A Dfuncrepl.cpp45 translit = other.translit->clone();
46 replacer = other.replacer->clone();
60 UnicodeFunctor* FunctionReplacer::clone() const { function in class:FunctionReplacer
H A Dnortrans.cpp93 Transliterator* NormalizationTransliterator::clone(void) const { function in class:NormalizationTransliterator
H A Dquant.cpp35 matcher(o.matcher->clone()),
48 UnicodeFunctor* Quantifier::clone() const { function in class:Quantifier
H A Drbt.cpp193 RuleBasedTransliterator::clone(void) const { function in class:RuleBasedTransliterator

Completed in 2460 milliseconds

<<11121314151617181920>>