| /third_party/node/test/parallel/ |
| D | test-buffer-copy.js | 15 const copied = b.copy(c, 0, 0, 512); constant 26 const copied = b.copy(c, '0', '0', '512'); constant 37 const copied = b.copy(c, 0, 0, 512.5); constant 48 const copied = c.copy(b, 0, 0); constant 59 const copied = c.copy(b, 0); constant 70 const copied = c.copy(b, 0, 0, c.length + 1); constant 81 const copied = b.copy(c); constant 92 const copied = b.copy(c, 0, b.length - Math.floor(c.length / 2)); constant 106 const copied = b.copy(c, 0, 0, 513); constant 117 const copied = b.copy(b, 0, 256, 1024); constant [all …]
|
| /third_party/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
|
| /third_party/node/test/js-native-api/test_string/ |
| D | test_string.c | 53 size_t copied; in TestOneByteImpl() local 77 size_t copied; in TestTwoByteImpl() local 100 bool copied = true; in create_external_latin1() local 140 bool copied = true; in create_external_utf16() local 248 size_t copied; in TestLatin1Insufficient() local 266 size_t copied; in TestUtf8Insufficient() local 284 size_t copied; in TestUtf16Insufficient() local
|
| /third_party/cJSON/fuzzing/ |
| D | cjson_read_fuzzer.c | 17 unsigned char *copied; in LLVMFuzzerTestOneInput() local
|
| /third_party/jerryscript/tests/unit-core/ |
| D | test-proxy.cpp | 78 jerry_size_t copied = jerry_string_to_char_buffer (args_p[1], (jerry_char_t *) buffer, 10); in handler_get() local 107 jerry_size_t copied = jerry_string_to_char_buffer (args_p[1], (jerry_char_t *) buffer, 10); in handler_set() local
|
| D | test-api-strings.cpp | 223 jerry_size_t copied = jerry_substring_to_char_buffer (test_str, variable
|
| D | test-arraybuffer.cpp | 216 jerry_length_t copied = jerry_arraybuffer_write (arrayb, 0, &new_value, 1); variable
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | quantityformattertest.cpp | 87 QuantityFormatter copied(fmt); in TestBasic() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | dvd_nav_parser.c | 32 int copied; member
|
| /third_party/node/deps/uv/src/unix/ |
| D | hurd.c | 43 ssize_t copied; in uv_exepath() local
|
| /third_party/libuv/src/unix/ |
| D | hurd.c | 43 ssize_t copied; in uv_exepath() local
|
| /third_party/node/test/js-native-api/test_properties/ |
| D | test_properties.c | 50 size_t copied; in HasNamedProperty() local
|
| /third_party/typescript/src/compiler/transformers/ |
| D | typeSerializer.ts | 507 const copied = serializeEntityNameAsExpression(node); constant
|
| /third_party/rust/crates/serde/test_suite/tests/ |
| D | test_borrow.rs | 123 copied: Cow<'a, str>, in test_cow() field
|
| /third_party/mesa3d/src/mesa/vbo/ |
| D | vbo.h | 125 struct vbo_exec_copied_vtx copied; member 171 } copied; member
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| D | deArrayBuffer.hpp | 155 ArrayBuffer copied(other); in operator =() local
|
| /third_party/skia/src/sfnt/ |
| D | SkOTUtils.cpp | 190 size_t copied = typeface.getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in Make() local
|
| /third_party/node/deps/openssl/openssl/crypto/dso/ |
| D | dso_lib.c | 232 char *copied; in DSO_set_filename() local
|
| /third_party/openssl/crypto/dso/ |
| D | dso_lib.c | 232 char *copied; in DSO_set_filename() local
|
| /third_party/skia/tests/ |
| D | FontNamesTest.cpp | 180 size_t copied = typeface->getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in test_systemfonts() local
|
| /third_party/libdrm/tests/amdgpu/ |
| D | amdgpu_stress.c | 188 uint64_t copied = size, delta; in submit_ib() local
|
| /third_party/lwip/src/core/ipv6/ |
| D | dhcp6.c | 543 u16_t copied = pbuf_copy_partial(p_msg_in, dns_addr6, sizeof(struct ip6_addr_packed), idx); in dhcp6_handle_config_reply() local 566 u16_t copied; in dhcp6_handle_config_reply() local
|
| /third_party/node/deps/v8/src/bigint/ |
| D | fromstring.cc | 167 bool copied = false; in FromStringLarge() local
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| D | usbd_generic_epfile.c | 325 uint32_t copied = 0; in generic_epfile_handle_read() local
|
| /third_party/node/src/ |
| D | js_native_api_v8.cc | 90 bool* copied, in NewExternalString() 1567 bool* copied) { in node_api_create_external_string_latin1() 1594 bool* copied) { in node_api_create_external_string_utf16() 2324 int copied = in napi_get_value_string_latin1() local 2362 int copied = val.As<v8::String>()->WriteUtf8( in napi_get_value_string_utf8() local 2404 int copied = val.As<v8::String>()->Write(env->isolate, in napi_get_value_string_utf16() local
|