Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 25 of 145) sorted by relevance

123456

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
Dvariadic_copy.fail.cpp30 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
35 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
40 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
/external/webrtc/webrtc/base/
Dcryptstring.cc29 CryptStringImpl* EmptyCryptStringImpl::Copy() const { in Copy() function in rtc::EmptyCryptStringImpl
63 CryptStringImpl* InsecureCryptStringImpl::Copy() const { in Copy() function in rtc::InsecureCryptStringImpl
/external/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp102 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local
123 MachineInstr *Copy = in setRegister() local
DAArch64CallLowering.cpp45 MachineInstr *Copy = in lowerReturn() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallBitVector.h372 SmallBitVector Copy = RHS; variable
386 SmallBitVector Copy = RHS; variable
400 SmallBitVector Copy = RHS; variable
/external/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp120 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
140 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
/external/pdfium/core/fxge/ge/
Dcfx_graphstatedata.cpp26 void CFX_GraphStateData::Copy(const CFX_GraphStateData& src) { in Copy() function in CFX_GraphStateData
/external/skia/src/gpu/
DGrSurfaceProxy.cpp243 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context, in Copy() function in GrSurfaceProxy
270 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context, GrSurfaceProxy* src, in Copy() function in GrSurfaceProxy
/external/libtextclassifier/util/utf8/
Dunicodetext.cc35 void UnicodeText::Repr::Copy(const char* data, int size) { in Copy() function in libtextclassifier::UnicodeText::Repr
89 UnicodeText& UnicodeText::Copy(const UnicodeText& src) { in Copy() function in libtextclassifier::UnicodeText
/external/llvm/include/llvm/ADT/
DSmallBitVector.h414 SmallBitVector Copy = RHS; variable
461 SmallBitVector Copy = RHS; variable
475 SmallBitVector Copy = RHS; variable
/external/llvm/unittests/ADT/
DFunctionRefTest.cpp19 TEST(FunctionRefTest, Copy) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf/
DByteArray.cs50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count) in Copy() method in Google.Protobuf.ByteArray
/external/google-breakpad/src/client/
Dminidump_file_writer.cc246 bool MinidumpFileWriter::Copy(MDRVA position, const void *src, ssize_t size) { function in google_breakpad::MinidumpFileWriter
277 bool UntypedMDRVA::Copy(MDRVA pos, const void *src, size_t size) { function in google_breakpad::UntypedMDRVA
Dminidump_file_writer.h185 inline bool Copy(const void *src, size_t size) { in Copy() function
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m11 @property (copy) NSObject *Copy; property
/external/google-breakpad/src/processor/
Dstackwalker_unittest_utils.h117 const google_breakpad::CodeModule *Copy() const { in Copy() function
160 const CodeModules *Copy() const { abort(); } // Tests won't use this. in Copy() function
Dbasic_code_modules.cc124 const CodeModules* BasicCodeModules::Copy() const { in Copy() function in google_breakpad::BasicCodeModules
Dbasic_code_module.h91 virtual const CodeModule* Copy() const { return new BasicCodeModule(this); } in Copy() function
/external/pdfium/fpdfsdk/javascript/
DJS_KeyValue.cpp13 void CJS_GlobalVariableArray::Copy(const CJS_GlobalVariableArray& array) { in Copy() function in CJS_GlobalVariableArray
/external/swiftshader/third_party/LLVM/unittests/ADT/
DSmallBitVectorTest.cpp76 SmallBitVector Copy = Vec; in TEST() local
DBitVectorTest.cpp79 BitVector Copy = Vec; in TEST() local
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc912 Rule *Copy() const { return new UndefinedRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::UndefinedRule
929 Rule *Copy() const { return new SameValueRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::SameValueRule
950 Rule *Copy() const { return new OffsetRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::OffsetRule
979 Rule *Copy() const { return new ValOffsetRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::ValOffsetRule
1002 Rule *Copy() const { return new RegisterRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::RegisterRule
1022 Rule *Copy() const { return new ExpressionRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::ExpressionRule
1043 Rule *Copy() const { return new ValExpressionRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::ValExpressionRule
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp31 void CPDF_AllStates::Copy(const CPDF_AllStates& src) { in Copy() function in CPDF_AllStates
/external/pdfium/core/fxcrt/
Dfx_basic_array.cpp78 bool CFX_BasicArray::Copy(const CFX_BasicArray& src) { in Copy() function in CFX_BasicArray
/external/libchrome/crypto/
Drsa_private_key_nss.cc107 RSAPrivateKey* RSAPrivateKey::Copy() const { in Copy() function in crypto::RSAPrivateKey

123456