Searched refs:Clone (Results 151 - 175 of 304) sorted by relevance

1234567891011>>

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DUnittestImportProto3.cs77 public ImportMessage Clone() { method in class:Google.Protobuf.TestProtos.ImportMessage
H A DUnittestImportPublicProto3.cs63 public PublicImportMessage Clone() { method in class:Google.Protobuf.TestProtos.PublicImportMessage
/external/skia/src/gpu/
H A DGrPaint.h45 static GrPaint Clone(const GrPaint& src) { return GrPaint(src); } function in class:GrPaint
148 // the Clone() method.
H A DGrSoftwarePathRenderer.cpp119 DrawNonAARect(renderTargetContext, GrPaint::Clone(paint), userStencilSettings, clip,
125 DrawNonAARect(renderTargetContext, GrPaint::Clone(paint), userStencilSettings, clip,
131 DrawNonAARect(renderTargetContext, GrPaint::Clone(paint), userStencilSettings, clip,
371 DrawAroundInvPath(args.fRenderTargetContext, GrPaint::Clone(args.fPaint),
/external/skia/src/utils/win/
H A DSkIStream.h70 virtual HRESULT STDMETHODCALLTYPE Clone(IStream **);
/external/skqp/src/gpu/
H A DGrPaint.h45 static GrPaint Clone(const GrPaint& src) { return GrPaint(src); } function in class:GrPaint
148 // the Clone() method.
H A DGrSoftwarePathRenderer.cpp119 DrawNonAARect(renderTargetContext, GrPaint::Clone(paint), userStencilSettings, clip,
125 DrawNonAARect(renderTargetContext, GrPaint::Clone(paint), userStencilSettings, clip,
131 DrawNonAARect(renderTargetContext, GrPaint::Clone(paint), userStencilSettings, clip,
369 DrawAroundInvPath(args.fRenderTargetContext, GrPaint::Clone(args.fPaint),
/external/skqp/src/utils/win/
H A DSkIStream.h70 virtual HRESULT STDMETHODCALLTYPE Clone(IStream **);
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DExtractFunction.cpp60 Module *Clone = CloneModule(Program); local
65 Module::iterator RFI = Clone->begin(); // Get iterator to corresponding fn
93 Module *New = runPassesOn(Clone, Passes);
94 delete Clone;
/external/skia/tests/
H A DSRGBMipMapTest.cpp155 s32RenderTargetContext->drawRect(noClip, GrPaint::Clone(paint), GrAA::kNo, SkMatrix::I(), rect);
161 l32RenderTargetContext->drawRect(noClip, GrPaint::Clone(paint), GrAA::kNo, SkMatrix::I(), rect);
/external/skqp/tests/
H A DSRGBMipMapTest.cpp155 s32RenderTargetContext->drawRect(noClip, GrPaint::Clone(paint), GrAA::kNo, SkMatrix::I(), rect);
161 l32RenderTargetContext->drawRect(noClip, GrPaint::Clone(paint), GrAA::kNo, SkMatrix::I(), rect);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_test.cc97 auto cloned_module = module->Clone("copy");
133 auto cloned_module = module->Clone("copy");
141 // Clone of the fused computation is handled when its fusion instruction
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Darray_common_test.h97 static void Clone() { function in class:mojo::test::ArrayCommonTest
104 ArrayType<int32_t> clone_array = array.Clone();
116 ArrayType<String> clone_array = array.Clone();
131 ArrayType<RectPtr> clone_array = array.Clone();
148 ArrayType<ArrayType<int8_t>> clone_array = array.Clone();
157 // Test that array of handles still works although Clone() is not
H A Dwtf_types_unittest.cc111 auto cloned_strs = strs.Clone();
180 WTFType cloned_str_map = str_map.Clone();
240 blink::TestWTFStructPtr cloned_input = input.Clone();
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h714 virtual TiXmlNode* Clone() const = 0;
743 // Copy to the allocated object. Shared functionality between Clone, Copy constructor,
1124 virtual TiXmlNode* Clone() const;
1177 virtual TiXmlNode* Clone() const;
1258 virtual TiXmlNode* Clone() const;
1316 virtual TiXmlNode* Clone() const;
1364 virtual TiXmlNode* Clone() const;
1541 virtual TiXmlNode* Clone() const;
/external/tinyxml/
H A Dtinyxml.h653 virtual TiXmlNode* Clone() const = 0;
658 // Copy to the allocated object. Shared functionality between Clone, Copy constructor,
988 virtual TiXmlNode* Clone() const;
1033 virtual TiXmlNode* Clone() const;
1100 virtual TiXmlNode* Clone() const;
1159 virtual TiXmlNode* Clone() const;
1198 virtual TiXmlNode* Clone() const;
1351 virtual TiXmlNode* Clone() const;
/external/libvncserver/webclients/novnc/include/
H A Dkeyboard.js498 function Clone(){}
499 return function (obj) { Clone.prototype=obj; return new Clone(); };
/external/dng_sdk/source/
H A Ddng_image.h183 virtual dng_image * Clone () const;
H A Ddng_memory.h345 dng_memory_block * Clone (dng_memory_allocator &allocator) const;
H A Ddng_simple_image.cpp57 dng_image * dng_simple_image::Clone () const function in class:dng_simple_image
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_clippath.cpp123 m_TextList[i] = that.m_TextList[i]->Clone();
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_dictionary.h35 std::unique_ptr<CPDF_Object> Clone() const override;
H A Dcpdf_object_walker_unittest.cpp110 root_array->Add(root_array->Clone());
H A Dcpdf_stream.cpp74 std::unique_ptr<CPDF_Object> CPDF_Stream::Clone() const { function in class:CPDF_Stream
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs51 Dependencies = new ReadOnlyCollection<FileDescriptor>((FileDescriptor[]) dependencies.Clone());

Completed in 1839 milliseconds

1234567891011>>