| /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/rust/crates/tokio/src/io/util/ |
| D | copy.rs | 109 struct Copy<'a, R: ?Sized, W: ?Sized> { struct 112 buf: CopyBuffer, argument 162 impl<R, W> Future for Copy<'_, R, W> implementation
|
| /external/libcxx/benchmarks/ |
| D | algorithms.bench.cpp | 109 for (auto& Copy : Copies) in resetCopies() local 122 for (auto& Copy : Copies) { in runOpOnCopies() local 135 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run() 153 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run() 171 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run() 189 [](auto& Copy) { std::sort_heap(Copy.begin(), Copy.end()); }); in run() 202 runOpOnCopies<ValueType>(state, Quantity, Order(), false, [](auto& Copy) { in run() 219 runOpOnCopies<ValueType>(state, Quantity, Order(), true, [](auto& Copy) { in run() 239 runOpOnCopies<ValueType>(state, Quantity, Order(), true, [](auto& Copy) { in run()
|
| /external/pigweed/pw_string/public/pw_string/ |
| D | util.h | 76 PW_CONSTEXPR_CPP20 inline StatusWithSize Copy(const std::string_view& source, in Copy() function 90 PW_CONSTEXPR_CPP20 inline StatusWithSize Copy(const char* source, in Copy() function 96 PW_CONSTEXPR_CPP20 inline StatusWithSize Copy(const char* source, in Copy() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineCopyPropagation.cpp | 166 auto &Copy = I.first->second; in trackCopy() local 316 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister() local 350 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, unsigned Src, in eraseIfRedundant() 386 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy() 401 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy() 492 MachineInstr *Copy = Tracker.findAvailCopy(MI, MOUse.getReg(), *TRI); in forwardUses() local 770 MachineInstr *Copy = in propagateDefs() local 854 for (auto *Copy : MaybeDeadCopies) { in BackwardCopyPropagateBlock() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | constants.h | 219 std::unique_ptr<Constant> Copy() const override { in Copy() function 239 std::unique_ptr<Constant> Copy() const override { in Copy() function 278 std::unique_ptr<Constant> Copy() const override { in Copy() function 337 std::unique_ptr<Constant> Copy() const override { in Copy() function 365 std::unique_ptr<Constant> Copy() const override { in Copy() function 398 std::unique_ptr<Constant> Copy() const override { in Copy() function 424 std::unique_ptr<Constant> Copy() const override { in Copy() function 440 std::unique_ptr<Constant> Copy() const override { in Copy() function
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | constants.h | 219 std::unique_ptr<Constant> Copy() const override { in Copy() function 239 std::unique_ptr<Constant> Copy() const override { in Copy() function 278 std::unique_ptr<Constant> Copy() const override { in Copy() function 337 std::unique_ptr<Constant> Copy() const override { in Copy() function 365 std::unique_ptr<Constant> Copy() const override { in Copy() function 398 std::unique_ptr<Constant> Copy() const override { in Copy() function 424 std::unique_ptr<Constant> Copy() const override { in Copy() function 440 std::unique_ptr<Constant> Copy() const override { in Copy() function
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
| D | constants.h | 219 std::unique_ptr<Constant> Copy() const override { in Copy() function 239 std::unique_ptr<Constant> Copy() const override { in Copy() function 278 std::unique_ptr<Constant> Copy() const override { in Copy() function 337 std::unique_ptr<Constant> Copy() const override { in Copy() function 365 std::unique_ptr<Constant> Copy() const override { in Copy() function 398 std::unique_ptr<Constant> Copy() const override { in Copy() function 424 std::unique_ptr<Constant> Copy() const override { in Copy() function 440 std::unique_ptr<Constant> Copy() const override { in Copy() function
|
| /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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64CleanupLocalDynamicTLSPass.cpp | 104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local 125 MachineInstr *Copy = in setRegister() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZLDCleanup.cpp | 119 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local 139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() 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/googletest/googlemock/include/gmock/internal/ |
| D | gmock-internal-utils.h | 335 static type Copy(const RawContainer& container) { return container; } in Copy() function 356 static type Copy(const Element (&array)[N]) { in Copy() function 377 static type Copy(const ::std::tuple<ElementPointer, Size>& array) { in Copy() function
|
| /external/skia/experimental/graphite/src/ |
| D | TextureProxyView.h | 79 static TextureProxyView Copy(Recorder* recorder, in Copy() function 89 static TextureProxyView Copy(Recorder* recorder, in Copy() function
|
| /external/libnl/tools/ |
| D | build_release.sh | 46 Copy() { function
|
| /external/skia/src/gpu/ |
| D | GrSurfaceProxyView.h | 100 static GrSurfaceProxyView Copy(GrRecordingContext* context, in Copy() function 116 static GrSurfaceProxyView Copy(GrRecordingContext* rContext, in Copy() function
|
| /external/webrtc/logging/rtc_event_log/events/ |
| D | rtc_event_generic_packet_received.cc | 28 RtcEventGenericPacketReceived::Copy() const { in Copy() function in webrtc::RtcEventGenericPacketReceived
|
| D | rtc_event_dtls_transport_state.cc | 35 std::unique_ptr<RtcEventDtlsTransportState> RtcEventDtlsTransportState::Copy() in Copy() function in webrtc::RtcEventDtlsTransportState
|
| D | rtc_event_audio_receive_stream_config.cc | 43 RtcEventAudioReceiveStreamConfig::Copy() const { in Copy() function in webrtc::RtcEventAudioReceiveStreamConfig
|
| D | rtc_event_audio_playout.cc | 30 std::unique_ptr<RtcEventAudioPlayout> RtcEventAudioPlayout::Copy() const { in Copy() function in webrtc::RtcEventAudioPlayout
|
| D | rtc_event_rtp_packet_incoming.cc | 48 std::unique_ptr<RtcEventRtpPacketIncoming> RtcEventRtpPacketIncoming::Copy() in Copy() function in webrtc::RtcEventRtpPacketIncoming
|
| D | rtc_event_audio_network_adaptation.cc | 43 RtcEventAudioNetworkAdaptation::Copy() const { in Copy() function in webrtc::RtcEventAudioNetworkAdaptation
|
| D | rtc_event_video_receive_stream_config.cc | 42 RtcEventVideoReceiveStreamConfig::Copy() const { in Copy() function in webrtc::RtcEventVideoReceiveStreamConfig
|
| /external/rust/crates/num-integer/benches/ |
| D | average.rs | 120 T: Integer + Debug + Copy, in bench_unchecked() 132 T: Integer + Debug + Copy, in bench_ceil() 159 T: Integer + Debug + Copy, in bench_floor()
|