Home
last modified time | relevance | path

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

12345

/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
Dsslidentity.h97 SSLCertChain* Copy() const { in Copy() function
/external/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp99 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in replaceTLSBaseAddrCall() local
120 MachineInstr *Copy = in setRegister() local
/external/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp117 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
137 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m11 @property (copy) NSObject *Copy; property
/external/llvm/unittests/ADT/
DFunctionRefTest.cpp19 TEST(FunctionRefTest, Copy) { in TEST() argument
DBitVectorTest.cpp89 TypeParam Copy = Vec; in TYPED_TEST() local
/external/chromium-trace/catapult/tracing/tracing/mre/
Dcloud_storage.py49 def Copy(src, dst): function
/external/llvm/include/llvm/ADT/
DSmallBitVector.h418 SmallBitVector Copy = RHS; variable
466 SmallBitVector Copy = RHS; variable
480 SmallBitVector Copy = RHS; variable
/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/google-breakpad/src/processor/
Dbasic_code_modules.cc124 const CodeModules* BasicCodeModules::Copy() const { in Copy() function in google_breakpad::BasicCodeModules
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_module.h91 virtual const CodeModule* Copy() const { return new BasicCodeModule(this); } in Copy() function
/external/libweave/src/
Dstreams.cc43 void StreamCopier::Copy(const InputStream::ReadCallback& callback) { in Copy() function in weave::StreamCopier
/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/libchrome/crypto/
Drsa_private_key_nss.cc107 RSAPrivateKey* RSAPrivateKey::Copy() const { in Copy() function in crypto::RSAPrivateKey
Drsa_private_key_openssl.cc120 RSAPrivateKey* RSAPrivateKey::Copy() const { in Copy() function in crypto::RSAPrivateKey
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_utils.cpp100 int32_t CFX_BaseArray::Copy(const CFX_BaseArray& src, in Copy() function in CFX_BaseArray
210 int32_t CFX_BaseMassArrayImp::Copy(const CFX_BaseMassArrayImp& src, in Copy() function in CFX_BaseMassArrayImp
321 int32_t CFX_BaseMassArray::Copy(const CFX_BaseMassArray& src, in Copy() function in CFX_BaseMassArray
/external/webrtc/webrtc/sound/
Dnullsoundsystem.cc31 SoundDeviceLocator *Copy() const override { in Copy() function in rtc::NullSoundDeviceLocator
/external/libbrillo/brillo/
Dany_internal_impl_unittest.cc94 TEST(Buffer, Copy) { in TEST() argument
/external/webrtc/talk/session/media/
Dmediasession.h364 virtual ContentDescription* Copy() const { in Copy() function
386 virtual ContentDescription* Copy() const { in Copy() function
394 virtual ContentDescription* Copy() const { in Copy() function
/external/regex-re2/re2/
Dwalker-inl.h112 template<typename T> T Regexp::Walker<T>::Copy(T arg) { in Copy() function
/external/v8/src/crankshaft/
Dhydrogen-load-elimination.cc28 HFieldApproximation* Copy(Zone* zone) { in Copy() function in v8::internal::HFieldApproximation
145 HLoadEliminationTable* Copy(HBasicBlock* succ, HBasicBlock* from_block, in Copy() function in v8::internal::HLoadEliminationTable
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.h98 virtual FX_BOOL Copy(CFX_WideString& wsCopy) { return FALSE; } in Copy() function

12345