Home
last modified time | relevance | path

Searched defs:copied (Results 1 – 25 of 41) 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/boost/boost/range/adaptor/
Dcopied.hpp24 struct copied struct
26 copied(std::size_t t_, std::size_t u_) in copied() function
29 std::size_t t;
30 std::size_t u;
/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/boost/libs/contract/test/old/
Dcopyable_traits.cpp36 static bool copied; member
43 bool p::copied = false; member in p
/third_party/jerryscript/tests/unit-core/
Dtest-arraybuffer.c94 jerry_length_t copied = jerry_arraybuffer_read (arraybuffer, offset, buffer, 20); in test_read_with_offset() local
134 jerry_length_t copied = jerry_arraybuffer_write (arraybuffer, offset, buffer, 20); in test_write_with_offset() local
280 jerry_length_t copied = jerry_arraybuffer_write (arrayb, 0, &new_value, 1); in main() local
Dtest-proxy.c76 jerry_size_t copied = jerry_string_to_char_buffer (args_p[1], (jerry_char_t *) buffer, 10); in handler_get() local
105 jerry_size_t copied = jerry_string_to_char_buffer (args_p[1], (jerry_char_t *) buffer, 10); in handler_set() local
Dtest-api-strings.c196 jerry_size_t copied = jerry_substring_to_char_buffer (test_str, in main() local
/third_party/cJSON/fuzzing/
Dcjson_read_fuzzer.c17 unsigned char *copied; in LLVMFuzzerTestOneInput() local
/third_party/boost/libs/outcome/test/tests/
Dissue0140.cpp42 copied enumerator
/third_party/icu/icu4c/source/test/intltest/
Dquantityformattertest.cpp87 QuantityFormatter copied(fmt); in TestBasic() local
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h36 bool copied; member
43 } copied; member
/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/vk-gl-cts/framework/delibs/decpp/
DdeArrayBuffer.hpp155 ArrayBuffer copied(other); in operator =() local
/third_party/mesa3d/src/mesa/vbo/
Dvbo.h128 struct vbo_exec_copied_vtx copied; member
176 } copied; member
/third_party/openssl/crypto/dso/
Ddso_lib.c242 char *copied; in DSO_set_filename() local
/third_party/flutter/skia/src/sfnt/
DSkOTUtils.cpp188 size_t copied = typeface.getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in Make() local
/third_party/skia/src/sfnt/
DSkOTUtils.cpp190 size_t copied = typeface.getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in Make() 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/flutter/skia/tests/
DFontNamesTest.cpp180 size_t copied = typeface->getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in test_systemfonts() local
/third_party/skia/tests/
DFontNamesTest.cpp180 size_t copied = typeface->getTableData(nameTag, 0, nameTableSize, nameTableData.get()); in test_systemfonts() local
/third_party/boost/libs/any/test/
Dany_test.cpp220 any copied = null, assigned; in test_null_copying() 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

12