Searched defs:Clone (Results 51 - 75 of 101) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas121 function Clone: IANTLRInterface; function
134 function TFoo.Clone: IANTLRInterface;
207 ReturnValue := FICloneable.Clone;
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dmock_input_method_manager.cc221 scoped_refptr<InputMethodManager::State> MockInputMethodManager::State::Clone() function in class:chromeos::input_method::MockInputMethodManager::State
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.cc88 scoped_refptr<Action> Action::Clone() const { function in class:extensions::Action
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_params.cc112 scoped_ptr<DataReductionProxyParams> DataReductionProxyParams::Clone() { function in class:data_reduction_proxy::DataReductionProxyParams
/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_android.cc385 scoped_ptr<ui::MotionEvent> MotionEventAndroid::Clone() const { function in class:content::MotionEventAndroid
/external/chromium_org/content/test/
H A Dtest_web_contents.cc118 WebContents* TestWebContents::Clone() { function in class:content::TestWebContents
/external/chromium_org/media/video/capture/win/
H A Dpin_base_win.cc94 STDMETHOD(Clone)(IEnumMediaTypes** clone) { function in class:media::FINAL
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp222 TiXmlNode* node = addThis.Clone();
242 TiXmlNode* node = addThis.Clone();
275 TiXmlNode* node = addThis.Clone();
312 TiXmlNode* node = withThis.Clone();
859 // Clone the attributes, then clone the children.
871 target->LinkEndChild( node->Clone() );
889 TiXmlNode* TiXmlElement::Clone() const function in class:TiXmlElement
1129 target->LinkEndChild( node->Clone() );
1134 TiXmlNode* TiXmlDocument::Clone() const
1320 TiXmlNode* TiXmlComment::Clone() cons
[all...]
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc111 OSExchangeData::Provider* OSExchangeDataProviderAuraX11::Clone() const { function in class:ui::OSExchangeDataProviderAuraX11
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp222 TiXmlNode* node = addThis.Clone();
242 TiXmlNode* node = addThis.Clone();
275 TiXmlNode* node = addThis.Clone();
312 TiXmlNode* node = withThis.Clone();
859 // Clone the attributes, then clone the children.
871 target->LinkEndChild( node->Clone() );
889 TiXmlNode* TiXmlElement::Clone() const function in class:TiXmlElement
1129 target->LinkEndChild( node->Clone() );
1134 TiXmlNode* TiXmlDocument::Clone() const
1320 TiXmlNode* TiXmlComment::Clone() cons
[all...]
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py125 def Clone(self): member in class:Cursor
156 def Clone(self): member in class:Token
159 return Token(self.start.Clone(), self.end.Clone(), self.value,
189 start = cursor.Clone()
298 start = pos.Clone()
589 def Clone(self): member in class:Env
660 RunAtomicCode(env.Clone(), node.atomic_code, result)
676 new_env = env.Clone()
686 RunCode(env.Clone(), nod
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element.cc507 static InverseTransformTransition* Clone(const LayerAnimationElement* other) { function in class:ui::__anon16699::InverseTransformTransition
549 cc::Animation::Create(animation_curve_->Clone(),
794 return InverseTransformTransition::Clone(other);
/external/chromium_org/ui/events/
H A Devent.cc116 scoped_ptr<Event> Event::Clone(const Event& event) { function in class:ui::Event
675 extended_key_event_data_.reset(rhs.extended_key_event_data_->Clone());
688 extended_key_event_data_.reset(rhs.extended_key_event_data_->Clone());
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp266 Module *Clone = CloneModule(BD.getProgram(), VMap); local
267 Module *Orig = BD.swapProgramIn(Clone);
374 // Clone modules, the tester function will free them.
515 Module *Clone = CloneModule(BD.getProgram(), VMap); local
516 Module *Orig = BD.swapProgramIn(Clone);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBitmap.h143 Image::Clone() function in class:Image
840 Bitmap::Clone( function in class:Bitmap
845 return Clone(rect.X, rect.Y, rect.Width, rect.Height, format);
849 Bitmap::Clone( function in class:Bitmap
885 Bitmap::Clone( function in class:Bitmap
890 return Clone(rect.X, rect.Y, rect.Width, rect.Height, format);
894 Bitmap::Clone( function in class:Bitmap
H A DGdiPlusBrush.h35 virtual Brush* Clone() const function in class:Brush
H A DGdiPlusPen.h27 // abstract Clone() can't be implemented here because it can't
55 Pen* Clone() const function in class:Pen
H A DGdiPlusTypes.h387 RectF* Clone() const function in class:RectF
590 Rect* Clone() const function in class:Rect
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h102 virtual ParamIteratorInterface* Clone() const = 0;
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
128 impl_.reset(other.impl_->Clone());
141 ParamIteratorInterface<T>* clone = impl_->Clone();
231 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
317 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/tinyxml/
H A Dtinyxml.cpp212 TiXmlNode* node = addThis.Clone();
225 TiXmlNode* node = addThis.Clone();
251 TiXmlNode* node = addThis.Clone();
277 TiXmlNode* node = withThis.Clone();
854 // Clone the attributes, then clone the children.
866 target->LinkEndChild( node->Clone() );
871 TiXmlNode* TiXmlElement::Clone() const function in class:TiXmlElement
1120 target->LinkEndChild( node->Clone() );
1125 TiXmlNode* TiXmlDocument::Clone() const function in class:TiXmlDocument
1314 TiXmlNode* TiXmlComment::Clone() cons function in class:TiXmlComment
1374 TiXmlNode* TiXmlText::Clone() const function in class:TiXmlText
1474 TiXmlNode* TiXmlDeclaration::Clone() const function in class:TiXmlDeclaration
1506 TiXmlNode* TiXmlUnknown::Clone() const function in class:TiXmlUnknown
[all...]

Completed in 1655 milliseconds

12345