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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/mapi/shared-glapi/
SConscript 74 env = env.Clone()
  /external/mesa3d/src/mesa/
SConscript 8 env = env.Clone()
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction_test.cc 722 auto clone01 = builder.AddInstruction(outfeed01->Clone());
723 auto clone10 = builder.AddInstruction(outfeed10->Clone());
742 auto tuple_clone = tuple->Clone();
1138 auto clone = fusion->Clone(); local
1178 auto clone = fusion->Clone(); local
    [all...]
inliner.cc 96 HloInstruction* constant = computation_->AddInstruction(root.Clone());
  /art/libartbase/base/
variant_map.h 96 // Clone the key, creating a copy of the contents.
97 virtual VariantMapKeyRaw* Clone() const = 0;
102 // Clone a value whose runtime type is that of the non-erased key's TValue.
126 // Avoid the object slicing problem; use Clone() instead.
158 virtual VariantMapKeyRaw* Clone() const {
286 // Clone the value first, to protect against &value == GetValuePtr(key).
290 bool inserted = storage_map_.insert({key.Clone(), new_value}).second;
291 DCHECK(inserted); // ensure key.Clone() does not leak memory.
357 detail::VariantMapKeyRaw* cloned_raw_key = raw_key_other->Clone();
  /art/runtime/native/
java_lang_Object.cc 31 return soa.AddLocalReference<jobject>(o->Clone(soa.Self()));
java_lang_reflect_Method.cc 63 return soa.AddLocalReference<jobjectArray>(declared_exceptions->Clone(soa.Self()));
  /external/dng_sdk/source/
dng_memory.cpp 126 dng_memory_block * dng_memory_block::Clone (dng_memory_allocator &allocator) const
  /external/pdfium/core/fpdfapi/font/
cpdf_type3char.cpp 58 // Clone() is non-virtual, and can't be overloaded by CPDF_DIBSource to
59 // return a clone of the subclass as one would typically expect from a
64 m_pBitmap = pSource->Clone(nullptr);
  /external/pdfium/core/fpdfapi/page/
cpdf_contentmark.cpp 77 item.SetDirectDict(ToDictionary(pDict->Clone()));
  /external/pdfium/core/fpdfapi/parser/
cpdf_object.cpp 39 return Clone();
cpdf_object.h 53 virtual std::unique_ptr<CPDF_Object> Clone() const = 0;
cpdf_reference.cpp 55 std::unique_ptr<CPDF_Object> CPDF_Reference::Clone() const {
  /external/pdfium/core/fxcrt/xml/
cfx_xmlelement.cpp 27 std::unique_ptr<CFX_XMLNode> CFX_XMLElement::Clone() {
  /external/skia/src/gpu/
GrPaint.h 45 static GrPaint Clone(const GrPaint& src) { return GrPaint(src); }
148 // the Clone() method.
  /external/skqp/src/gpu/
GrPaint.h 45 static GrPaint Clone(const GrPaint& src) { return GrPaint(src); }
148 // the Clone() method.
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 72 /// Clone - Creates a clone of the specified SUnit. It does not copy the
75 SUnit *Clone(SUnit *N);
  /external/v8/src/compiler/
graph.cc 64 Node* const clone = Node::Clone(zone(), NextNodeId(), node); local
65 Decorate(clone);
66 return clone;
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 80 RawString* RawString::Clone(StringPool* new_pool) const {
139 Reference* Reference::Clone(StringPool* /*new_pool*/) const {
223 Id* Id::Clone(StringPool* /*new_pool*/) const {
269 String* String::Clone(StringPool* new_pool) const {
324 StyledString* StyledString::Clone(StringPool* new_pool) const {
360 FileReference* FileReference::Clone(StringPool* new_pool) const {
409 BinaryPrimitive* BinaryPrimitive::Clone(StringPool* /*new_pool*/) const {
590 Attribute* Attribute::Clone(StringPool* /*new_pool*/) const {
896 Style* Style::Clone(StringPool* new_pool) const {
903 style->entries.push_back(Entry{entry.key, std::unique_ptr<Item>(entry.value->Clone(new_pool))})
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluslinecaps.h 48 virtual AdjustableArrowCap* Clone() const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mediaobj.idl 64 HRESULT Clone(
235 HRESULT Clone(
  /system/core/libunwindstack/include/unwindstack/
Regs.h 76 virtual Regs* Clone() = 0;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 124 BitSet s = (BitSet)this.Clone();
172 public object Clone() {
173 return new BitSet((ulong[])_bits.Clone());
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 137 BitSet s = (BitSet)this.Clone();
194 public object Clone()
196 return new BitSet( (ulong[])_bits.Clone() );
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 125 def Clone(self):
156 def Clone(self):
159 return Token(self.start.Clone(), self.end.Clone(), self.value,
189 start = cursor.Clone()
298 start = pos.Clone()
589 def Clone(self):
590 clone = Env()
591 clone.variables = self.variables[:]
592 clone.ranges = self.ranges[:
    [all...]

Completed in 1350 milliseconds

1 2 3 4 56 7 8 91011>>