Home
last modified time | relevance | path

Searched defs:copy_to_buffer (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/snd/sys/
H A Dwindows.rs219 fn copy_to_buffer( in copy_to_buffer() method
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp262 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
/aosp_15_r20/external/llvm/lib/Support/
H A Draw_ostream.cpp341 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/
H A Dasync_funcs.rs68 fn copy_to_buffer( in copy_to_buffer() method
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Draw_ostream.cpp285 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dmemory.rs822 pub fn copy_to_buffer( in copy_to_buffer() method
1135 pub fn copy_to_buffer( in copy_to_buffer() method
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A Draw_ostream.cpp282 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvulkan_quantized_api_test.cpp366 TEST_F(VulkanAPITest, copy_to_buffer) { in TEST_F() argument