Home
last modified time | relevance | path

Searched defs:copy_from (Results 1 – 25 of 32) sorted by relevance

12

/external/sdv/vsomeip/third_party/boost/throw_exception/include/boost/
Dthrow_exception.hpp83 void copy_from( void const* ) in copy_from() function
87 void copy_from( boost::exception const* p ) in copy_from() function
/external/executorch/kernels/prim_ops/
Det_copy_index.cpp72 auto copy_from = (*stack[1]).toTensor(); in et_copy_index() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h261 const MultiplyAddDivideOffsetCalculation& copy_from) in OffsetCalculation()
263 OffsetCalculation(const OffsetCalculation& copy_from) { *this = copy_from; } in OffsetCalculation()
/external/executorch/backends/vulkan/runtime/api/containers/
DStagingBuffer.h78 inline void copy_from(const void* src, const size_t nbytes) { in copy_from() function
/external/perfetto/include/perfetto/trace_processor/
Dref_counted.h124 RefPtr(const RefPtr& copy_from) { in RefPtr()
/external/cronet/tot/third_party/libc++/src/include/__cxx03/experimental/__simd/
Dsimd_mask.h63 _LIBCPP_HIDE_FROM_ABI void copy_from(const value_type* __mem, _Flags) { in copy_from() function
Dsimd.h75 _LIBCPP_HIDE_FROM_ABI void copy_from(const _Up* __mem, _Flags) { in copy_from() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/experimental/__simd/
Dsimd_mask.h63 _LIBCPP_HIDE_FROM_ABI void copy_from(const value_type* __mem, _Flags) { in copy_from() function
Dsimd.h75 _LIBCPP_HIDE_FROM_ABI void copy_from(const _Up* __mem, _Flags) { in copy_from() function
/external/AFLplusplus/include/
Dafl-mutations.h2169 u32 copy_from = rand_below(afl, len - copy_len + 1); in afl_mutate() local
2191 u32 copy_from = copy_to ? copy_to - 1 : 0; in afl_mutate() local
2621 u32 copy_from, copy_to, copy_len; in afl_mutate() local
/external/cronet/tot/third_party/libc++/src/include/experimental/__simd/
Dsimd_mask.h70 _LIBCPP_HIDE_FROM_ABI void copy_from(const value_type* __mem, _Flags) { in copy_from() function
Dsimd.h97 _LIBCPP_HIDE_FROM_ABI void copy_from(const _Up* __mem, _Flags) { in copy_from() function
/external/cronet/stable/third_party/libc++/src/include/experimental/__simd/
Dsimd_mask.h70 _LIBCPP_HIDE_FROM_ABI void copy_from(const value_type* __mem, _Flags) { in copy_from() function
Dsimd.h97 _LIBCPP_HIDE_FROM_ABI void copy_from(const _Up* __mem, _Flags) { in copy_from() function
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dserialized_attributes.py111 name, checkpointable_objects=None, functions=None, copy_from=None): argument
/external/AFLplusplus/src/
Dafl-fuzz-one.c2610 u32 copy_from, copy_to, in fuzz_one_original() local
2640 u32 copy_from = copy_to ? copy_to - 1 : 0; 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
/external/ComputeLibrary/src/core/
DITensor.cpp35 void ITensor::copy_from(const ITensor &src) in copy_from() function in arm_compute::ITensor
/external/openthread/third_party/tcplp/lib/
Dcbuf.c106 …t cbufhead* chdr, const void* data, size_t data_offset, size_t data_len, cbuf_copier_t copy_from) { in cbuf_write()
286 …ize_t data_offset, size_t numbytes, uint8_t* bitmap, size_t* firstindex, cbuf_copier_t copy_from) { in cbuf_reass_write()
/external/cronet/stable/base/containers/
Dheap_array.h151 void copy_from(base::span<const T> other) { as_span().copy_from(other); } in copy_from() function
Dspan.h493 constexpr void copy_from(span<const element_type, extent> other) in copy_from() function
520 constexpr void copy_from(R&& other) { in copy_from() function
968 constexpr void copy_from(span<const element_type> other) in copy_from() function
/external/cronet/tot/base/containers/
Dheap_array.h151 void copy_from(base::span<const T> other) { as_span().copy_from(other); } in copy_from() function
Dspan.h493 constexpr void copy_from(span<const element_type, extent> other) in copy_from() function
520 constexpr void copy_from(R&& other) { in copy_from() function
968 constexpr void copy_from(span<const element_type> other) in copy_from() function
/external/rust/android-crates-io/crates/tokio/src/io/
Dblocking.rs217 pub(crate) fn copy_from(&mut self, src: &[u8], max_buf_size: usize) -> usize { in copy_from() method
/external/tensorflow/tensorflow/python/ops/
Dstateful_random_ops.py412 def __init__(self, copy_from=None, state=None, alg=None): argument
/external/crosvm/base/src/
Dvolatile_memory.rs296 pub fn copy_from<T>(&self, buf: &[T]) in copy_from() method

12