Home
last modified time | relevance | path

Searched defs:copied (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DCharStreamsTest.java156 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 DCharStreamsTest.java156 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 Dtr_video.c48 …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/
Dcopied.hpp24 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 Dbuffer.c47 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 Dsg_unittests.cpp40 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 Diovec.c32 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 DSpannedStringNoCopyTest.java44 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 DSpannableStringNoCopyTest.java44 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 Dinline_queue_test.cc51 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 Dinline_deque_test.cc52 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/
Ddecoder.rs163 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 Demplace_constructible.h16 int copied = 0; member
27 int copied = 0; member
47 int copied = 0; member
H A Dany_helpers.h102 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 Demplace_constructible.h16 int copied = 0; member
27 int copied = 0; member
47 int copied = 0; member
H A Dany_helpers.h105 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 Dtests.rs44 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 Dtests.rs44 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 Dtests.rs44 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 Dtests.rs44 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 Dtests.rs44 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 DFontCollectionTest.cpp210 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 DEuiccProfileInfoTest.java150 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 Dstr.allocator_propagation.pass.cpp40 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 DStreams.kt32 val copied = if (this.array.size - position < length) this.array.size - position else length in read() constant

12345678910>>...24