Searched refs:Clone (Results 201 - 225 of 304) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DMiscompilation.cpp265 Module *Clone = CloneModule(BD.getProgram(), VMap); local
266 Module *Orig = BD.swapProgramIn(Clone);
368 // Clone modules, the tester function will free them.
479 Module *Clone = CloneModule(BD.getProgram(), VMap); local
480 Module *Orig = BD.swapProgramIn(Clone);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.h305 std::unique_ptr<HloComputation> Clone(const string& suffix = "clone",
308 // Like Clone(), but if an instruction is present in replacement_map, we use
/external/v8/src/
H A Dvector.h70 Vector<T> Clone() const {
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DUnitTests.cs72 byte[] arr2 = (byte[])arr.Clone();
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_parser.cpp66 ToDictionary(main_trailer_->Clone());
841 ToDictionary(pDict->Clone()));
911 GetTrailer()->SetFor(key, pElement->Clone());
917 ToDictionary(pObj->IsStream() ? pTrailer->Clone()
1054 std::unique_ptr<CPDF_Dictionary> pNewTrailer = ToDictionary(pDict->Clone());
H A Dcpdf_dictionary.cpp63 std::unique_ptr<CPDF_Object> CPDF_Dictionary::Clone() const { function in class:CPDF_Dictionary
/external/pdfium/xfa/fwl/
H A Dcfwl_widgetmgr.cpp406 pNoteDriver->ProcessMessage(pMessage->Clone());
408 pNoteDriver->QueueMessage(pMessage->Clone());
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dmap_common_test.h146 MapType<StringType, ArrayType<StringType>> m2 = m.Clone();
H A Dstruct_traits_unittest.cc272 StructWithTraitsContainerPtr cloned_container = container.Clone();
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textobject.cpp101 std::unique_ptr<CPDF_TextObject> CPDF_TextObject::Clone() const { function in class:CPDF_TextObject
H A Dcpdf_image.cpp41 m_pDict(ToDictionary(m_pStream->GetDict()->Clone())) {
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannot.cpp318 pDict = pDoc->AddIndirectObject(pDict->Clone())->AsDictionary();
H A Dfpdfeditimg.cpp165 pBitmap = pSource->Clone(nullptr);
H A Dfpdf_flatten.cpp377 std::unique_ptr<CPDF_Object> pNew = pObj->Clone();
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_helpers.cc167 *output = input.Clone();
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dhlo_test_base.cc127 std::unique_ptr<HloModule> reference_module = test_module.Clone();
/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_creator.cpp777 m_pIDArray->Add(pID1->Clone());
789 m_pIDArray->Add(pID2->Clone());
799 m_pIDArray->Add(m_pIDArray->GetObjectAt(0)->Clone());
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp191 DIE *Clone; ///< Cloned version of that DIE. member in struct:llvm::dsymutil::__anon14845::CompileUnit::DIEInfo
1326 /// Clone a string attribute described by \p AttrSpec and add
1333 /// Clone an attribute referencing another DIE and add
1342 /// Clone an attribute referencing another DIE and add
1348 /// Clone an attribute referencing another DIE and add
1356 /// Clone a scalar attribute and add it to \p Die.
2395 if (!RefInfo.Clone) {
2399 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie->getTag()));
2401 NewRefDie = RefInfo.Clone;
2555 /// \brief Clone \
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp511 // Clone `OriginalLoop' and return the result in CLResult. The IR after
897 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F); local
898 Result.Blocks.push_back(Clone);
899 Result.Map[BB] = Clone;
/external/dng_sdk/source/
H A Ddng_image.cpp124 dng_image * dng_image::Clone () const function in class:dng_image
127 ThrowProgramError ("Clone is not supported by this dng_image subclass");
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp908 // Clone the call into each predecessor that has a non-null value.
915 CallInst *Clone = cast<CallInst>(CInst->clone()); local
920 Clone->setArgOperand(0, Op);
921 Clone->insertBefore(InsertPos);
926 Worklist.push_back(std::make_pair(Clone, Incoming));
/external/pdfium/core/fxcrt/xml/
H A Dcfx_xmlnode.cpp326 std::unique_ptr<CFX_XMLNode> CFX_XMLNode::Clone() { function in class:CFX_XMLNode
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_document.cpp58 CXFA_Node* pNewNode = pProtoNode->Clone(true);
H A Dcxfa_node.h172 CXFA_Node* Clone(bool bRecursive);
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs53 var clone = map.Clone();

Completed in 761 milliseconds

1234567891011>>