Home
last modified time | relevance | path

Searched defs:write_buf (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/external/cronet/net/socket/
H A Dsequenced_socket_data_unittest.cc120 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 Dssl_server_socket_unittest.cc315 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 Dspi_test.cc142 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 Dadvertising_data_test.cc730 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/
Dio.rs46 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 Depoll_wait01.c131 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/
Dminideflate.c42 uint8_t *write_buf; in deflate_params() local
127 uint8_t *write_buf; in inflate_params() local
/aosp_15_r20/trusty/user/app/avb/
Davb_manager.cpp95 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/
Dbuffered_read_stream.cpp162 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
Dbuffered_write_stream.cpp162 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
Dbuffered_stream.cpp173 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/
Dnet_named_pipe.rs204 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 Dworker.rs70 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 Drpmb.c333 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 Dwebsocket_basic_stream_adapters_test.cc324 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 Dsve-ptrace.c320 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 D2003-11-19-BitFieldArray.c4 int write_buf; member
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/write/
H A Dwrite06.c33 static char *write_buf[2]; variable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/
Dwrite_buf.rs25 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 Dpoll01.c47 char write_buf[] = "Testing"; in verify_pollin() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/msync/
H A Dmsync02.c83 char write_buf[10] = "Testing"; /* buffer to hold data to be written */ variable
H A Dmsync01.c84 char write_buf[BUF_SIZE]; /* buffer to hold data to be written */ variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/pwrite/
H A Dpwrite04.c31 static char *write_buf[2]; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap01.c147 char write_buf[] = "hello world\n"; in setup() local
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dshared_ring_buffer_write_fuzzer.cc87 SharedRingBuffer::Buffer write_buf; in FuzzRingBufferWrite() local

1234