Home
last modified time | relevance | path

Searched defs:copied (Results 1 – 25 of 43) 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/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/node/test/js-native-api/test_string/
Dtest_string.c53 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/
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/deps/uv/src/unix/
Dhurd.c43 ssize_t copied; in uv_exepath() local
/third_party/libuv/src/unix/
Dhurd.c43 ssize_t copied; in uv_exepath() local
/third_party/node/test/js-native-api/test_properties/
Dtest_properties.c50 size_t copied; in HasNamedProperty() local
/third_party/typescript/src/compiler/transformers/
DtypeSerializer.ts507 const copied = serializeEntityNameAsExpression(node); constant
/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/skia/src/sfnt/
DSkOTUtils.cpp190 size_t copied = typeface.getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in Make() local
/third_party/node/deps/openssl/openssl/crypto/dso/
Ddso_lib.c232 char *copied; in DSO_set_filename() local
/third_party/openssl/crypto/dso/
Ddso_lib.c232 char *copied; in DSO_set_filename() local
/third_party/skia/tests/
DFontNamesTest.cpp180 size_t copied = typeface->getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in test_systemfonts() local
/third_party/libdrm/tests/amdgpu/
Damdgpu_stress.c188 uint64_t copied = size, delta; in submit_ib() 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/node/deps/v8/src/bigint/
Dfromstring.cc167 bool copied = false; in FromStringLarge() 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/node/src/
Djs_native_api_v8.cc90 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

12