| /external/guava/android/guava-tests/test/com/google/common/io/ | 
| D | CharStreamsTest.java | 158     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/guava-tests/test/com/google/common/io/ | 
| D | CharStreamsTest.java | 158     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/ | 
| 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
  | 
| /external/libfuse/lib/ | 
| 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
  | 
| /external/libcxx/test/support/ | 
| D | emplace_constructible.h | 16   int copied = 0;  member 27   int copied = 0;  member 47   int copied = 0;  member
  | 
| 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
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/support/ | 
| D | emplace_constructible.h | 16   int copied = 0;  member 27   int copied = 0;  member 47   int copied = 0;  member
  | 
| 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
  | 
| /external/rust/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
  | 
| /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ | 
| D | assign_rv_pair.pass.cpp | 39   static int copied;  member 46 int CountAssign::copied = 0;  member in CountAssign
  | 
| D | assign_pair.pass.cpp | 40   static int copied;  member 47 int CountAssign::copied = 0;  member in CountAssign
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.filter/ | 
| D | ctor.view_pred.pass.cpp | 78     bool moved = false, copied = false;  in test()  local 88     bool moved = false, copied = false;  in test()  local
  | 
| /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ | 
| D | move.pass.cpp | 41   static int copied;  member 48 int CountAssign::copied = 0;  member in CountAssign
  | 
| /external/gson/gson/src/test/java/com/google/gson/functional/ | 
| D | TypeHierarchyAdapterTest.java | 106     Company copied = gson.fromJson(json, Company.class);  in testTypeHierarchy()  local 130     Manager copied = gson.fromJson(json, Manager.class);  in testRegisterSuperTypeFirst()  local
  | 
| /external/kotlinpoet/kotlinpoet/src/test/java/com/squareup/kotlinpoet/ | 
| D | TypeNameKotlinTest.kt | 89     val copied = type.copy(nullable = true)  in existingTagsShouldBePreserved()  constant
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.assign/ | 
| D | move.pass.cpp | 46   static int copied;  member 53 int CountAssign::copied = 0;  member in CountAssign
  | 
| /external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ | 
| D | grafter.h | 65     auto copied = CopyTable(name, o);  in CopyTableToVector()  local
  | 
| /external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/ | 
| D | grafter.h | 67     auto copied = CopyTable(name, o);  in CopyTableToVector()  local
  | 
| /external/squashfs-tools/kernel/fs/squashfs/ | 
| D | symlink.c | 55 	int bytes, copied;  in squashfs_symlink_readpage()  local
  | 
| /external/libchrome/mojo/public/cpp/bindings/tests/ | 
| D | container_test_util.h | 21   bool copied() const { return copied_; }  in copied()  function
  | 
| /external/grpc-grpc/src/core/ext/transport/chttp2/transport/ | 
| D | hpack_parser.h | 36   bool copied;  member 43     } copied;  member
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.take.while/ | 
| D | ctor.view.pass.cpp | 29   bool copied      = false;  member
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.drop.while/ | 
| D | ctor.view.pass.cpp | 29   bool copied      = false;  member
  | 
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ | 
| D | hpack_parser.h | 36   bool copied;  member 43     } copied;  member
  | 
| /external/icu/icu4c/source/test/intltest/ | 
| D | quantityformattertest.cpp | 87         QuantityFormatter copied(fmt);  in TestBasic()  local
  |