Home
last modified time | relevance | path

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

12345678910>>...12

/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/rust/crates/tokio/src/io/util/
Dcopy.rs109 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/
Dalgorithms.bench.cpp109 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/
Dutil.h76 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/
DMachineCopyPropagation.cpp166 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/
Dconstants.h219 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/
Dconstants.h219 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/
Dconstants.h219 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/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp104 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/
DSystemZLDCleanup.cpp119 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/
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/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h335 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/
DTextureProxyView.h79 static TextureProxyView Copy(Recorder* recorder, in Copy() function
89 static TextureProxyView Copy(Recorder* recorder, in Copy() function
/external/libnl/tools/
Dbuild_release.sh46 Copy() { function
/external/skia/src/gpu/
DGrSurfaceProxyView.h100 static GrSurfaceProxyView Copy(GrRecordingContext* context, in Copy() function
116 static GrSurfaceProxyView Copy(GrRecordingContext* rContext, in Copy() function
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_generic_packet_received.cc28 RtcEventGenericPacketReceived::Copy() const { in Copy() function in webrtc::RtcEventGenericPacketReceived
Drtc_event_dtls_transport_state.cc35 std::unique_ptr<RtcEventDtlsTransportState> RtcEventDtlsTransportState::Copy() in Copy() function in webrtc::RtcEventDtlsTransportState
Drtc_event_audio_receive_stream_config.cc43 RtcEventAudioReceiveStreamConfig::Copy() const { in Copy() function in webrtc::RtcEventAudioReceiveStreamConfig
Drtc_event_audio_playout.cc30 std::unique_ptr<RtcEventAudioPlayout> RtcEventAudioPlayout::Copy() const { in Copy() function in webrtc::RtcEventAudioPlayout
Drtc_event_rtp_packet_incoming.cc48 std::unique_ptr<RtcEventRtpPacketIncoming> RtcEventRtpPacketIncoming::Copy() in Copy() function in webrtc::RtcEventRtpPacketIncoming
Drtc_event_audio_network_adaptation.cc43 RtcEventAudioNetworkAdaptation::Copy() const { in Copy() function in webrtc::RtcEventAudioNetworkAdaptation
Drtc_event_video_receive_stream_config.cc42 RtcEventVideoReceiveStreamConfig::Copy() const { in Copy() function in webrtc::RtcEventVideoReceiveStreamConfig
/external/rust/crates/num-integer/benches/
Daverage.rs120 T: Integer + Debug + Copy, in bench_unchecked()
132 T: Integer + Debug + Copy, in bench_ceil()
159 T: Integer + Debug + Copy, in bench_floor()

12345678910>>...12