Home
last modified time | relevance | path

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

123456

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dcopy.fail.cpp29 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
34 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
39 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
44 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/tensorflow/tensorflow/core/kernels/
Dconcat_lib_cpu.cc28 inline void Copy(T* dst, const T* src, int input_index, size_t n) { in Copy() function
40 inline void Copy(ResourceHandle* dst, const ResourceHandle* src, in Copy() function
/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/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/
Dcfx_graphstatedata.cpp26 void CFX_GraphStateData::Copy(const CFX_GraphStateData& src) { in Copy() function in CFX_GraphStateData
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_util.h49 static void Copy(const SrcTensor& s, Shape s_start, Shape len, DstTensor& d, in Copy() function
/external/llvm/unittests/ADT/
DFunctionRefTest.cpp19 TEST(FunctionRefTest, Copy) { in TEST() argument
/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/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/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m11 @property (copy) NSObject *Copy; property
/external/pdfium/fxjs/
Dcjs_globalvariablearray.cpp15 void CJS_GlobalVariableArray::Copy(const CJS_GlobalVariableArray& array) { in Copy() function in CJS_GlobalVariableArray
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp23 void CPDF_AllStates::Copy(const CPDF_AllStates& src) { in Copy() function in CPDF_AllStates
/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/swiftshader/third_party/LLVM/unittests/ADT/
DBitVectorTest.cpp79 BitVector Copy = Vec; in TEST() local
DSmallBitVectorTest.cpp76 SmallBitVector Copy = Vec; in TEST() local
/external/llvm/include/llvm/ADT/
DSmallBitVector.h414 SmallBitVector Copy = RHS; variable
461 SmallBitVector Copy = RHS; variable
475 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/tensorflow/tensorflow/python/platform/
Dgfile.py22 from tensorflow.python.lib.io.file_io import copy as Copy unknown
/external/skqp/src/gpu/
DGrSurfaceProxy.cpp264 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context, in Copy() function in GrSurfaceProxy
296 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context, GrSurfaceProxy* src, in Copy() function in GrSurfaceProxy
/external/skia/src/gpu/
DGrSurfaceProxy.cpp292 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context, in Copy() function in GrSurfaceProxy
330 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context, GrSurfaceProxy* src, in Copy() function in GrSurfaceProxy

123456