Searched defs:Clone (Results 1 - 25 of 36) sorted by relevance

12

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_image.cpp32 m_pImage = pSrcObj->m_pImage->Clone();
52 CPDF_Image* CPDF_Image::Clone() function in class:CPDF_Image
58 pImage->LoadImageF((CPDF_Stream*)((CPDF_Object*)m_pStream)->Clone(), m_bInline);
60 CPDF_Dictionary *pInlineDict = (CPDF_Dictionary*)m_pInlineDict->Clone(TRUE);
97 m_pInlineDict = (CPDF_Dictionary*)pDict->Clone();
H A Dfpdf_page.cpp29 CPDF_PageObject* CPDF_PageObject::Clone() const function in class:CPDF_PageObject
659 m_pForm = pSrcObj->m_pForm->Clone();
963 CPDF_Form* CPDF_Form::Clone() const function in class:CPDF_Form
969 pClone->m_ObjectList.AddTail(pObj->Clone());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs124 BitSet s = (BitSet)this.Clone();
172 public object Clone() { method in class:Antlr.Runtime.BitSet
173 return new BitSet((ulong[])_bits.Clone());
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs137 BitSet s = (BitSet)this.Clone();
194 public object Clone() method in class:Antlr.Runtime.BitSet
196 return new BitSet( (ulong[])_bits.Clone() );
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { function in class:ScheduleDAGSDNodes
/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp89 Module *Clone = CloneModule(Program); local
94 Module::iterator RFI = Clone->begin(); // Get iterator to corresponding fn
122 std::unique_ptr<Module> New = runPassesOn(Clone, Passes);
123 delete Clone;
H A DMiscompilation.cpp262 Module *Clone = CloneModule(BD.getProgram(), VMap); local
263 Module *Orig = BD.swapProgramIn(Clone);
369 // Clone modules, the tester function will free them.
501 Module *Clone = CloneModule(BD.getProgram(), VMap); local
502 Module *Orig = BD.swapProgramIn(Clone);
/external/skia/src/utils/win/
H A DSkIStream.cpp90 HRESULT STDMETHODCALLTYPE SkBaseIStream::Clone(IStream **) function in class:SkBaseIStream
/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/google-breakpad/src/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/protobuf/gtest/scripts/
H A Dpump.py126 def Clone(self): member in class:Cursor
157 def Clone(self): member in class:Token
160 return Token(self.start.Clone(), self.end.Clone(), self.value,
190 start = cursor.Clone()
288 start = pos.Clone()
582 def Clone(self): member in class:Env
653 RunAtomicCode(env.Clone(), node.atomic_code, result)
669 new_env = env.Clone()
679 RunCode(env.Clone(), nod
[all...]
/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/google-breakpad/src/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
H A Dgtest-param-util-generated.h3205 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3328 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3469 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3627 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3804 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3998 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4211 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4440 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4687 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/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
H A Dgtest-param-util-generated.h3205 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3328 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3469 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3627 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3804 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3998 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4211 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4440 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4687 virtual ParamIteratorInterface<ParamType>* Clone() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/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 ParamIteratorInterface<T> *Clone() const override {
/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/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h82 virtual ParamIteratorInterface* Clone() const = 0;
105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
108 impl_.reset(other.impl_->Clone());
121 ParamIteratorInterface<T>* clone = impl_->Clone();
211 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
298 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...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp242 CPDF_Object* CPDF_Object::Clone(FX_BOOL bDirect) const function in class:CPDF_Object
318 return Clone();
1026 CPDF_Stream* CPDF_Stream::Clone(FX_BOOL bDirect, FPDF_LPFCloneStreamCallback lpfCallback, FX_LPVOID pUserData) const function in class:CPDF_Stream
1028 CPDF_Dictionary *pCloneDict = (CPDF_Dictionary*)m_pDict->Clone(bDirect);
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp902 // Clone the call into each predecessor that has a non-null value.
909 CallInst *Clone = cast<CallInst>(CInst->clone()); local
914 Clone->setArgOperand(0, Op);
915 Clone->insertBefore(InsertPos);
920 Worklist.push_back(std::make_pair(Clone, Incoming));
/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp533 // Clone `OriginalLoop' and return the result in CLResult. The IR after
919 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); local
920 Result.Blocks.push_back(Clone);
921 Result.Map[BB] = Clone;
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp158 CFX_DIBitmap* CFX_DIBSource::Clone(const FX_RECT* pClip) const function in class:CFX_DIBSource
1459 m_pBitmap = pSrc->Clone();
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp70 DIE *Clone; ///< Cloned version of that DIE. member in struct:llvm::dsymutil::__anon11147::CompileUnit::DIEInfo
1752 /// \brief Clone a string attribute described by \p AttrSpec and add
1766 /// \brief Clone an attribute referencing another DIE and add
1791 if (!RefInfo.Clone) {
1795 RefInfo.Clone = new DIE(dwarf::Tag(RefDie->getTag()));
1797 NewRefDie = RefInfo.Clone;
1826 /// \brief Clone an attribute of block form (locations, constants) and add
1864 /// \brief Clone an address attribute and add it to \p Die.
1900 /// \brief Clone a scalar attribute and add it to \p Die.
1941 /// \brief Clone \
[all...]

Completed in 3621 milliseconds

12