/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/ |
H A D | CharStreamsTest.java | 156 long copied = in testCopy() local 160 assertEquals(ASCII.length(), copied); in testCopy() local 167 assertEquals(I18N.length(), copied); in testCopy() local 172 long copied = CharStreams.copy(new StringReader(ASCII), builder); in testCopy_toStringBuilder_fromReader() local 174 assertEquals(ASCII.length(), copied); in testCopy_toStringBuilder_fromReader() local 179 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReader() local 184 long copied = CharStreams.copy(wrapAsGenericReadable(new StringReader(ASCII)), builder); in testCopy_toStringBuilder_fromReadable() local 186 assertEquals(ASCII.length(), copied); in testCopy_toStringBuilder_fromReadable() local 191 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReadable() local 196 long copied = CharStreams.copy(new StringReader(ASCII), writer); in testCopy_toWriter_fromReader() local [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/ |
H A D | CharStreamsTest.java | 156 long copied = in testCopy() local 160 assertEquals(ASCII.length(), copied); in testCopy() local 167 assertEquals(I18N.length(), copied); in testCopy() local 172 long copied = CharStreams.copy(new StringReader(ASCII), builder); in testCopy_toStringBuilder_fromReader() local 174 assertEquals(ASCII.length(), copied); in testCopy_toStringBuilder_fromReader() local 179 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReader() local 184 long copied = CharStreams.copy(wrapAsGenericReadable(new StringReader(ASCII)), builder); in testCopy_toStringBuilder_fromReadable() local 186 assertEquals(ASCII.length(), copied); in testCopy_toStringBuilder_fromReadable() local 191 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReadable() local 196 long copied = CharStreams.copy(new StringReader(ASCII), writer); in testCopy_toWriter_fromReader() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_video.c | 48 …struct pipe_mpeg12_picture_desc *copied = mem_dup(*picture, sizeof(struct pipe_mpeg12_picture_desc… in unwrap_refrence_frames() local 55 …struct pipe_mpeg4_picture_desc *copied = mem_dup(*picture, sizeof(struct pipe_mpeg4_picture_desc)); in unwrap_refrence_frames() local 62 … struct pipe_vc1_picture_desc *copied = mem_dup(*picture, sizeof(struct pipe_vc1_picture_desc)); in unwrap_refrence_frames() local 69 … struct pipe_h264_picture_desc *copied = mem_dup(*picture, sizeof(struct pipe_h264_picture_desc)); in unwrap_refrence_frames() local 76 … struct pipe_h265_picture_desc *copied = mem_dup(*picture, sizeof(struct pipe_h265_picture_desc)); in unwrap_refrence_frames() local 85 … struct pipe_vp9_picture_desc *copied = mem_dup(*picture, sizeof(struct pipe_vp9_picture_desc)); in unwrap_refrence_frames() local 92 … struct pipe_av1_picture_desc *copied = mem_dup(*picture, sizeof(struct pipe_av1_picture_desc)); in unwrap_refrence_frames() local 121 bool copied = unwrap_refrence_frames(&picture); in trace_video_codec_begin_frame() local 149 bool copied = unwrap_refrence_frames(&picture); in trace_video_codec_decode_macroblock() local 178 bool copied = unwrap_refrence_frames(&picture); in trace_video_codec_decode_bitstream() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/ |
D | copied.hpp | 24 struct copied struct 26 copied(std::size_t t_, std::size_t u_) in copied() argument 29 std::size_t t; 30 std::size_t u;
|
/aosp_15_r20/external/libfuse/lib/ |
H A D | buffer.c | 47 size_t copied = 0; in fuse_buf_write() local 81 size_t copied = 0; in fuse_buf_read() local 120 size_t copied = 0; in fuse_buf_fd_to_fd() local 171 size_t copied = 0; in fuse_buf_splice() local 287 size_t copied = 0; in fuse_buf_copy() local
|
/aosp_15_r20/external/libese/libese/tests/ |
H A D | sg_unittests.cpp | 40 uint32_t copied; in TEST_F() local 54 uint32_t copied; in TEST_F() local 81 uint32_t copied; in TEST_F() local 115 uint32_t copied; in TEST_F() local
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | iovec.c | 32 size_t copied = 0; in membuf_to_kern_iovec() local 68 size_t copied = 0; in kern_iovec_to_membuf() local 105 size_t copied = 0; in membuf_to_user_iovec() local 148 size_t copied = 0; in user_iovec_to_membuf_iter() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | SpannedStringNoCopyTest.java | 44 final SpannedString copied = new SpannedString(first); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local 58 final SpannedString copied = new SpannedString(first, true /* ignoreNoCopySpan */); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local 76 final SpannedString copied = new SpannedString(new CustomSpanned(first)); in testCopyConstructor_copyNoCopySpans_OtherSpannedImpl() local 90 final SpannedString copied = new SpannedString( in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannedImpl() local
|
H A D | SpannableStringNoCopyTest.java | 44 final SpannedString copied = new SpannedString(first); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local 58 final SpannedString copied = new SpannedString(first, true /* ignoreNoCopySpan */); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local 76 final SpannedString copied = new SpannedString(new CustomSpannable(first)); in testCopyConstructor_copyNoCopySpans_OtherSpannableImpl() local 90 final SpannedString copied = new SpannedString( in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannableImpl() local
|
/aosp_15_r20/external/pigweed/pw_containers/ |
H A D | inline_queue_test.cc | 51 InlineQueue<CopyOnly, 4> copied(queue); in TEST() local 62 InlineQueue<CopyOnly, 5> copied(queue); in TEST() local 73 InlineQueue<CopyOnly, 3> copied(queue); in TEST() local 172 InlineQueue<CopyOnly, 4> copied = queue; in TEST() local 183 InlineQueue<CopyOnly, 5> copied = queue; in TEST() local 194 InlineQueue<CopyOnly, 3> copied = queue; in TEST() local
|
H A D | inline_deque_test.cc | 52 InlineDeque<CopyOnly, 4> copied(deque_ref); in TEST() local 78 InlineDeque<CopyOnly, 5> copied(deque); in TEST() local 104 InlineDeque<CopyOnly, 3> copied(deque); in TEST() local 159 InlineDeque<CopyOnly, 4> copied = deque; in TEST() local 170 InlineDeque<CopyOnly, 5> copied = deque; in TEST() local 181 InlineDeque<CopyOnly, 3> copied = deque; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/ |
D | decoder.rs | 163 let copied = in __before_parse_tokio_02() localVariable 182 let copied = in __before_parse_tokio_03() localVariable 201 let copied = in __before_parse_tokio() localVariable 220 let copied = self.buffer.extend_buf(reader).await?; in __before_parse_async() localVariable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | emplace_constructible.h | 16 int copied = 0; member 27 int copied = 0; member 47 int copied = 0; member
|
H A D | any_helpers.h | 102 static int copied; member 182 static int copied; member 275 static int copied; member 313 static int copied; member 354 static int copied; member
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | emplace_constructible.h | 16 int copied = 0; member 27 int copied = 0; member 47 int copied = 0; member
|
H A D | any_helpers.h | 105 static int copied; member 185 static int copied; member 278 static int copied; member 316 static int copied; member 357 static int copied; member
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 44 let copied = crate::io::copy(&mut source, &mut sink)?; in copy_specialization() localVariable 57 let mut copied = Vec::new(); in copy_specialization() localVariable 79 let copied = crate::io::copy(&mut source, &mut sink)?; in copies_append_mode_sink() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 44 let copied = crate::io::copy(&mut source, &mut sink)?; in copy_specialization() localVariable 57 let mut copied = Vec::new(); in copy_specialization() localVariable 79 let copied = crate::io::copy(&mut source, &mut sink)?; in copies_append_mode_sink() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 44 let copied = crate::io::copy(&mut source, &mut sink)?; in copy_specialization() localVariable 57 let mut copied = Vec::new(); in copy_specialization() localVariable 79 let copied = crate::io::copy(&mut source, &mut sink)?; in copies_append_mode_sink() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 44 let copied = crate::io::copy(&mut source, &mut sink)?; in copy_specialization() localVariable 57 let mut copied = Vec::new(); in copy_specialization() localVariable 79 let copied = crate::io::copy(&mut source, &mut sink)?; in copies_append_mode_sink() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 44 let copied = crate::io::copy(&mut source, &mut sink)?; in copy_specialization() localVariable 57 let mut copied = Vec::new(); in copy_specialization() localVariable 79 let copied = crate::io::copy(&mut source, &mut sink)?; in copies_append_mode_sink() localVariable
|
/aosp_15_r20/frameworks/minikin/tests/unittest/ |
H A D | FontCollectionTest.cpp | 210 auto copied = FontCollection::readVector(&reader); in TEST() local 230 auto copied = FontCollection::readVector(&reader); in TEST() local 244 auto copied = FontCollection::readVector(&reader); in TEST() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/service/euicc/ |
H A D | EuiccProfileInfoTest.java | 150 EuiccProfileInfo copied = new EuiccProfileInfo.Builder(p).build(); in testBuilder_BasedOnAnotherProfile() local 174 EuiccProfileInfo copied = new EuiccProfileInfo.Builder(p).build(); in testBuilder_BasedOnAnotherProfileWithEmptyAccessRules() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/string.streams/ostringstream/ostringstream.members/ |
H A D | str.allocator_propagation.pass.cpp | 40 S copied = ss.str(); in test_soccc_behavior() local 89 S copied = ss.str(); in test_no_foreign_allocations() local
|
/aosp_15_r20/external/kotlinx.serialization/formats/cbor/commonMain/src/kotlinx/serialization/cbor/internal/ |
H A D | Streams.kt | 32 val copied = if (this.array.size - position < length) this.array.size - position else length in read() constant
|