HomeSort by relevance Sort by last modified time
    Searched refs:Clone (Results 126 - 150 of 298) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/dng_sdk/source/
dng_opcodes.cpp 385 // Else start with a clone of the existing image.
390 dstImage.Reset (image->Clone ());
dng_xmp.h 56 virtual dng_xmp * Clone () const;
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 249 // Create a clone for two reasons:
251 // will be in the clone and Funcs will still point to valid memory
257 Module *Clone = CloneModule(BD.getProgram(), VMap).release();
258 Module *Orig = BD.swapProgramIn(Clone);
364 // Clone modules, the tester function will free them.
494 Module *Clone = CloneModule(BD.getProgram(), VMap).release();
495 Module *Orig = BD.swapProgramIn(Clone);
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 506 std::unique_ptr<CallInst> Clone(cast<CallInst>(Call->clone()));
507 EXPECT_EQ(Call->getTailCallKind(), Clone->getTailCallKind());
516 std::unique_ptr<CallInst> Clone(cast<CallInst>(Call->clone()));
517 EXPECT_TRUE(Clone->onlyReadsMemory());
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 28 CPDF_PageObject* CPDF_PageObject::Clone() const {
658 m_pForm = pSrcObj->m_pForm->Clone();
944 CPDF_Form* CPDF_Form::Clone() const {
950 pClone->m_ObjectList.AddTail(pObj->Clone());
  /external/pdfium/xfa/src/fdp/include/
fde_xml.h 80 virtual IFDE_XMLNode* Clone(FX_BOOL bRecursive) = 0;
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h 178 virtual IFX_CharIter* Clone() = 0;
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRAlignmentPatternFinder.cpp 107 return ((CBC_QRAlignmentPattern*)(m_possibleCenters[0]))->Clone();
  /external/skia/src/utils/win/
SkIStream.cpp 92 HRESULT STDMETHODCALLTYPE SkBaseIStream::Clone(IStream **)
  /external/v8/src/
vector.h 65 // Returns a clone of this vector with a new backing store.
66 Vector<T> Clone() const {
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 195 GLFrame* GLFrame::Clone() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimageattributes.h 48 ImageAttributes* Clone() const
gdiplusmatrix.h 74 Matrix* Clone() const
gdiplusstringformat.h 59 StringFormat* Clone() const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
urlhist.h 96 virtual HRESULT STDMETHODCALLTYPE Clone(
137 HRESULT (STDMETHODCALLTYPE *Clone)(
162 #define IEnumSTATURL_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
186 return This->lpVtbl->Clone(This,ppenum);
netcon.h 172 virtual HRESULT WINAPI Clone(IEnumNetConnection **ppenum) = 0;
183 HRESULT (WINAPI *Clone)(IEnumNetConnection *This,IEnumNetConnection **ppenum);
196 #define IEnumNetConnection_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
571 virtual HRESULT WINAPI Clone(IEnumNetSharingPortMapping **ppenum) = 0;
582 HRESULT (WINAPI *Clone)(IEnumNetSharingPortMapping *This,IEnumNetSharingPortMapping **ppenum);
595 #define IEnumNetSharingPortMapping_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
    [all...]
tapi3.h     [all...]
tapi3cc.h     [all...]
bits.h 155 virtual HRESULT WINAPI Clone(IEnumBackgroundCopyFiles **ppenum) = 0;
167 HRESULT (WINAPI *Clone)(IEnumBackgroundCopyFiles *This,IEnumBackgroundCopyFiles **ppenum);
181 #define IEnumBackgroundCopyFiles_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
486 virtual HRESULT WINAPI Clone(IEnumBackgroundCopyJobs **ppenum) = 0;
    [all...]
hlink.h 454 virtual HRESULT WINAPI Clone(IEnumHLITEM **ppienumhlitem) = 0;
465 HRESULT (WINAPI *Clone)(IEnumHLITEM *This,IEnumHLITEM **ppienumhlitem);
478 #define IEnumHLITEM_Clone(This,ppienumhlitem) (This)->lpVtbl->Clone(This,ppienumhlitem)
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 377 CFDE_XMLNode* CFDE_XMLNode::Clone(FX_BOOL bRecursive) {
496 CFDE_XMLNode* pCloneNext = pNext->Clone(TRUE);
500 CFDE_XMLNode* pChild = pNext->Clone(TRUE);
514 CFDE_XMLNode* CFDE_XMLInstruction::Clone(FX_BOOL bRecursive) {
648 CFDE_XMLNode* CFDE_XMLElement::Clone(FX_BOOL bRecursive) {
838 CFDE_XMLNode* CFDE_XMLText::Clone(FX_BOOL bRecursive) {
847 CFDE_XMLNode* CFDE_XMLCharData::Clone(FX_BOOL bRecursive) {
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 949 pParent->SetAt("FT", pFTValue->Clone());
955 pParent->SetAt("Ff", pFfValue->Clone());
962 CPDF_Object* pClone = pTObj->Clone(TRUE);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 403 m_pDict = ToDictionary(m_pDict->Clone());
419 m_pDict = ToDictionary(pStream->GetDict()->Clone());
435 m_pDict = ToDictionary(pStream->GetDict()->Clone());
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py 653 new_exp_dst_url = exp_dst_url.Clone()
    [all...]
  /external/v8/test/mjsunit/
d8-worker.js 71 throw new Error('ArrayBuffer clone byteLength');
74 throw new Error('ArrayBuffer clone value ' + i);
114 // Clone ArrayBuffer

Completed in 915 milliseconds

1 2 3 4 56 7 8 91011>>