/aosp_15_r20/external/libaom/test/ |
H A D | aom_integer_test.cc | 53 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 D | device.h | 61 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 D | initiator_mock.h | 32 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 D | lib.rs | 329 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/ |
D | endpoint.cc | 66 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 D | tls_write_buffer_unittest.cc | 18 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 D | endpoint.cc | 69 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 D | tcp_client_socket_unittest.cc | 228 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 D | tcp_socket_unittest.cc | 206 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 D | transport_client_socket_pool_unittest.cc | 2304 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 D | unix_domain_client_socket_posix_unittest.cc | 352 auto write_buffer = in TEST_F() local 431 auto write_buffer = in TEST_F() local
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | bidirectional_stream_spdy_impl_unittest.cc | 329 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 D | windows_endpoint_test.cc | 77 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 D | chaotic_good_connector.cc | 117 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 D | multiprocess_message_pipe_unittest.cc | 164 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 D | chaotic_good_server.cc | 343 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 D | stream_test.cc | 23 std::array<std::byte, 20> write_buffer = {}; variable
|
/aosp_15_r20/external/webrtc/test/fuzzers/ |
H A D | rtp_video_layers_allocation_fuzzer.cc | 46 rtc::ArrayView<uint8_t> write_buffer(some_memory, value_size); in FuzzOneInput() local
|
H A D | rtp_dependency_descriptor_fuzzer.cc | 61 rtc::ArrayView<uint8_t> write_buffer(some_memory, value_size); in FuzzOneInput() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/vmsplice/ |
H A D | vmsplice04.c | 21 static char *write_buffer; variable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/pipe2/ |
H A D | pipe2_04.c | 62 char *write_buffer; in setup() local
|
/aosp_15_r20/external/pigweed/pw_spi_rp2040/ |
H A D | initiator.cc | 76 Status Rp2040Initiator::DoWriteRead(ConstByteSpan write_buffer, in DoWriteRead()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/ |
H A D | advertising_data_fuzztest.cc | 33 DynamicByteBuffer write_buffer(write_buffer_size); in fuzz() local
|
/aosp_15_r20/external/pigweed/pw_i2c/ |
H A D | i2c_service.cc | 46 Vector<std::byte, kMaxWriteSize> write_buffer{}; in I2cWrite() local
|
/aosp_15_r20/external/fmtlib/include/fmt/ |
H A D | ostream.h | 47 void write_buffer(std::basic_ostream<Char>& os, buffer<Char>& buf) { in write_buffer() function
|