Home
last modified time | relevance | path

Searched defs:WriteBuffer (Results 1 – 25 of 26) sorted by relevance

12

/external/cronet/stable/third_party/llvm-libc/src/src/stdio/printf_core/
Dwriter.h24 struct WriteBuffer { struct
42 LIBC_INLINE WriteBuffer(char *Buff, size_t Buff_len, StreamWriter hook, in WriteBuffer() argument
47 LIBC_INLINE WriteBuffer(char *Buff, size_t Buff_len) in WriteBuffer() argument
52 LIBC_INLINE WriteBuffer(char *Buff, size_t Buff_len, StreamWriter hook) in WriteBuffer() argument
56 LIBC_INLINE int flush_to_stream(cpp::string_view new_str) { in flush_to_stream()
71 LIBC_INLINE int fill_remaining_to_buff(cpp::string_view new_str) { in fill_remaining_to_buff()
83 LIBC_INLINE int resize_and_write(cpp::string_view new_str) { in resize_and_write()
108 WriteBuffer *wb; argument
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/printf_core/
Dwriter.h24 struct WriteBuffer { struct
42 LIBC_INLINE WriteBuffer(char *Buff, size_t Buff_len, StreamWriter hook, in WriteBuffer() function
47 LIBC_INLINE WriteBuffer(char *Buff, size_t Buff_len) in WriteBuffer() function
52 LIBC_INLINE WriteBuffer(char *Buff, size_t Buff_len, StreamWriter hook) in WriteBuffer() argument
56 LIBC_INLINE int flush_to_stream(cpp::string_view new_str) { in flush_to_stream()
71 LIBC_INLINE int fill_remaining_to_buff(cpp::string_view new_str) { in fill_remaining_to_buff()
83 LIBC_INLINE int resize_and_write(cpp::string_view new_str) { in resize_and_write()
108 WriteBuffer *wb; argument
/external/llvm-libc/src/stdio/printf_core/
Dwriter.h41 template <WriteMode write_mode> struct WriteBuffer { struct
57 LIBC_INLINE WriteBuffer(char *buff, size_t buff_len, StreamWriter hook, in WriteBuffer() argument
62 LIBC_INLINE WriteBuffer(char *buff, size_t buff_len) in WriteBuffer() function
67 LIBC_INLINE WriteBuffer(char *buff, size_t buff_len, StreamWriter hook) in WriteBuffer() function
71 LIBC_INLINE int flush_to_stream(cpp::string_view new_str) { in flush_to_stream()
86 LIBC_INLINE int fill_remaining_to_buff(cpp::string_view new_str) { in fill_remaining_to_buff()
98 LIBC_INLINE int resize_and_write(cpp::string_view new_str) { in resize_and_write()
129 WriteBuffer<write_mode> &wb; argument
/external/crosvm/audio_streams_conformance_test/src/
Derror.rs33 WriteBuffer(io::Error), enumerator
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp107 uint8_t *WriteBuffer = static_cast<uint8_t *>(Pool.Allocate(Size, 8)); in readBytes() local
201 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
/external/crosvm/devices/src/usb/backend/
Derror.rs94 WriteBuffer(BufferError), enumerator
/external/cronet/android/tests/cts/src/android/net/http/cts/util/
DTestBidirectionalStreamCallback.java105 private static class WriteBuffer { class in TestBidirectionalStreamCallback
109 WriteBuffer(ByteBuffer buffer, boolean flush) { in WriteBuffer() method in TestBidirectionalStreamCallback.WriteBuffer
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DSpiIo.h210 UINT8 *WriteBuffer; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DSpiIo.h210 UINT8 *WriteBuffer; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DSpiIo.h210 UINT8 *WriteBuffer; member
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DSpiIo.h216 UINT8 *WriteBuffer; member
/external/cronet/stable/components/cronet/android/test/javatests/src/org/chromium/net/
DTestBidirectionalStreamCallback.java87 private static class WriteBuffer { class in TestBidirectionalStreamCallback
91 public WriteBuffer(ByteBuffer buffer, boolean flush) { in WriteBuffer() method in TestBidirectionalStreamCallback.WriteBuffer
/external/cronet/tot/components/cronet/android/test/javatests/src/org/chromium/net/
DTestBidirectionalStreamCallback.java87 private static class WriteBuffer { class in TestBidirectionalStreamCallback
91 public WriteBuffer(ByteBuffer buffer, boolean flush) { in WriteBuffer() method in TestBidirectionalStreamCallback.WriteBuffer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp151 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
250 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp150 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
249 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
/external/cronet/stable/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc379 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc379 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor
/external/cronet/tot/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc379 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor
/external/grpc-grpc/test/core/transport/chttp2/
Dgraceful_shutdown_test.cc257 void WriteBuffer(grpc_slice_buffer* buffer) { in WriteBuffer() function in grpc_core::__anonc15a82f90111::GracefulShutdownTest
Dstreams_not_seen_test.cc354 void WriteBuffer(grpc_slice_buffer* buffer) { in WriteBuffer() function in grpc_core::__anon9c528e6e0111::StreamsNotSeenTest
/external/perfetto/src/traceconv/
Dtrace_to_hprof.cc95 void WriteBuffer(const BigEndianBuffer& buf) { buf.Flush(output_); } in WriteBuffer() function in perfetto::trace_to_text::__anon923d7d0d0111::HprofWriter
/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_buffer_rt.cpp113 int32_t CmBuffer_RT::WriteBuffer( const unsigned char* sysMem, CmEvent* event, uint64_t sysMemSize,… in WriteBuffer() function in CMRT_UMD::CmBuffer_RT
/external/crosvm/devices/src/virtio/
Dnet.rs153 WriteBuffer(io::Error), enumerator
/external/crosvm/devices/src/virtio/snd/common_backend/
Dmod.rs136 WriteBuffer(io::Error), enumerator
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Wdk/Storage/FileSystem/Minifilters/
Dmod.rs1796 pub WriteBuffer: *mut ::core::ffi::c_void, field

12