Home
last modified time | relevance | path

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

12

/third_party/node/test/parallel/
Dtest-buffer-copy.js15 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/node/test/js-native-api/test_string/
Dtest_string.c21 size_t copied; in TestLatin1() local
47 size_t copied; in TestUtf8() local
73 size_t copied; in TestUtf16() local
100 size_t copied; in TestLatin1Insufficient() local
126 size_t copied; in TestUtf8Insufficient() local
152 size_t copied; in TestUtf16Insufficient() local
/third_party/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
287 size_t copied = 0; in fuse_buf_copy() local
/third_party/cJSON/fuzzing/
Dcjson_read_fuzzer.c17 unsigned char *copied; in LLVMFuzzerTestOneInput() local
/third_party/jerryscript/tests/unit-core/
Dtest-proxy.cpp78 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
Dtest-api-strings.cpp223 jerry_size_t copied = jerry_substring_to_char_buffer (test_str, variable
Dtest-arraybuffer.cpp216 jerry_length_t copied = jerry_arraybuffer_write (arrayb, 0, &new_value, 1); variable
/third_party/icu/icu4c/source/test/intltest/
Dquantityformattertest.cpp87 QuantityFormatter copied(fmt); in TestBasic() local
/third_party/ffmpeg/libavcodec/
Ddvd_nav_parser.c32 int copied; member
/third_party/node/test/js-native-api/test_properties/
Dtest_properties.c49 size_t copied; in HasNamedProperty() local
/third_party/libuv/src/unix/
Dhurd.c43 ssize_t copied; in uv_exepath() local
/third_party/rust/crates/serde/test_suite/tests/
Dtest_borrow.rs123 copied: Cow<'a, str>, in test_cow() field
/third_party/mesa3d/src/mesa/vbo/
Dvbo.h125 struct vbo_exec_copied_vtx copied; member
171 } copied; member
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeArrayBuffer.hpp155 ArrayBuffer copied(other); in operator =() local
/third_party/openssl/crypto/dso/
Ddso_lib.c232 char *copied; in DSO_set_filename() local
/third_party/skia/src/sfnt/
DSkOTUtils.cpp190 size_t copied = typeface.getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in Make() local
/third_party/flutter/skia/src/sfnt/
DSkOTUtils.cpp188 size_t copied = typeface.getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in Make() local
/third_party/libdrm/tests/amdgpu/
Damdgpu_stress.c188 uint64_t copied = size, delta; in submit_ib() local
/third_party/skia/tests/
DFontNamesTest.cpp180 size_t copied = typeface->getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in test_systemfonts() local
/third_party/flutter/skia/tests/
DFontNamesTest.cpp180 size_t copied = typeface->getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in test_systemfonts() local
/third_party/lwip/src/core/ipv6/
Ddhcp6.c543 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/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusbd_generic_epfile.c325 uint32_t copied = 0; in generic_epfile_handle_read() local
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasetransform.c775 gboolean imported, copied; in gst_va_base_transform_import_buffer() local
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs802 let copied = unsafe { in copy_file_range() localVariable
1616 let mut copied = MaybeUninit::<u64>::uninit(); in copyfile_state_get_copied() localVariable
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc472 ULONG copied = 0; in Next() local

12