/aosp_15_r20/external/cronet/net/socket/ |
H A D | sequenced_socket_data_unittest.cc | 120 auto write_buf = base::MakeRefCounted<IOBufferWithSize>(second_len_); in OnIOComplete() local 365 auto write_buf = base::MakeRefCounted<IOBufferWithSize>(len); in ReentrantAsyncWriteCallback() local 773 auto write_buf = base::MakeRefCounted<IOBufferWithSize>(kLen1); in TEST_F() local 793 auto write_buf = base::MakeRefCounted<IOBufferWithSize>(kLen1); in TEST_F() local 830 auto write_buf = base::MakeRefCounted<IOBufferWithSize>(kLen1); in TEST_F() local 971 auto write_buf = base::MakeRefCounted<IOBufferWithSize>(kLen1); in TEST_F() local 1037 auto write_buf = base::MakeRefCounted<IOBufferWithSize>(kLen1); in TEST_F() local 1071 auto write_buf = base::MakeRefCounted<IOBufferWithSize>(kLen1); in TEST_F() local
|
H A D | ssl_server_socket_unittest.cc | 315 auto write_buf = base::MakeRefCounted<StringIOBuffer>(kTestData); in TEST() local 482 scoped_refptr<StringIOBuffer> write_buf = in PumpServerToClient() local 1018 scoped_refptr<StringIOBuffer> write_buf = in TEST_P() local 1110 scoped_refptr<StringIOBuffer> write_buf = in TEST_F() local 1431 auto write_buf = base::MakeRefCounted<StringIOBuffer>("a"); in TEST_F() local
|
/aosp_15_r20/external/pigweed/pw_spi_linux/ |
H A D | spi_test.cc | 142 const std::array<std::byte, kNumBytes> write_buf = {1_b, 2_b, 3_b, 4_b}; in TEST_F() local 178 const std::array<std::byte, kNumBytes> write_buf = {1_b, 2_b, 3_b, 4_b}; in TEST_F() local 197 const std::array<std::byte, 5> write_buf = {1_b, 2_b, 3_b, 4_b, 5_b}; in TEST_F() local 224 const std::array<std::byte, 2> write_buf = {1_b, 2_b}; in TEST_F() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/ |
H A D | advertising_data_test.cc | 730 DynamicByteBuffer write_buf(data.CalculateBlockSize()); in TEST() local 793 DynamicByteBuffer write_buf(data.CalculateBlockSize() - 1); in TEST() local 817 DynamicByteBuffer write_buf(data.CalculateBlockSize(/*include_flags=*/true)); in TEST() local 881 DynamicByteBuffer write_buf(data.CalculateBlockSize(/*include_flags=*/true) - in TEST() local 1056 DynamicByteBuffer write_buf(data.CalculateBlockSize(/*include_flags=*/true)); in TEST() local 1092 DynamicByteBuffer write_buf(data.CalculateBlockSize(/*include_flags=*/true)); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/ |
D | io.rs | 46 write_buf: WriteBuf<B>, field 72 let write_buf = WriteBuf::new(strategy); in new() localVariable 151 pub(super) fn write_buf(&mut self) -> &mut WriteBuf<B> { in write_buf() function 928 let mut write_buf = WriteBuf::<Cursor<Vec<u8>>>::new(WriteStrategy::Flatten); in write_buf_flatten_partially_flushed() localVariable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait01.c | 131 char write_buf[write_size]; in verify_epollin() local 172 char write_buf[] = "Testing"; in verify_epollio() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/ |
D | minideflate.c | 42 uint8_t *write_buf; in deflate_params() local 127 uint8_t *write_buf; in inflate_params() local
|
/aosp_15_r20/trusty/user/app/avb/ |
D | avb_manager.cpp | 95 uint64_t write_buf[kRollbackSlotMax] = {0}; in ReadRollbackIndex() local 147 uint64_t write_buf[kRollbackSlotMax] = {0}; in WriteRollbackIndex() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/ |
D | buffered_read_stream.cpp | 162 const boost::asio::const_buffer write_buf = boost::asio::buffer(write_data); in test_sync_operations() local 275 const boost::asio::const_buffer write_buf = boost::asio::buffer(write_data); in test_async_operations() local
|
D | buffered_write_stream.cpp | 162 const boost::asio::const_buffer write_buf = boost::asio::buffer(write_data); in test_sync_operations() local 282 const boost::asio::const_buffer write_buf = boost::asio::buffer(write_data); in test_async_operations() local
|
D | buffered_stream.cpp | 173 const boost::asio::const_buffer write_buf = boost::asio::buffer(write_data); in test_sync_operations() local 293 const boost::asio::const_buffer write_buf = boost::asio::buffer(write_data); in test_async_operations() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | net_named_pipe.rs | 204 let write_buf = b"pong\n"; in test_named_pipe_multi_client_ready() localVariable 259 let write_buf = b"ping\n"; in test_named_pipe_multi_client_ready() localVariable
|
/aosp_15_r20/external/crosvm/fuse/src/ |
H A D | worker.rs | 70 write_buf: Cursor<Vec<u8>>, field 196 let write_buf = Cursor::new(Vec::with_capacity(output_buffer_size as usize)); in do_start_message_loop() localVariable
|
/aosp_15_r20/system/core/trusty/storage/proxy/ |
H A D | rpmb.c | 333 const uint8_t* write_buf = req->payload; in send_mmc_rpmb_req() local 392 const uint8_t* write_buf = req->payload; in send_ufs_rpmb_req() local
|
/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_basic_stream_adapters_test.cc | 324 auto write_buf = base::MakeRefCounted<StringIOBuffer>("baz"); in TEST_F() local 903 auto write_buf = base::MakeRefCounted<StringIOBuffer>("foo"); in TEST_F() local 954 auto write_buf = base::MakeRefCounted<StringIOBuffer>("baz"); in TEST_F() local 1076 auto write_buf = base::MakeRefCounted<StringIOBuffer>("foo"); in TEST_F() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 320 void *write_buf; in ptrace_set_sve_get_sve_data() local 418 void *write_buf; in ptrace_set_sve_get_fpsimd_data() local
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | 2003-11-19-BitFieldArray.c | 4 int write_buf; member
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/write/ |
H A D | write06.c | 33 static char *write_buf[2]; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/ |
D | write_buf.rs | 25 pub(crate) fn write_buf<'a, W, B>(writer: &'a mut W, buf: &'a mut B) -> WriteBuf<'a, W, B> in write_buf() function
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/poll/ |
H A D | poll01.c | 47 char write_buf[] = "Testing"; in verify_pollin() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/msync/ |
H A D | msync02.c | 83 char write_buf[10] = "Testing"; /* buffer to hold data to be written */ variable
|
H A D | msync01.c | 84 char write_buf[BUF_SIZE]; /* buffer to hold data to be written */ variable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/pwrite/ |
H A D | pwrite04.c | 31 static char *write_buf[2]; variable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap01.c | 147 char write_buf[] = "hello world\n"; in setup() local
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | shared_ring_buffer_write_fuzzer.cc | 87 SharedRingBuffer::Buffer write_buf; in FuzzRingBufferWrite() local
|