Home
last modified time | relevance | path

Searched defs:write_buffer (Results 1 – 25 of 130) sorted by relevance

123456

/aosp_15_r20/external/libaom/test/
H A Daom_integer_test.cc53 uint8_t write_buffer[kWriteBufferSize] = { 0 }; in TEST() local
67 uint8_t write_buffer[kWriteBufferSize] = { 0 }; in TEST() local
85 uint8_t write_buffer[kWriteBufferSize] = { 0 }; in TEST() local
99 uint8_t write_buffer[kWriteBufferSize] = { 0 }; in TEST() local
153 uint8_t write_buffer[kWriteBufferSize] = { 0 }; in TEST() local
/aosp_15_r20/external/pigweed/pw_spi/public/pw_spi/
H A Ddevice.h61 Status Write(ConstByteSpan write_buffer) { in Write()
79 Status WriteRead(ConstByteSpan write_buffer, ByteSpan read_buffer) { in WriteRead()
134 Status Write(ConstByteSpan write_buffer) { in Write()
149 Status WriteRead(ConstByteSpan write_buffer, ByteSpan read_buffer) { in WriteRead()
H A Dinitiator_mock.h32 ConstByteSpan write_buffer, in MockTransaction()
42 ConstByteSpan write_buffer() const { return write_buffer_; } in write_buffer() function
61 ConstByteSpan write_buffer) { in MockWriteTransaction()
/aosp_15_r20/external/pigweed/pw_stream/rust/pw_stream/
H A Dlib.rs329 let write_buffer = (0x0..=0xff).collect::<Vec<u8>>(); in write_all_writes_full_buffer_on_short_writes() localVariable
345 let write_buffer = (0x0..=0xff).collect::<Vec<u8>>(); in write_all_returns_error_on_too_little_data() localVariable
355 let write_buffer = (0x0..=0xff).collect::<Vec<u8>>(); in write_all_propagates_write_errors() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/event_engine_shims/
Dendpoint.cc66 write_buffer; member
168 SliceBuffer* write_buffer = in Write() local
177 auto* write_buffer = reinterpret_cast<SliceBuffer*>(&eeep_->write_buffer); in FinishPendingWrite() local
/aosp_15_r20/external/openscreen/platform/impl/
H A Dtls_write_buffer_unittest.cc18 uint8_t write_buffer[write_size]; in TEST() local
54 uint8_t write_buffer[buffer_size]; in TEST() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/event_engine_shims/
H A Dendpoint.cc69 alignas(SliceBuffer) char write_buffer[sizeof(SliceBuffer)]; member
170 SliceBuffer* write_buffer = in Write() local
179 auto* write_buffer = reinterpret_cast<SliceBuffer*>(&eeep_->write_buffer); in FinishPendingWrite() local
/aosp_15_r20/external/cronet/net/socket/
H A Dtcp_client_socket_unittest.cc228 auto write_buffer = base::MakeRefCounted<StringIOBuffer>(kRequest); in TEST_F() local
287 auto write_buffer = base::MakeRefCounted<StringIOBuffer>(kRequest); in TEST_F() local
679 auto write_buffer = base::MakeRefCounted<IOBufferWithSize>(kBufferSize); in TEST_F() local
762 auto write_buffer = base::MakeRefCounted<IOBufferWithSize>(kBufferSize); in TEST_F() local
H A Dtcp_socket_unittest.cc206 scoped_refptr<IOBufferWithSize> write_buffer = in TestSPWNotifications() local
426 scoped_refptr<IOBufferWithSize> write_buffer = in TEST_F() local
528 scoped_refptr<IOBufferWithDestructionCallback> write_buffer( in TEST_F() local
586 scoped_refptr<StringIOBuffer> write_buffer = in TEST_F() local
H A Dtransport_client_socket_pool_unittest.cc2304 scoped_refptr<IOBuffer> write_buffer = in TEST_F() local
2529 scoped_refptr<IOBuffer> write_buffer = in TEST_F() local
2594 scoped_refptr<IOBuffer> write_buffer = in TEST_F() local
2674 scoped_refptr<IOBuffer> write_buffer = in TEST_F() local
2918 auto write_buffer = base::MakeRefCounted<StringIOBuffer>(kWriteData); in TEST_F() local
H A Dunix_domain_client_socket_posix_unittest.cc352 auto write_buffer = in TEST_F() local
431 auto write_buffer = in TEST_F() local
/aosp_15_r20/external/cronet/net/spdy/
H A Dbidirectional_stream_spdy_impl_unittest.cc329 scoped_refptr<StringIOBuffer> write_buffer = in TEST_F() local
481 scoped_refptr<StringIOBuffer> write_buffer = in TEST_P() local
576 scoped_refptr<StringIOBuffer> write_buffer = in TEST_F() local
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/windows/
H A Dwindows_endpoint_test.cc77 SliceBuffer write_buffer; in TEST_F() local
113 SliceBuffer write_buffer; in TEST_F() member
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chaotic_good/client/
H A Dchaotic_good_connector.cc117 auto write_buffer = frame.Serialize(&self->hpack_compressor_); in DataEndpointWriteSettingsFrame() local
218 auto write_buffer = frame.Serialize(&self->hpack_compressor_); in ControlEndpointWriteSettingsFrame() local
/aosp_15_r20/external/libchrome/mojo/core/
H A Dmultiprocess_message_pipe_unittest.cc164 std::string write_buffer = read_buffer + read_buffer; in DEFINE_TEST_CLIENT_WITH_PIPE() local
213 std::string write_buffer(i, 'A' + (i % 26)); in TEST_P() local
527 std::string write_buffer = "world"; in DEFINE_TEST_CLIENT_WITH_PIPE() local
647 std::string write_buffer = "world"; in DEFINE_TEST_CLIENT_WITH_PIPE() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chaotic_good/server/
H A Dchaotic_good_server.cc343 auto write_buffer = frame.Serialize(&self->connection_->hpack_compressor_); in ControlEndpointWriteSettingsFrame() local
357 auto write_buffer = frame.Serialize(&self->connection_->hpack_compressor_); in DataEndpointWriteSettingsFrame() local
/aosp_15_r20/external/pigweed/pw_stream_shmem_mcuxpresso/
H A Dstream_test.cc23 std::array<std::byte, 20> write_buffer = {}; variable
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Drtp_video_layers_allocation_fuzzer.cc46 rtc::ArrayView<uint8_t> write_buffer(some_memory, value_size); in FuzzOneInput() local
H A Drtp_dependency_descriptor_fuzzer.cc61 rtc::ArrayView<uint8_t> write_buffer(some_memory, value_size); in FuzzOneInput() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/vmsplice/
H A Dvmsplice04.c21 static char *write_buffer; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/pipe2/
H A Dpipe2_04.c62 char *write_buffer; in setup() local
/aosp_15_r20/external/pigweed/pw_spi_rp2040/
H A Dinitiator.cc76 Status Rp2040Initiator::DoWriteRead(ConstByteSpan write_buffer, in DoWriteRead()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dadvertising_data_fuzztest.cc33 DynamicByteBuffer write_buffer(write_buffer_size); in fuzz() local
/aosp_15_r20/external/pigweed/pw_i2c/
H A Di2c_service.cc46 Vector<std::byte, kMaxWriteSize> write_buffer{}; in I2cWrite() local
/aosp_15_r20/external/fmtlib/include/fmt/
H A Dostream.h47 void write_buffer(std::basic_ostream<Char>& os, buffer<Char>& buf) { in write_buffer() function

123456