/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | copy.fail.cpp | 29 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/ |
D | cryptstring.cc | 29 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/ |
D | concat_lib_cpu.cc | 28 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/ |
D | AArch64CleanupLocalDynamicTLSPass.cpp | 102 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local 123 MachineInstr *Copy = in setRegister() local
|
D | AArch64CallLowering.cpp | 45 MachineInstr *Copy = in lowerReturn() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLDCleanup.cpp | 120 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/ |
D | cfx_graphstatedata.cpp | 26 void CFX_GraphStateData::Copy(const CFX_GraphStateData& src) { in Copy() function in CFX_GraphStateData
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_util.h | 49 static void Copy(const SrcTensor& s, Shape s_start, Shape len, DstTensor& d, in Copy() function
|
/external/llvm/unittests/ADT/ |
D | FunctionRefTest.cpp | 19 TEST(FunctionRefTest, Copy) { in TEST() argument
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SmallBitVector.h | 372 SmallBitVector Copy = RHS; variable 386 SmallBitVector Copy = RHS; variable 400 SmallBitVector Copy = RHS; variable
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | ByteArray.cs | 50 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/ |
D | dwarfdump-objc.m | 11 @property (copy) NSObject *Copy; property
|
/external/pdfium/fxjs/ |
D | cjs_globalvariablearray.cpp | 15 void CJS_GlobalVariableArray::Copy(const CJS_GlobalVariableArray& array) { in Copy() function in CJS_GlobalVariableArray
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_allstates.cpp | 23 void CPDF_AllStates::Copy(const CPDF_AllStates& src) { in Copy() function in CPDF_AllStates
|
/external/google-breakpad/src/processor/ |
D | basic_code_modules.cc | 124 const CodeModules* BasicCodeModules::Copy() const { in Copy() function in google_breakpad::BasicCodeModules
|
D | stackwalker_unittest_utils.h | 117 const google_breakpad::CodeModule *Copy() const { in Copy() function 160 const CodeModules *Copy() const { abort(); } // Tests won't use this. in Copy() function
|
D | basic_code_module.h | 91 virtual const CodeModule* Copy() const { return new BasicCodeModule(this); } in Copy() function
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | BitVectorTest.cpp | 79 BitVector Copy = Vec; in TEST() local
|
D | SmallBitVectorTest.cpp | 76 SmallBitVector Copy = Vec; in TEST() local
|
/external/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 414 SmallBitVector Copy = RHS; variable 461 SmallBitVector Copy = RHS; variable 475 SmallBitVector Copy = RHS; variable
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer.cc | 246 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
|
D | minidump_file_writer.h | 185 inline bool Copy(const void *src, size_t size) { in Copy() function
|
/external/tensorflow/tensorflow/python/platform/ |
D | gfile.py | 22 from tensorflow.python.lib.io.file_io import copy as Copy unknown
|
/external/skqp/src/gpu/ |
D | GrSurfaceProxy.cpp | 264 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/ |
D | GrSurfaceProxy.cpp | 292 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
|