Home
last modified time | relevance | path

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

1234

/external/guava/guava-tests/test/com/google/common/io/
DCharStreamsTest.java158 long copied = in testCopy() local
162 assertEquals(ASCII.length(), copied); in testCopy() local
169 assertEquals(I18N.length(), copied); in testCopy() local
174 long copied = CharStreams.copy(new StringReader(ASCII), builder); in testCopy_toStringBuilder_fromReader() local
176 assertEquals(ASCII.length(), copied); in testCopy_toStringBuilder_fromReader() local
181 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReader() local
186 long copied = CharStreams.copy(wrapAsGenericReadable(new StringReader(ASCII)), builder); in testCopy_toStringBuilder_fromReadable() local
188 assertEquals(ASCII.length(), copied); in testCopy_toStringBuilder_fromReadable() local
193 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReadable() local
198 long copied = CharStreams.copy(new StringReader(ASCII), writer); in testCopy_toWriter_fromReader() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/io/
DCharStreamsTest.java158 long copied = in testCopy() local
162 assertEquals(ASCII.length(), copied); in testCopy() local
169 assertEquals(I18N.length(), copied); in testCopy() local
174 long copied = CharStreams.copy(new StringReader(ASCII), builder); in testCopy_toStringBuilder_fromReader() local
176 assertEquals(ASCII.length(), copied); in testCopy_toStringBuilder_fromReader() local
181 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReader() local
186 long copied = CharStreams.copy(wrapAsGenericReadable(new StringReader(ASCII)), builder); in testCopy_toStringBuilder_fromReadable() local
188 assertEquals(ASCII.length(), copied); in testCopy_toStringBuilder_fromReadable() local
193 assertEquals(I18N.length(), copied); in testCopy_toStringBuilder_fromReadable() local
198 long copied = CharStreams.copy(new StringReader(ASCII), writer); in testCopy_toWriter_fromReader() local
[all …]
/external/libese/libese/tests/
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
/external/libcxx/test/support/
Demplace_constructible.h16 int copied = 0; member
27 int copied = 0; member
47 int copied = 0; member
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
/external/llvm-project/libcxx/test/support/
Demplace_constructible.h16 int copied = 0; member
27 int copied = 0; member
47 int copied = 0; member
Dany_helpers.h104 static int copied; member
184 static int copied; member
277 static int copied; member
315 static int copied; member
356 static int copied; member
Dexperimental_any_helpers.h73 static int copied; member
147 static int copied; member
/external/libfuse/lib/
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
284 size_t copied = 0; in fuse_buf_copy() local
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dassign_rv_pair.pass.cpp39 static int copied; member
46 int CountAssign::copied = 0; member in CountAssign
Dassign_pair.pass.cpp40 static int copied; member
47 int CountAssign::copied = 0; member in CountAssign
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dmove.pass.cpp41 static int copied; member
48 int CountAssign::copied = 0; member in CountAssign
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dmove.pass.cpp41 static int copied; member
48 int CountAssign::copied = 0; member in CountAssign
/external/squashfs-tools/kernel/fs/squashfs/
Dsymlink.c55 int bytes, copied; in squashfs_symlink_readpage() local
/external/libchrome/mojo/public/cpp/bindings/tests/
Dcontainer_test_util.h21 bool copied() const { return copied_; } in copied() function
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h36 bool copied; member
43 } copied; member
/external/icu/icu4c/source/test/intltest/
Dquantityformattertest.cpp87 QuantityFormatter copied(fmt); in TestBasic() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h36 bool copied; member
43 } copied; member
/external/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dassign_rv_pair_U_V.pass.cpp29 int copied = 0; member
Dassign_rv_pair.pass.cpp25 int copied = 0; member
Dassign_pair.pass.cpp25 int copied = 0; member
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DStorage.java543 short copied = fillIncomingBuffer(apdu, metadata, (short)0, in process() local
587 short copied = fillIncomingBuffer(apdu, metadata, in process() local
/external/rust/crates/tokio/tests/
Dio_copy_bidirectional.rs23 let mut copied = 0; in block_write() localVariable
/external/pigweed/pw_string/
Dstring_builder.cc66 const size_t copied = std::min(chars_to_append, max_size() - size()); in ResizeAndTerminate() local
/external/llvm-project/polly/lib/External/isl/
Disl_sort.c57 size_t copied = 0; in msort() local

1234