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

1 2 3 4 56 7 8 910

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 83 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(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 virtual ParamIteratorInterface<T>* Clone() const {
  /system/media/camera/docs/
metadata_model.py 25 Clone: A node corresponding to <clone> elements.
26 MergedEntry: A node corresponding to either <entry> or <clone> elements.
211 self._entries_ordered = [] # list of ordered Entry/Clone instances
307 def insert_clone(self, clone):
309 Insert a clone into the metadata.
312 clone: A key-value dictionary describing a clone. Refer to
313 Clone#__init__ for the keys required/optional.
316 Subsequent calls to insert_clone with the same clone+kind name are saf
    [all...]
  /external/dng_sdk/source/
dng_xmp.cpp 85 dng_xmp * dng_xmp::Clone () const
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 107 virtual ParamIteratorInterface* Clone() const = 0;
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
133 impl_.reset(other.impl_->Clone());
146 ParamIteratorInterface<T>* clone = impl_->Clone(); local
148 return ParamIterator(clone);
236 virtual ParamIteratorInterface<T>* Clone() const {
323 virtual ParamIteratorInterface<T>* Clone() const {
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h 107 virtual ParamIteratorInterface* Clone() const = 0;
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
133 impl_.reset(other.impl_->Clone());
146 ParamIteratorInterface<T>* clone = impl_->Clone(); local
148 return ParamIterator(clone);
236 virtual ParamIteratorInterface<T>* Clone() const {
323 virtual ParamIteratorInterface<T>* Clone() const {
  /external/pdfium/core/fxge/dib/
cfx_dibsource.cpp 612 RetainPtr<CFX_DIBitmap> CFX_DIBSource::Clone(const FX_RECT* pClip) const {
926 return Clone(nullptr);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestWellKnownTypes.cs 201 AnyField = other.anyField_ != null ? other.AnyField.Clone() : null;
202 ApiField = other.apiField_ != null ? other.ApiField.Clone() : null;
203 DurationField = other.durationField_ != null ? other.DurationField.Clone() : null;
204 EmptyField = other.emptyField_ != null ? other.EmptyField.Clone() : null;
205 FieldMaskField = other.fieldMaskField_ != null ? other.FieldMaskField.Clone() : null;
206 SourceContextField = other.sourceContextField_ != null ? other.SourceContextField.Clone() : null;
207 StructField = other.structField_ != null ? other.StructField.Clone() : null;
208 TimestampField = other.timestampField_ != null ? other.TimestampField.Clone() : null;
209 TypeField = other.typeField_ != null ? other.TypeField.Clone() : null;
219 ValueField = other.valueField_ != null ? other.ValueField.Clone() : null
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.cc     [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-param-util.h 107 virtual ParamIteratorInterface* Clone() const = 0;
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
133 impl_.reset(other.impl_->Clone());
146 ParamIteratorInterface<T>* clone = impl_->Clone(); local
148 return ParamIterator(clone);
236 virtual ParamIteratorInterface<T>* Clone() const {
323 virtual ParamIteratorInterface<T>* Clone() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
confpriv.h 158 virtual HRESULT WINAPI Clone(IEnumParticipant **ppEnum) = 0;
169 HRESULT (WINAPI *Clone)(IEnumParticipant *This,IEnumParticipant **ppEnum);
182 #define IEnumParticipant_Clone(This,ppEnum) (This)->lpVtbl->Clone(This,ppEnum)
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...]
certview.h 133 virtual HRESULT WINAPI Clone(IEnumCERTVIEWCOLUMN **ppenum) = 0;
154 HRESULT (WINAPI *Clone)(IEnumCERTVIEWCOLUMN *This,IEnumCERTVIEWCOLUMN **ppenum);
177 #define IEnumCERTVIEWCOLUMN_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
213 virtual HRESULT WINAPI Clone(IEnumCERTVIEWATTRIBUTE **ppenum) = 0;
230 HRESULT (WINAPI *Clone)(IEnumCERTVIEWATTRIBUTE *This,IEnumCERTVIEWATTRIBUTE **ppenum);
249 #define IEnumCERTVIEWATTRIBUTE_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
278 virtual HRESULT WINAPI Clone(IEnumCERTVIEWEXTENSION **ppenum) = 0;
296 HRESULT (WINAPI *Clone)(IEnumCERTVIEWEXTENSION *This,IEnumCERTVIEWEXTENSION **ppenum);
316 #define IEnumCERTVIEWEXTENSION_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
347 virtual HRESULT WINAPI Clone(IEnumCERTVIEWROW **ppenum) = 0
    [all...]
mobsync.h 344 virtual HRESULT WINAPI Clone(ISyncMgrEnumItems **ppenum) = 0;
355 HRESULT (WINAPI *Clone)(ISyncMgrEnumItems *This,ISyncMgrEnumItems **ppenum);
368 #define ISyncMgrEnumItems_Clone(This,ppenum) (This)->lpVtbl->Clone(This,ppenum)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 506 __inline__ Bitmap* Bitmap::Clone(const RectF& rect, PixelFormat format) const
508 return Clone(rect.X, rect.Y, rect.Width, rect.Height, format);
511 __inline__ Bitmap* Bitmap::Clone(const Rect& rect, PixelFormat format) const
513 return Clone(rect.X, rect.Y, rect.Width, rect.Height, format);
516 __inline__ Bitmap* Bitmap::Clone(REAL x, REAL y, REAL width, REAL height,
535 __inline__ Bitmap* Bitmap::Clone(INT x, INT y, INT width, INT height,
808 __inline__ Font* Font::Clone() const
1012 __inline__ FontFamily* FontFamily::Clone() const
1154 __inline__ Region* Region::Clone() const
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 540 // Clone returns a shallow clone of c. It is safe to clone a Config that is
542 func (c *Config) Clone() *Config {
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 540 // Clone returns a shallow clone of c. It is safe to clone a Config that is
542 func (c *Config) Clone() *Config {
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.h 140 UsePosition* Clone(ScopedArenaAllocator* allocator) const {
185 EnvUsePosition* Clone(ScopedArenaAllocator* allocator) const {
858 UsePosition* new_use = use.Clone(allocator_);
864 EnvUsePosition* new_env_use = env_use.Clone(allocator_);
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 463 // The representation of a clone of the original loop we started out with.
511 // Clone `OriginalLoop' and return the result in CLResult. The IR after
897 BasicBlock *Clone = CloneBasicBlock(BB, Result.Map, Twine(".") + Tag, &F);
898 Result.Blocks.push_back(Clone);
899 Result.Map[BB] = Clone;
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 822 auto L2 = L->clone();
860 TempGenericDINode Temp = N->clone();
881 TempDISubrange Temp = N->clone();
905 TempDIEnumerator Temp = N->clone();
934 TempDIBasicType Temp = N->clone();
958 TEST_F(DITypeTest, clone) {
959 // Check that DIType has a specialized clone that returns TempDIType.
963 TempDIType Temp = N->clone();
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.cpp 232 CXFA_Node* CXFA_Node::Clone(bool bRecursive) {
254 pCloneXML = m_pXMLNode->Clone();
262 pClone->InsertChild(pChild->Clone(bRecursive), nullptr);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalAnalysis.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction.cc 827 std::unique_ptr<HloInstruction> clone = instruction_to_merge->Clone(); local
938 HloInstruction* clone = nullptr; local
1200 std::unique_ptr<HloInstruction> clone; local
1452 std::unique_ptr<HloInstruction> clone = local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 185 Status Clone(std::unique_ptr<FunctionLibraryDefinition>* out_lib_def,
901 Status FunctionLibraryRuntimeImpl::Clone(
906 parent_->Clone(env_, graph_def_version_, optimizer_.options(),
1194 Node* clone = g->AddNode(ndef, &s); local
    [all...]

Completed in 1543 milliseconds

1 2 3 4 56 7 8 910