Home
last modified time | relevance | path

Searched full:copied (Results 1 – 25 of 13877) sorted by relevance

12345678910>>...556

/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbuffer.hpp1107 * Both forms return the number of bytes actually copied. The number of bytes
1108 * copied is the lesser of:
1127 * the bytes will be copied.
1130 * which the bytes will be copied.
1132 * @returns The number of bytes copied.
1134 * @note The number of bytes copied is the lesser of:
1157 * the bytes will be copied.
1160 * which the bytes will be copied.
1162 * @returns The number of bytes copied.
1164 * @note The number of bytes copied is the lesser of:
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/
Dconversion_test.cpp18 enum ConstructionType { Copied, Moved, Other }; enumerator
36 { c_type_ = Copied; } in conversion_target()
52 { c_type_ = Copied; } in conversion_target_copymovable()
58 { c_type_ = Copied; return *this; } in operator =()
125 { return Copied; } in construction_type_impl()
191 assert(c.construction_type() == Copied); in main()
193 assert(c.construction_type() == Copied); in main()
198 assert(c.construction_type() == Copied); in main()
200 assert(c.construction_type() == Copied); in main()
204 assert(c.construction_type() == Copied); in main()
[all …]
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Davxintrin.h771 /// copied.
773 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the
775 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
778 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
780 /// 1: Bits [127:64] of the source are copied to bits [127:64] of the
782 /// \returns A 128-bit vector of [2 x double] containing the copied values.
800 /// copied.
802 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the
804 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
807 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
Davxintrin.h771 /// copied.
773 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the
775 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
778 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
780 /// 1: Bits [127:64] of the source are copied to bits [127:64] of the
782 /// \returns A 128-bit vector of [2 x double] containing the copied values.
800 /// copied.
802 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the
804 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
807 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
[all …]
/aosp_15_r20/external/clang/lib/Headers/
H A Davxintrin.h771 /// copied.
773 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the
775 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
778 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
780 /// 1: Bits [127:64] of the source are copied to bits [127:64] of the
782 /// \returns A 128-bit vector of [2 x double] containing the copied values.
800 /// copied.
802 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the
804 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
807 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_video.c48 …struct pipe_mpeg12_picture_desc *copied = mem_dup(*picture, sizeof(struct pipe_mpeg12_picture_desc… in unwrap_refrence_frames() local
49 assert(copied); in unwrap_refrence_frames()
50 unwrap_refrence_frames_in_place(copied->ref, ARRAY_SIZE(copied->ref)); in unwrap_refrence_frames()
51 *picture = (struct pipe_picture_desc*)copied; in unwrap_refrence_frames()
55 …struct pipe_mpeg4_picture_desc *copied = mem_dup(*picture, sizeof(struct pipe_mpeg4_picture_desc)); in unwrap_refrence_frames() local
56 assert(copied); in unwrap_refrence_frames()
57 unwrap_refrence_frames_in_place(copied->ref, ARRAY_SIZE(copied->ref)); in unwrap_refrence_frames()
58 *picture = (struct pipe_picture_desc*)copied; in unwrap_refrence_frames()
62 … struct pipe_vc1_picture_desc *copied = mem_dup(*picture, sizeof(struct pipe_vc1_picture_desc)); in unwrap_refrence_frames() local
63 assert(copied); in unwrap_refrence_frames()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
Dassoc_container.hpp220 /// copied by the Hash_Fn object of the container object.
225 /// copied by the hash_fn object of the container object, and
226 /// r_eq_fn will be copied by the eq_fn object of the container
232 /// copied by the hash_fn object of the container object, r_eq_fn
233 /// will be copied by the eq_fn object of the container object,
234 /// and r_comb_hash_fn will be copied by the comb_hash_fn object
240 /// copied by the hash_fn object of the container object, r_eq_fn
241 /// will be copied by the eq_fn object of the container object,
242 /// r_comb_hash_fn will be copied by the comb_hash_fn object of
243 /// the container object, and r_resize_policy will be copied by
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/
Dassoc_container.hpp220 /// copied by the Hash_Fn object of the container object.
225 /// copied by the hash_fn object of the container object, and
226 /// r_eq_fn will be copied by the eq_fn object of the container
232 /// copied by the hash_fn object of the container object, r_eq_fn
233 /// will be copied by the eq_fn object of the container object,
234 /// and r_comb_hash_fn will be copied by the comb_hash_fn object
240 /// copied by the hash_fn object of the container object, r_eq_fn
241 /// will be copied by the eq_fn object of the container object,
242 /// r_comb_hash_fn will be copied by the comb_hash_fn object of
243 /// the container object, and r_resize_policy will be copied by
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Davxintrin.h776 /// copied. \n
778 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned
780 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
783 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
785 /// 1: Bits [127:64] of the source are copied to bits [127:64] of the
787 /// \returns A 128-bit vector of [2 x double] containing the copied values.
805 /// copied. \n
807 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned
809 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
812 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Davxintrin.h776 /// copied. \n
778 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned
780 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
783 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
785 /// 1: Bits [127:64] of the source are copied to bits [127:64] of the
787 /// \returns A 128-bit vector of [2 x double] containing the copied values.
805 /// copied. \n
807 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned
809 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
812 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
[all …]
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A Davxintrin.h776 /// copied. \n
778 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned
780 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
783 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
785 /// 1: Bits [127:64] of the source are copied to bits [127:64] of the
787 /// \returns A 128-bit vector of [2 x double] containing the copied values.
805 /// copied. \n
807 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned
809 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
812 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Davxintrin.h784 /// copied. \n
786 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned
788 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
791 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
793 /// 1: Bits [127:64] of the source are copied to bits [127:64] of the
795 /// \returns A 128-bit vector of [2 x double] containing the copied values.
813 /// copied. \n
815 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned
817 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
820 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
Davxintrin.h776 /// copied. \n
778 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned
780 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
783 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
785 /// 1: Bits [127:64] of the source are copied to bits [127:64] of the
787 /// \returns A 128-bit vector of [2 x double] containing the copied values.
805 /// copied. \n
807 /// 0: Bits [63:0] of the source are copied to bits [63:0] of the returned
809 /// 1: Bits [127:64] of the source are copied to bits [63:0] of the
812 /// 0: Bits [63:0] of the source are copied to bits [127:64] of the
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/tests/
Drayon.rs272 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
273 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
280 let expected = MAP_EXTENSION.iter().copied().collect::<HashMap<_, _>>(); in map_seq_par_equivalence_existing_empty_extend()
284 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
285 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
296 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
297 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
308 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_extend()
309 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_extend()
426 set_seq.extend(SET_EXTENSION_EMPTY.iter().copied()); in set_seq_par_equivalence_existing_empty_extend_empty()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/tests/
H A Drayon.rs272 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
273 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
280 let expected = MAP_EXTENSION.iter().copied().collect::<HashMap<_, _>>(); in map_seq_par_equivalence_existing_empty_extend()
284 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
285 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
296 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
297 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
308 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_extend()
309 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_extend()
428 set_seq.extend(SET_EXTENSION_EMPTY.iter().copied()); in set_seq_par_equivalence_existing_empty_extend_empty()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/tests/
H A Drayon.rs272 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
273 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
280 let expected = MAP_EXTENSION.iter().copied().collect::<HashMap<_, _>>(); in map_seq_par_equivalence_existing_empty_extend()
284 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
285 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
296 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
297 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
308 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_extend()
309 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_extend()
428 set_seq.extend(SET_EXTENSION_EMPTY.iter().copied()); in set_seq_par_equivalence_existing_empty_extend_empty()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/tests/
H A Drayon.rs272 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
273 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
280 let expected = MAP_EXTENSION.iter().copied().collect::<HashMap<_, _>>(); in map_seq_par_equivalence_existing_empty_extend()
284 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
285 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
296 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
297 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
308 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_extend()
309 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_extend()
428 set_seq.extend(SET_EXTENSION_EMPTY.iter().copied()); in set_seq_par_equivalence_existing_empty_extend_empty()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/tests/
H A Drayon.rs272 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
273 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
280 let expected = MAP_EXTENSION.iter().copied().collect::<HashMap<_, _>>(); in map_seq_par_equivalence_existing_empty_extend()
284 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
285 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
296 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
297 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
308 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_extend()
309 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_extend()
428 set_seq.extend(SET_EXTENSION_EMPTY.iter().copied()); in set_seq_par_equivalence_existing_empty_extend_empty()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/tests/
H A Drayon.rs272 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
273 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend_empty()
280 let expected = MAP_EXTENSION.iter().copied().collect::<HashMap<_, _>>(); in map_seq_par_equivalence_existing_empty_extend()
284 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
285 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_empty_extend()
296 map_seq.extend(MAP_EXTENSION_EMPTY.iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
297 map_par.par_extend(MAP_EXTENSION_EMPTY.par_iter().copied()); in map_seq_par_equivalence_existing_extend_empty()
308 map_seq.extend(MAP_EXTENSION.iter().copied()); in map_seq_par_equivalence_existing_extend()
309 map_par.par_extend(MAP_EXTENSION.par_iter().copied()); in map_seq_par_equivalence_existing_extend()
428 set_seq.extend(SET_EXTENSION_EMPTY.iter().copied()); in set_seq_par_equivalence_existing_empty_extend_empty()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dcopied.rs13 /// This `struct` is created by the [`copied`] method on [`Iterator`]. See its
16 /// [`copied`]: Iterator::copied
21 pub struct Copied<I> { struct
25 impl<I> Copied<I> { argument
26 pub(in crate::iter) fn new(it: I) -> Copied<I> { in new()
27 Copied { it } in new()
40 impl<'a, I, T: 'a> Iterator for Copied<I> implementation
48 self.it.next().copied() in next()
81 self.it.nth(n).copied() in nth()
85 self.it.last().copied() in last()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dcopied.rs13 /// This `struct` is created by the [`copied`] method on [`Iterator`]. See its
16 /// [`copied`]: Iterator::copied
21 pub struct Copied<I> { struct
25 impl<I> Copied<I> { argument
26 pub(in crate::iter) fn new(it: I) -> Copied<I> { in new()
27 Copied { it } in new()
40 impl<'a, I, T: 'a> Iterator for Copied<I> implementation
48 self.it.next().copied() in next()
81 self.it.nth(n).copied() in nth()
85 self.it.last().copied() in last()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dcopied.rs13 /// This `struct` is created by the [`copied`] method on [`Iterator`]. See its
16 /// [`copied`]: Iterator::copied
21 pub struct Copied<I> { struct
25 impl<I> Copied<I> { implementation
26 pub(in crate::iter) fn new(it: I) -> Copied<I> { in new()
27 Copied { it } in new()
40 impl<'a, I, T: 'a> Iterator for Copied<I> implementation
48 self.it.next().copied() in next()
81 self.it.nth(n).copied() in nth()
85 self.it.last().copied() in last()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dcopied.rs13 /// This `struct` is created by the [`copied`] method on [`Iterator`]. See its
16 /// [`copied`]: Iterator::copied
21 pub struct Copied<I> { struct
25 impl<I> Copied<I> { argument
26 pub(in crate::iter) fn new(it: I) -> Copied<I> { in new()
27 Copied { it } in new()
40 impl<'a, I, T: 'a> Iterator for Copied<I> implementation
48 self.it.next().copied() in next()
81 self.it.nth(n).copied() in nth()
85 self.it.last().copied() in last()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dcopied.rs13 /// This `struct` is created by the [`copied`] method on [`Iterator`]. See its
16 /// [`copied`]: Iterator::copied
21 pub struct Copied<I> { struct
25 impl<I> Copied<I> { impl
26 pub(in crate::iter) fn new(it: I) -> Copied<I> { in new()
27 Copied { it } in new()
40 impl<'a, I, T: 'a> Iterator for Copied<I> implementation
48 self.it.next().copied() in next()
81 self.it.nth(n).copied() in nth()
85 self.it.last().copied() in last()
[all …]
/aosp_15_r20/external/libfuse/lib/
H A Dbuffer.c47 size_t copied = 0; in fuse_buf_write() local
57 if (!copied) in fuse_buf_write()
64 copied += res; in fuse_buf_write()
73 return copied; in fuse_buf_write()
81 size_t copied = 0; in fuse_buf_read() local
91 if (!copied) in fuse_buf_read()
98 copied += res; in fuse_buf_read()
107 return copied; in fuse_buf_read()
120 size_t copied = 0; in fuse_buf_fd_to_fd() local
130 if (!copied) in fuse_buf_fd_to_fd()
[all …]

12345678910>>...556