Home
last modified time | relevance | path

Searched refs:copy_ (Results 1 – 7 of 7) sorted by relevance

/third_party/benchmark/test/
DAssemblyTests.cmake49 add_custom_target(copy_${name} ALL
54 add_dependencies(copy_${name} ${name})
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_QCOM_rotated_copies/
Drotated_addressing_copies.txt10 slink:VkBufferImageCopy2KHR, a _rotated copy_ is specified.
19 For a _rotated copy_, the following description of rotated addressing
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h1069 copy_, \ argument
1080 copy_, \
/third_party/lwip/
D0023-refactor-event-and-checksum-offload-support.patch242 …1019,6 +1019,13 @@ pbuf_copy_partial_pbuf(struct pbuf *p_to, const struct pbuf *p_from, u16_t copy_
D0053-cleancode-improve-lwipopts.h-readability.patch598 …-1027,7 +1027,7 @@ pbuf_copy_partial_pbuf(struct pbuf *p_to, const struct pbuf *p_from, u16_t copy_
/third_party/node/test/parallel/
Dtest-fs-cp.mjs28 return join(tmpdir.path, `copy_${++dirc}`);
/third_party/node/doc/api/
Dbuffer.md5407 * [`Buffer.from(array)`][] returns a new `Buffer` that _contains a copy_ of the
5412 * [`Buffer.from(buffer)`][] returns a new `Buffer` that _contains a copy_ of the
5415 `Buffer` that _contains a copy_ of the provided string.