Home
last modified time | relevance | path

Searched refs:Clone (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/external/ImageMagick/PerlMagick/demo/
Ddemo.pl34 $example=$model->Clone();
40 $example=$model->Clone();
46 $example=$model->Clone();
52 $example=$model->Clone();
58 $example=$model->Clone();
64 $example=$model->Clone();
71 $example=$model->Clone();
77 $example=$model->Clone();
83 $example=$model->Clone();
89 $example=$model->Clone();
[all …]
Dcompose-specials.pl56 $clone=$dest->Clone();
65 $clone=$dest->Clone();
74 $clone=$dest->Clone();
83 $clone=$dest->Clone();
95 $clone=$dest->Clone();
105 $clone=$dest->Clone();
115 $clone=$dest->Clone();
125 $clone=$dest->Clone();
138 $clone=$dest->Clone();
149 $clone=$dest->Clone();
[all …]
/external/ImageMagick/www/source/
Dexamples.pl34 $example=$model->Clone();
40 $example=$model->Clone();
46 $example=$model->Clone();
52 $example=$model->Clone();
58 $example=$model->Clone();
64 $example=$model->Clone();
71 $example=$model->Clone();
77 $example=$model->Clone();
83 $example=$model->Clone();
89 $example=$model->Clone();
[all …]
/external/libmojo/mojo/public/cpp/bindings/
Dclone_traits.h20 static char Test(decltype(&U::Clone));
33 T Clone(const T& input);
37 static T Clone(const T& input) { return input.Clone(); }
42 static T Clone(const T& input) { return input; }
47 static base::Optional<T> Clone(const base::Optional<T>& input) {
51 return base::Optional<T>(mojo::Clone(*input));
57 static std::vector<T> Clone(const std::vector<T>& input) {
61 result.push_back(mojo::Clone(element));
69 static std::unordered_map<K, V> Clone(const std::unordered_map<K, V>& input) {
72 result.insert(std::make_pair(mojo::Clone(element.first),
[all …]
/external/google-tv-pairing-protocol/cpp/
Dmain.scons53 linux_env = root_env.Clone(tools = ['target_platform_linux'])
60 linux_32_env = linux_env.Clone()
69 linux_dbg_32_env = linux_32_env.Clone(
77 linux_opt_32_env = linux_32_env.Clone(
90 linux_64_env = linux_env.Clone()
99 linux_dbg_64_env = linux_64_env.Clone(
108 linux_opt_64_env = linux_64_env.Clone(
121 mac_env = root_env.Clone(tools = ['target_platform_mac'])
144 mac_opt_env = mac_env.Clone(
158 mac_dbg_env = mac_env.Clone(
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs198 mapInt32Int32_ = other.mapInt32Int32_.Clone(); in TestMap()
199 mapInt64Int64_ = other.mapInt64Int64_.Clone(); in TestMap()
200 mapUint32Uint32_ = other.mapUint32Uint32_.Clone(); in TestMap()
201 mapUint64Uint64_ = other.mapUint64Uint64_.Clone(); in TestMap()
202 mapSint32Sint32_ = other.mapSint32Sint32_.Clone(); in TestMap()
203 mapSint64Sint64_ = other.mapSint64Sint64_.Clone(); in TestMap()
204 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone(); in TestMap()
205 mapFixed64Fixed64_ = other.mapFixed64Fixed64_.Clone(); in TestMap()
206 mapSfixed32Sfixed32_ = other.mapSfixed32Sfixed32_.Clone(); in TestMap()
207 mapSfixed64Sfixed64_ = other.mapSfixed64Sfixed64_.Clone(); in TestMap()
[all …]
DUnittestWellKnownTypes.cs201 AnyField = other.anyField_ != null ? other.AnyField.Clone() : null; in TestWellKnownTypes()
202 ApiField = other.apiField_ != null ? other.ApiField.Clone() : null; in TestWellKnownTypes()
203 DurationField = other.durationField_ != null ? other.DurationField.Clone() : null; in TestWellKnownTypes()
204 EmptyField = other.emptyField_ != null ? other.EmptyField.Clone() : null; in TestWellKnownTypes()
205 FieldMaskField = other.fieldMaskField_ != null ? other.FieldMaskField.Clone() : null; in TestWellKnownTypes()
206 … SourceContextField = other.sourceContextField_ != null ? other.SourceContextField.Clone() : null; in TestWellKnownTypes()
207 StructField = other.structField_ != null ? other.StructField.Clone() : null; in TestWellKnownTypes()
208 TimestampField = other.timestampField_ != null ? other.TimestampField.Clone() : null; in TestWellKnownTypes()
209 TypeField = other.typeField_ != null ? other.TypeField.Clone() : null; in TestWellKnownTypes()
219 ValueField = other.valueField_ != null ? other.ValueField.Clone() : null; in TestWellKnownTypes()
[all …]
DUnittestProto3.cs273 …SingleNestedMessage = other.singleNestedMessage_ != null ? other.SingleNestedMessage.Clone() : nul… in TestAllTypes()
274 …SingleForeignMessage = other.singleForeignMessage_ != null ? other.SingleForeignMessage.Clone() : … in TestAllTypes()
275 …SingleImportMessage = other.singleImportMessage_ != null ? other.SingleImportMessage.Clone() : nul… in TestAllTypes()
279 …essage = other.singlePublicImportMessage_ != null ? other.SinglePublicImportMessage.Clone() : null; in TestAllTypes()
280 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypes()
281 repeatedInt64_ = other.repeatedInt64_.Clone(); in TestAllTypes()
282 repeatedUint32_ = other.repeatedUint32_.Clone(); in TestAllTypes()
283 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestAllTypes()
284 repeatedSint32_ = other.repeatedSint32_.Clone(); in TestAllTypes()
285 repeatedSint64_ = other.repeatedSint64_.Clone(); in TestAllTypes()
[all …]
DUnittestIssues.cs108 public Issue307 Clone() { in Clone() method in UnitTest.Issues.TestProtos.Issue307
186 public NestedOnce Clone() { in Clone() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
264 public NestedTwice Clone() { in Clone() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
349 values_ = other.values_.Clone(); in NegativeEnumMessage()
350 packedValues_ = other.packedValues_.Clone(); in NegativeEnumMessage()
353 public NegativeEnumMessage Clone() { in Clone() method in UnitTest.Issues.TestProtos.NegativeEnumMessage
493 public DeprecatedChild Clone() { in Clone() method in UnitTest.Issues.TestProtos.DeprecatedChild
568 primitiveArray_ = other.primitiveArray_.Clone(); in DeprecatedFieldsMessage()
569 MessageValue = other.messageValue_ != null ? other.MessageValue.Clone() : null; in DeprecatedFieldsMessage()
570 messageArray_ = other.messageArray_.Clone(); in DeprecatedFieldsMessage()
[all …]
/external/llvm/unittests/IR/
DInstructionsTest.cpp510 std::unique_ptr<CallInst> Clone(cast<CallInst>(Call->clone())); in TEST() local
511 EXPECT_EQ(Call->getTailCallKind(), Clone->getTailCallKind()); in TEST()
520 std::unique_ptr<CallInst> Clone(cast<CallInst>(Call->clone())); in TEST() local
521 EXPECT_TRUE(Clone->onlyReadsMemory()); in TEST()
541 std::unique_ptr<CallInst> Clone(CallInst::Create(Call.get(), NewBundle)); in TEST() local
542 EXPECT_EQ(Call->getNumArgOperands(), Clone->getNumArgOperands()); in TEST()
543 EXPECT_EQ(Call->getArgOperand(0), Clone->getArgOperand(0)); in TEST()
544 EXPECT_EQ(Call->getCallingConv(), Clone->getCallingConv()); in TEST()
545 EXPECT_EQ(Call->getTailCallKind(), Clone->getTailCallKind()); in TEST()
546 EXPECT_TRUE(Clone->hasFnAttr(Attribute::AttrKind::Cold)); in TEST()
[all …]
/external/pdfium/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp106 std::unique_ptr<CBC_ReedSolomonGF256Poly> CBC_ReedSolomonGF256Poly::Clone() in Clone() function in CBC_ReedSolomonGF256Poly
117 return other->Clone(); in AddOrSubtract()
119 return Clone(); in AddOrSubtract()
144 return m_field->GetZero()->Clone(); in Multiply()
167 return m_field->GetZero()->Clone(); in Multiply()
169 return Clone(); in Multiply()
188 return m_field->GetZero()->Clone(); in MultiplyByMonomial()
206 auto quotient = m_field->GetZero()->Clone(); in Divide()
209 auto remainder = Clone(); in Divide()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dequals_unittest.cc42 RectPtr r2(r1.Clone()); in TEST_F()
54 RectPairPtr p2(p1.Clone()); in TEST_F()
67 NamedRegionPtr n2(n1.Clone()); in TEST_F()
99 m2.insert("bar", m1.at("foo").Clone()); in TEST_F()
102 m2 = m1.Clone(); in TEST_F()
106 m2 = m1.Clone(); in TEST_F()
114 m2 = m1.Clone(); in TEST_F()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dwtf_clone_equals_util.h21 static WTF::Vector<T> Clone(const WTF::Vector<T>& input) {
25 result.push_back(mojo::Clone(element));
33 static WTF::HashMap<K, V> Clone(const WTF::HashMap<K, V>& input) {
37 result.add(mojo::Clone(it->key), mojo::Clone(it->value));
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs255 public ConformanceRequest Clone() { in Clone() method in Conformance.ConformanceRequest
458 public ConformanceResponse Clone() { in Clone() method in Conformance.ConformanceResponse
762 …lNestedMessage = other.optionalNestedMessage_ != null ? other.OptionalNestedMessage.Clone() : null; in TestAllTypes()
763 …reignMessage = other.optionalForeignMessage_ != null ? other.OptionalForeignMessage.Clone() : null; in TestAllTypes()
768 RecursiveMessage = other.recursiveMessage_ != null ? other.RecursiveMessage.Clone() : null; in TestAllTypes()
769 repeatedInt32_ = other.repeatedInt32_.Clone(); in TestAllTypes()
770 repeatedInt64_ = other.repeatedInt64_.Clone(); in TestAllTypes()
771 repeatedUint32_ = other.repeatedUint32_.Clone(); in TestAllTypes()
772 repeatedUint64_ = other.repeatedUint64_.Clone(); in TestAllTypes()
773 repeatedSint32_ = other.repeatedSint32_.Clone(); in TestAllTypes()
[all …]
/external/llvm/tools/llvm-c-test/
Decho.cpp64 LLVMTypeRef Clone(LLVMValueRef Src) { in Clone() function
65 return Clone(LLVMTypeOf(Src)); in Clone()
68 LLVMTypeRef Clone(LLVMTypeRef Src) { in Clone() function
96 Params[i] = Clone(Params[i]); in Clone()
99 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)), in Clone()
121 Elts.push_back(Clone(LLVMStructGetTypeAtIndex(Src, i))); in Clone()
131 Clone(LLVMGetElementType(Src)), in Clone()
136 Clone(LLVMGetElementType(Src)), in Clone()
141 Clone(LLVMGetElementType(Src)), in Clone()
261 return LLVMConstInt(TypeCloner(M).Clone(Cst), in clone_constant_impl()
[all …]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs194 file_ = other.file_.Clone(); in FileDescriptorSet()
197 public FileDescriptorSet Clone() { in Clone() method in Google.Protobuf.Reflection.FileDescriptorSet
294 dependency_ = other.dependency_.Clone(); in FileDescriptorProto()
295 publicDependency_ = other.publicDependency_.Clone(); in FileDescriptorProto()
296 weakDependency_ = other.weakDependency_.Clone(); in FileDescriptorProto()
297 messageType_ = other.messageType_.Clone(); in FileDescriptorProto()
298 enumType_ = other.enumType_.Clone(); in FileDescriptorProto()
299 service_ = other.service_.Clone(); in FileDescriptorProto()
300 extension_ = other.extension_.Clone(); in FileDescriptorProto()
301 Options = other.options_ != null ? other.Options.Clone() : null; in FileDescriptorProto()
[all …]
/external/pdfium/core/fpdfapi/edit/
Dcpdf_flateencoder.cpp26 m_pDict = ToDictionary(pStream->GetDict()->Clone()); in CPDF_FlateEncoder()
42 m_pDict = ToDictionary(pStream->GetDict()->Clone()); in CPDF_FlateEncoder()
54 m_pDict = ToDictionary(m_pDict->Clone()); in CloneDict()
/external/e2fsprogs/tests/f_dup4/
Dexpect.122 Clone multiply-claimed blocks? yes
29 Clone multiply-claimed blocks? yes
36 Clone multiply-claimed blocks? yes
50 Clone multiply-claimed blocks? yes
57 Clone multiply-claimed blocks? yes
64 Clone multiply-claimed blocks? yes
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs116 fields_ = other.fields_.Clone(); in Type()
117 oneofs_ = other.oneofs_.Clone(); in Type()
118 options_ = other.options_.Clone(); in Type()
119 SourceContext = other.sourceContext_ != null ? other.SourceContext.Clone() : null; in Type()
123 public Type Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.Type
363 options_ = other.options_.Clone(); in Field()
368 public Field Clone() { in Clone() method in Google.Protobuf.WellKnownTypes.Field
841 enumvalue_ = other.enumvalue_.Clone(); in Enum()
842 options_ = other.options_.Clone(); in Enum()
843 SourceContext = other.sourceContext_ != null ? other.SourceContext.Clone() : null; in Enum()
[all …]
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dwrapper_union_class_template_definition.tmpl2 {{union.name}}Ptr {{union.name}}::Clone() const {
11 rv->set_{{field.name}}(mojo::Clone(*data_.{{field.name}}));
13 rv->set_{{field.name}}(mojo::Clone(data_.{{field.name}}));
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagecacheentry.cpp35 m_pCachedBitmap = pBitmap->Clone(nullptr); in Reset()
94 m_pCachedBitmap = m_pCurBitmap->Clone(nullptr); in ContinueGetCachedBitmap()
100 m_pCachedMask = m_pCurMask->Clone(nullptr); in ContinueGetCachedBitmap()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc722 auto clone01 = builder.AddInstruction(outfeed01->Clone()); in TEST_F()
723 auto clone10 = builder.AddInstruction(outfeed10->Clone()); in TEST_F()
742 auto tuple_clone = tuple->Clone(); in TEST_F()
1107 auto fusion2 = fusion->Clone(); in TEST_F()
1138 auto clone = fusion->Clone(); in TEST_F()
1178 auto clone = fusion->Clone(); in TEST_F()
1191 EXPECT_EQ(foo->Clone()->name(), "foo.clone"); in TEST_F()
1192 EXPECT_EQ(foo->Clone()->Clone()->name(), "foo.clone2"); in TEST_F()
1193 EXPECT_EQ(foo->Clone()->Clone()->Clone()->name(), "foo.clone3"); in TEST_F()
1196 EXPECT_EQ(foo->Clone("bar")->name(), "foo.bar"); in TEST_F()
[all …]
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py125 def Clone(self): member in Cursor
156 def Clone(self): member in Token
159 return Token(self.start.Clone(), self.end.Clone(), self.value,
189 start = cursor.Clone()
298 start = pos.Clone()
589 def Clone(self): member in Env
660 RunAtomicCode(env.Clone(), node.atomic_code, result)
676 new_env = env.Clone()
686 RunCode(env.Clone(), node.then_branch, output)
688 RunCode(env.Clone(), node.else_branch, output)
[all …]
/external/protobuf/gtest/scripts/
Dpump.py126 def Clone(self): member in Cursor
157 def Clone(self): member in Token
160 return Token(self.start.Clone(), self.end.Clone(), self.value,
190 start = cursor.Clone()
288 start = pos.Clone()
582 def Clone(self): member in Env
653 RunAtomicCode(env.Clone(), node.atomic_code, result)
669 new_env = env.Clone()
679 RunCode(env.Clone(), node.then_branch, output)
681 RunCode(env.Clone(), node.else_branch, output)
[all …]
/external/v8/testing/gtest/scripts/
Dpump.py125 def Clone(self): member in Cursor
156 def Clone(self): member in Token
159 return Token(self.start.Clone(), self.end.Clone(), self.value,
189 start = cursor.Clone()
298 start = pos.Clone()
589 def Clone(self): member in Env
660 RunAtomicCode(env.Clone(), node.atomic_code, result)
676 new_env = env.Clone()
686 RunCode(env.Clone(), node.then_branch, output)
688 RunCode(env.Clone(), node.else_branch, output)
[all …]

12345678910>>...17