/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/ |
H A D | copy.rs | 98 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64>; in copy_to() method 111 default fn copy_to(&mut self, _to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() function 123 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() method 138 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() method 157 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | copy.rs | 98 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64>; in copy_to() method 111 default fn copy_to(&mut self, _to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() function 123 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() method 138 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() method 157 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | copy.rs | 98 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64>; in copy_to() method 111 default fn copy_to(&mut self, _to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() function 123 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() method 138 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() method 157 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | copy.rs | 98 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64>; in copy_to() method 111 default fn copy_to(&mut self, _to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() function 123 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() method 138 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() method 157 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/ |
H A D | copy.rs | 98 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64>; in copy_to() method 111 default fn copy_to(&mut self, _to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() function 123 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() method 138 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() method 157 fn copy_to(&mut self, to: &mut (impl Write + ?Sized)) -> Result<u64> { in copy_to() function
|
/aosp_15_r20/external/executorch/kernels/prim_ops/test/ |
H A D | prim_ops_test.cpp | 133 Tensor copy_to = tf.make({2, 2}, {0, 0, 0, 0}); in TEST_F() local 137 Tensor copy_to = in TEST_F() local 181 auto copy_to = tf.make({2, 3}, {1, 2, 3, 4, 5, 6}); in TEST_F() local 208 auto copy_to = tf.make({2, 2}, buf); in TEST_F() local
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-one.c | 2610 u32 copy_from, copy_to, in fuzz_one_original() local 2638 u32 copy_to = rand_below(afl, temp_len - copy_len + 1); in fuzz_one_original() local 3185 u32 copy_from, copy_to, copy_len; in fuzz_one_original() local 5465 u32 copy_from, copy_to, copy_len; in mopt_common_fuzzing() local 5640 u32 copy_from, copy_to, copy_len; in mopt_common_fuzzing() local
|
/aosp_15_r20/external/trusty/lk/arch/x86/64/ |
D | usercopy.c | 34 bool copy_to) { in is_permission_legal() 61 bool copy_to, size_t len) { in is_valid_to_copy()
|
/aosp_15_r20/external/AFLplusplus/include/ |
H A D | afl-mutations.h | 2170 u32 copy_to = rand_below(afl, len - copy_len + 1); in afl_mutate() local 2189 u32 copy_to = rand_below(afl, len - copy_len + 1); in afl_mutate() local 2621 u32 copy_from, copy_to, copy_len; in afl_mutate() local
|
/aosp_15_r20/external/executorch/kernels/prim_ops/ |
H A D | et_copy_index.cpp | 71 auto copy_to = (*stack[0]).toTensor(); in et_copy_index() local
|
/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A D | tensor-view.h | 61 bool copy_to(T* dest, int dest_size) const { in copy_to() function
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/containers/ |
H A D | StagingBuffer.h | 88 inline void copy_to(void* dst, const size_t nbytes) { in copy_to() function
|
/aosp_15_r20/frameworks/av/media/utils/include/mediautils/ |
H A D | InPlaceFunction.h | 36 void (*copy_to)(const void* storage, void* other) = nullptr; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/experimental/__simd/ |
D | simd_mask.h | 75 _LIBCPP_HIDE_FROM_ABI void copy_to(value_type* __mem, _Flags) const { in copy_to() function
|
D | simd.h | 102 _LIBCPP_HIDE_FROM_ABI void copy_to(_Up* __mem, _Flags) const { in copy_to() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/ |
D | image.rs | 150 pub fn copy_to<Coord2>(&self, pos: Coord2) -> BitMapElement<Coord2, P> { in copy_to() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/ |
D | blocking.rs | 204 pub(crate) fn copy_to(&mut self, dst: &mut ReadBuf<'_>) -> usize { in copy_to() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/ |
D | unaligned_slice.rs | 86 pub fn copy_to(&self, dest: &mut [T]) { in copy_to() method
|
/aosp_15_r20/external/rust/crates/uefi/src/data_types/ |
D | unaligned_slice.rs | 86 pub fn copy_to(&self, dest: &mut [T]) { in copy_to() method
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | TensorIndexing.h | 407 inline void copy_to(const Tensor& dst, const Tensor& src) { in copy_to() function
|
/aosp_15_r20/external/crosvm/base/src/ |
H A D | volatile_memory.rs | 232 pub fn copy_to<T>(&self, buf: &mut [T]) in copy_to() method
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
H A D | sparse.rs | 334 fn copy_to<T: AsBytes + FromBytes>(val: &T, bytes: &mut [u8]) { in copy_to() function
|
/aosp_15_r20/external/crosvm/common/audio_streams/src/ |
H A D | capture.rs | 218 pub fn copy_to(&mut self, writer: &mut dyn Write) -> io::Result<usize> { in copy_to() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/ |
D | volatile_memory.rs | 549 pub fn copy_to<T>(&self, buf: &mut [T]) -> usize in copy_to() method 1376 pub fn copy_to(&self, buf: &mut [T]) -> usize { in copy_to() function
|
/aosp_15_r20/external/skia/tools/ |
H A D | ToolUtils.cpp | 392 bool copy_to(SkBitmap* dst, SkColorType dstColorType, const SkBitmap& src) { in copy_to() function
|