Searched refs:Clone (Results 51 - 75 of 274) sorted by relevance

1234567891011

/external/mesa3d/src/gallium/targets/graw-xlib/
H A DSConscript6 env = env.Clone()
/external/mesa3d/src/gallium/targets/libgl-gdi/
H A DSConscript6 env = env.Clone()
/external/mesa3d/src/mapi/vgapi/
H A DSConscript8 env = env.Clone()
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dequals_unittest.cc42 RectPtr r2(r1.Clone());
54 RectPairPtr p2(p1.Clone());
67 NamedRegionPtr n2(n1.Clone());
99 m2.insert("bar", m1.at("foo").Clone());
102 m2 = m1.Clone();
106 m2 = m1.Clone();
114 m2 = m1.Clone();
H A Dversioning_apptest.cc58 database_->AddEmployee(new_employee.Clone(),
110 database_->AttachFingerPrint(1, new_finger_print.Clone(),
/external/pdfium/xfa/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256Poly.cpp98 CBC_ReedSolomonGF256Poly* CBC_ReedSolomonGF256Poly::Clone(int32_t& e) { function in class:CBC_ReedSolomonGF256Poly
109 return other->Clone(e);
111 return Clone(e);
144 return m_field->GetZero()->Clone(e);
171 return m_field->GetZero()->Clone(e);
173 return Clone(e);
196 return m_field->GetZero()->Clone(e);
219 m_field->GetZero()->Clone(e));
222 std::unique_ptr<CBC_ReedSolomonGF256Poly> remainder(Clone(e));
H A DBC_ReedSolomonGF256Poly.h40 CBC_ReedSolomonGF256Poly* Clone(int32_t& e);
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DMapUnittestProto3.cs198 mapInt32Int32_ = other.mapInt32Int32_.Clone();
199 mapInt64Int64_ = other.mapInt64Int64_.Clone();
200 mapUint32Uint32_ = other.mapUint32Uint32_.Clone();
201 mapUint64Uint64_ = other.mapUint64Uint64_.Clone();
202 mapSint32Sint32_ = other.mapSint32Sint32_.Clone();
203 mapSint64Sint64_ = other.mapSint64Sint64_.Clone();
204 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone();
205 mapFixed64Fixed64_ = other.mapFixed64Fixed64_.Clone();
206 mapSfixed32Sfixed32_ = other.mapSfixed32Sfixed32_.Clone();
207 mapSfixed64Sfixed64_ = other.mapSfixed64Sfixed64_.Clone();
217 public TestMap Clone() { method in class:Google.Protobuf.TestProtos.TestMap
600 public TestMapSubmessage Clone() { method in class:Google.Protobuf.TestProtos.TestMapSubmessage
709 public TestMessageMap Clone() { method in class:Google.Protobuf.TestProtos.TestMessageMap
808 public TestSameTypeMap Clone() { method in class:Google.Protobuf.TestProtos.TestSameTypeMap
935 public TestArenaMap Clone() { method in class:Google.Protobuf.TestProtos.TestArenaMap
1286 public MessageContainingEnumCalledType Clone() { method in class:Google.Protobuf.TestProtos.MessageContainingEnumCalledType
1395 public MessageContainingMapCalledEntry Clone() { method in class:Google.Protobuf.TestProtos.MessageContainingMapCalledEntry
[all...]
H A DUnittestWellKnownTypes.cs201 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()
222 public TestWellKnownTypes Clone() { method in class:Google.Protobuf.TestProtos.TestWellKnownTypes
921 public RepeatedWellKnownTypes Clone() { method in class:Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1381 public OneofWellKnownTypes Clone() { method in class:Google.Protobuf.TestProtos.OneofWellKnownTypes
2031 public MapWellKnownTypes Clone() { method in class:Google.Protobuf.TestProtos.MapWellKnownTypes
[all...]
H A DUnittestProto3.cs273 SingleNestedMessage = other.singleNestedMessage_ != null ? other.SingleNestedMessage.Clone() : null;
274 SingleForeignMessage = other.singleForeignMessage_ != null ? other.SingleForeignMessage.Clone() : null;
275 SingleImportMessage = other.singleImportMessage_ != null ? other.SingleImportMessage.Clone() : null;
279 SinglePublicImportMessage = other.singlePublicImportMessage_ != null ? other.SinglePublicImportMessage.Clone() : null;
280 repeatedInt32_ = other.repeatedInt32_.Clone();
281 repeatedInt64_ = other.repeatedInt64_.Clone();
282 repeatedUint32_ = other.repeatedUint32_.Clone();
283 repeatedUint64_ = other.repeatedUint64_.Clone();
284 repeatedSint32_ = other.repeatedSint32_.Clone();
285 repeatedSint64_ = other.repeatedSint64_.Clone();
319 public TestAllTypes Clone() { method in class:Google.Protobuf.TestProtos.TestAllTypes
1562 public NestedMessage Clone() { method in class:Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
1680 public NestedTestAllTypes Clone() { method in class:Google.Protobuf.TestProtos.NestedTestAllTypes
1839 public TestDeprecatedFields Clone() { method in class:Google.Protobuf.TestProtos.TestDeprecatedFields
1947 public ForeignMessage Clone() { method in class:Google.Protobuf.TestProtos.ForeignMessage
2049 public TestReservedFields Clone() { method in class:Google.Protobuf.TestProtos.TestReservedFields
2129 public TestForeignNested Clone() { method in class:Google.Protobuf.TestProtos.TestForeignNested
2242 public TestReallyLargeTagNumber Clone() { method in class:Google.Protobuf.TestProtos.TestReallyLargeTagNumber
2376 public TestRecursiveMessage Clone() { method in class:Google.Protobuf.TestProtos.TestRecursiveMessage
2514 public TestMutualRecursionA Clone() { method in class:Google.Protobuf.TestProtos.TestMutualRecursionA
2624 public TestMutualRecursionB Clone() { method in class:Google.Protobuf.TestProtos.TestMutualRecursionB
2770 public TestCamelCaseFieldNames Clone() { method in class:Google.Protobuf.TestProtos.TestCamelCaseFieldNames
3038 public TestFieldOrderings Clone() { method in class:Google.Protobuf.TestProtos.TestFieldOrderings
3228 public NestedMessage Clone() { method in class:Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage
3367 public SparseEnumMessage Clone() { method in class:Google.Protobuf.TestProtos.SparseEnumMessage
3473 public OneString Clone() { method in class:Google.Protobuf.TestProtos.OneString
3576 public MoreString Clone() { method in class:Google.Protobuf.TestProtos.MoreString
3671 public OneBytes Clone() { method in class:Google.Protobuf.TestProtos.OneBytes
3774 public MoreBytes Clone() { method in class:Google.Protobuf.TestProtos.MoreBytes
3880 public Int32Message Clone() { method in class:Google.Protobuf.TestProtos.Int32Message
3983 public Uint32Message Clone() { method in class:Google.Protobuf.TestProtos.Uint32Message
4086 public Int64Message Clone() { method in class:Google.Protobuf.TestProtos.Int64Message
4189 public Uint64Message Clone() { method in class:Google.Protobuf.TestProtos.Uint64Message
4292 public BoolMessage Clone() { method in class:Google.Protobuf.TestProtos.BoolMessage
4409 public TestOneof Clone() { method in class:Google.Protobuf.TestProtos.TestOneof
4605 public TestPackedTypes Clone() { method in class:Google.Protobuf.TestProtos.TestPackedTypes
4965 public TestUnpackedTypes Clone() { method in class:Google.Protobuf.TestProtos.TestUnpackedTypes
5313 public TestRepeatedScalarDifferentTagSizes Clone() { method in class:Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
5518 public TestCommentInjectionMessage Clone() { method in class:Google.Protobuf.TestProtos.TestCommentInjectionMessage
5626 public FooRequest Clone() { method in class:Google.Protobuf.TestProtos.FooRequest
5702 public FooResponse Clone() { method in class:Google.Protobuf.TestProtos.FooResponse
5778 public FooClientMessage Clone() { method in class:Google.Protobuf.TestProtos.FooClientMessage
5854 public FooServerMessage Clone() { method in class:Google.Protobuf.TestProtos.FooServerMessage
5930 public BarRequest Clone() { method in class:Google.Protobuf.TestProtos.BarRequest
6006 public BarResponse Clone() { method in class:Google.Protobuf.TestProtos.BarResponse
[all...]
/external/libmojo/mojo/public/cpp/bindings/
H A Dstruct_ptr.h77 // type |Struct| doesn't have a Clone() method defined (which usually means
79 StructPtr Clone() const { return is_null() ? StructPtr() : ptr_->Clone(); } function in class:mojo::StructPtr
169 InlinedStructPtr Clone() const { function in class:mojo::InlinedStructPtr
170 return is_null() ? InlinedStructPtr() : value_.Clone();
/external/libmojo/mojo/public/cpp/system/
H A Dbuffer.cc18 ScopedSharedBufferHandle SharedBufferHandle::Clone( function in class:mojo::SharedBufferHandle
H A Dbuffer.h62 ScopedSharedBufferHandle Clone(AccessMode = AccessMode::READ_WRITE) const;
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumLineNumbers.cpp48 if (S_OK != Enumerator->Clone(&EnumeratorClone))
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_contentmarkitem.cpp21 m_pDirectDict = ToDictionary(that.m_pDirectDict->Clone());
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_boolean.h24 std::unique_ptr<CPDF_Object> Clone() const override;
H A Dcpdf_name.h23 std::unique_ptr<CPDF_Object> Clone() const override;
H A Dcpdf_number.h26 std::unique_ptr<CPDF_Object> Clone() const override;
H A Dcpdf_string.h29 std::unique_ptr<CPDF_Object> Clone() const override;
/external/pdfium/xfa/fde/
H A Dcfx_chariter.cpp47 IFX_CharIter* CFX_CharIter::Clone() { function in class:CFX_CharIter
/external/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeFunctionSig.cpp59 std::unique_ptr<ArgEnumeratorType> Clone(Enumerator->clone());
60 return new FunctionArgEnumerator(Session, std::move(Clone));
/external/mesa3d/src/gallium/targets/libgl-xlib/
H A DSConscript6 env = env.Clone()
/external/llvm/unittests/IR/
H A DInstructionsTest.cpp510 std::unique_ptr<CallInst> Clone(cast<CallInst>(Call->clone()));
511 EXPECT_EQ(Call->getTailCallKind(), Clone->getTailCallKind());
520 std::unique_ptr<CallInst> Clone(cast<CallInst>(Call->clone()));
521 EXPECT_TRUE(Clone->onlyReadsMemory());
541 std::unique_ptr<CallInst> Clone(CallInst::Create(Call.get(), NewBundle));
542 EXPECT_EQ(Call->getNumArgOperands(), Clone->getNumArgOperands());
543 EXPECT_EQ(Call->getArgOperand(0), Clone->getArgOperand(0));
544 EXPECT_EQ(Call->getCallingConv(), Clone->getCallingConv());
545 EXPECT_EQ(Call->getTailCallKind(), Clone->getTailCallKind());
546 EXPECT_TRUE(Clone
[all...]
/external/llvm/tools/llvm-c-test/
H A Decho.cpp64 LLVMTypeRef Clone(LLVMValueRef Src) { function in struct:TypeCloner
65 return Clone(LLVMTypeOf(Src));
68 LLVMTypeRef Clone(LLVMTypeRef Src) { function in struct:TypeCloner
96 Params[i] = Clone(Params[i]);
99 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)),
121 Elts.push_back(Clone(LLVMStructGetTypeAtIndex(Src, i)));
131 Clone(LLVMGetElementType(Src)),
136 Clone(LLVMGetElementType(Src)),
141 Clone(LLVMGetElementType(Src)),
261 return LLVMConstInt(TypeCloner(M).Clone(Cs
[all...]
/external/libbrillo/brillo/errors/
H A Derror_unittest.cc64 TEST(Error, Clone) {
66 brillo::ErrorPtr clone = err->Clone();

Completed in 870 milliseconds

1234567891011