Home
last modified time | relevance | path

Searched defs:output_buffer_ (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwin_iocp_socket_accept_op.hpp161 unsigned char output_buffer_[(sizeof(sockaddr_storage_type) + 16) * 2]; member in boost::asio::detail::win_iocp_socket_accept_op
298 unsigned char output_buffer_[(sizeof(sockaddr_storage_type) + 16) * 2]; member in boost::asio::detail::win_iocp_socket_move_accept_op
/aosp_15_r20/packages/modules/adb/
Dcompression_utils.h65 std::span<char> output_buffer_; member
383 IOVector output_buffer_; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgemm_thunk.h46 const BufferAllocation::Slice output_buffer_; variable
H A Dfft_thunk.h85 const BufferAllocation::Slice output_buffer_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/snappy/
H A Dsnappy_inputstream.h73 std::unique_ptr<char[]> output_buffer_; variable
H A Dsnappy_outputbuffer.h145 std::unique_ptr<char[]> output_buffer_; variable
H A Dsnappy_inputbuffer.h108 std::unique_ptr<char[]> output_buffer_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dall_to_all.h49 Tensor output_buffer_; variable
/aosp_15_r20/external/pigweed/pw_tls_client/public/pw_tls_client/test/
H A Dtest_server.h94 FixedSizeFIFOBuffer output_buffer_; variable
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/test/
H A Dblocker.h108 ChannelBuffer<float> output_buffer_; variable
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_inflater.h128 OutputBuffer output_buffer_; variable
/aosp_15_r20/external/cronet/net/filter/
H A Dfilter_source_stream.h114 scoped_refptr<IOBuffer> output_buffer_; variable
H A Dgzip_source_stream_unittest.cc141 scoped_refptr<IOBuffer> output_buffer_; member in net::GzipSourceStreamTest
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dfake_stream.h160 brillo::Blob output_buffer_; variable
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h98 void* output_buffer_; variable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h98 void* output_buffer_; variable
/aosp_15_r20/external/icing/icing/portable/
H A Dgzip_stream.h75 void* output_buffer_; variable
/aosp_15_r20/external/cronet/net/dns/
H A Daddress_sorter_win.cc141 std::unique_ptr<SOCKET_ADDRESS_LIST, base::FreeDeleter> output_buffer_; member in net::__anonc15f8af00111::AddressSorterWin::Job
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/
Doutput.h138 char* output_buffer_ = nullptr; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dmemory_planner.h273 at::DataPtr output_buffer_; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/detail/
Dstream_core.hpp152 boost::asio::mutable_buffer output_buffer_; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/huffman/
H A Dhpack_huffman_decoder_test.cc183 std::string output_buffer_; member in http2::test::__anon0276e3610111::HpackHuffmanDecoderTest
H A Dhpack_huffman_transcoder_test.cc107 std::string output_buffer_; member in http2::test::__anon2a26d6600111::HpackHuffmanTranscoderTest
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_decompress.cpp85 uint8_t* output_buffer_ = nullptr; member in android::snapshot::StreamDecompressor