HomeSort by relevance Sort by last modified time
    Searched refs:Clone (Results 276 - 300 of 539) sorted by null

<<11121314151617181920>>

  /external/pdfium/core/fpdfapi/parser/
cpdf_array.cpp 50 std::unique_ptr<CPDF_Object> CPDF_Array::Clone() const {
cpdf_array.h 32 std::unique_ptr<CPDF_Object> Clone() const override;
cpdf_parser.cpp 66 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());
    [all...]
  /external/skia/src/utils/win/
SkIStream.cpp 88 HRESULT STDMETHODCALLTYPE SkBaseIStream::Clone(IStream **)
  /external/skqp/src/utils/win/
SkIStream.cpp 88 HRESULT STDMETHODCALLTYPE SkBaseIStream::Clone(IStream **)
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 257 // Create a clone for two reasons:
259 // will be in the clone and Funcs will still point to valid memory
265 Module *Clone = CloneModule(BD.getProgram(), VMap);
266 Module *Orig = BD.swapProgramIn(Clone);
368 // Clone modules, the tester function will free them.
479 Module *Clone = CloneModule(BD.getProgram(), VMap);
480 Module *Orig = BD.swapProgramIn(Clone);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.h 305 std::unique_ptr<HloComputation> Clone(const string& suffix = "clone",
308 // Like Clone(), but if an instruction is present in replacement_map, we use
316 HloModule* module = nullptr, const string& suffix = "clone");
  /external/v8/src/
vector.h 69 // Returns a clone of this vector with a new backing store.
70 Vector<T> Clone() const {
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 195 GLFrame* GLFrame::Clone() const {
  /frameworks/base/tools/aapt2/split/
TableSplitter.cpp 250 config_value->value->Clone(&split_table->string_pool));
  /frameworks/base/tools/aapt2/test/
Context.h 189 std::unique_ptr<SymbolTable::Symbol> clone = util::make_unique<SymbolTable::Symbol>(); local
190 clone->id = sym->id;
192 clone->attribute = std::unique_ptr<Attribute>(sym->attribute->Clone(nullptr));
194 clone->is_public = sym->is_public;
195 return clone;
  /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/
tlogstg.h 336 virtual HRESULT STDMETHODCALLTYPE Clone(
373 HRESULT (STDMETHODCALLTYPE *Clone)(
393 #define IEnumTravelLogEntry_Clone(This,ppEnum) (This)->lpVtbl->Clone(This,ppEnum)
416 return This->lpVtbl->Clone(This,ppEnum);
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...]
msctf.h 606 virtual HRESULT STDMETHODCALLTYPE Clone(
641 HRESULT (STDMETHODCALLTYPE *Clone)(
671 #define IEnumTfFunctionProviders_Clone(This,ret) (This)->lpVtbl->Clone(This,ret)
688 return This->lpVtbl->Clone(This,ret);
    [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...]
  /system/core/libunwindstack/
RegsX86_64.cpp 171 Regs* RegsX86_64::Clone() {
  /art/compiler/optimizing/
superblock_cloner.cc 615 // Clone the basic blocks from the orig_bb_set_; data flow is invalid after the call and is to be
660 // Clone all the phis and add them to the map.
663 HInstruction* copy_instr = orig_instr->Clone(arena_);
670 // Clone all the instructions and add them to the map.
673 HInstruction* copy_instr = orig_instr->Clone(arena_);
  /build/soong/androidmk/parser/
make_strings.go 46 func (ms *MakeString) Clone() (result *MakeString) {
47 clone := *ms
48 return &clone

Completed in 452 milliseconds

<<11121314151617181920>>