Home
last modified time | relevance | path

Searched defs:WriteBytes (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/zlib/google/
H A Dzip_reader.cc88 bool WriteBytes(const char* data, int num_bytes) override { in WriteBytes() function in zip::__anon0a0d052c0111::StringWriterDelegate
650 bool FileWriterDelegate::WriteBytes(const char* data, int num_bytes) { in WriteBytes() function in zip::FileWriterDelegate
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h41 void WriteBytes(const void *data, size_t size) in WriteBytes() function
258 void WriteBytes(const CByteBuffer &data) { WriteBytes(data, data.Size()); } in WriteBytes() function
/aosp_15_r20/external/cronet/base/
H A Dpickle.cc352 void Pickle::WriteBytes(const void* data, size_t length) { in WriteBytes() function in base::Pickle
356 void Pickle::WriteBytes(span<const uint8_t> data) { in WriteBytes() function in base::Pickle
/aosp_15_r20/libcore/ojluni/src/test/java/io/PrintStream/
H A DWriteBytes.java41 public class WriteBytes { class
/aosp_15_r20/external/pigweed/pw_sys_io/
H A Dsys_io.cc29 StatusWithSize WriteBytes(ConstByteSpan src) { in WriteBytes() function
/aosp_15_r20/external/puffin/src/
H A Dbit_writer.cc33 bool BufferBitWriter::WriteBytes( in WriteBytes() function in puffin::BufferBitWriter
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/base/
H A Dbyte_buffer.cc15 static size_t WriteBytes(const ByteData& byte_data, Byte* pos) { in WriteBytes() function
/aosp_15_r20/external/image_io/src/base/
H A Dbyte_buffer.cc15 static size_t WriteBytes(const ByteData& byte_data, Byte* pos) { in WriteBytes() function
/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DOutBuffer.h57 void WriteBytes(const void *data, size_t size) in WriteBytes() function
/aosp_15_r20/external/perfetto/include/perfetto/protozero/
H A Dscattered_stream_writer.h91 inline void WriteBytes(const uint8_t* src, in WriteBytes() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/protozero/
H A Dscattered_stream_writer.h91 inline void WriteBytes(const uint8_t* src, in WriteBytes() function
/aosp_15_r20/external/openthread/src/core/common/
H A Dframe_builder.cpp121 void FrameBuilder::WriteBytes(uint16_t aOffset, const void *aBuffer, uint16_t aLength) in WriteBytes() function in ot::FrameBuilder
/aosp_15_r20/external/libchrome/base/
H A Dbig_endian.cc72 bool BigEndianWriter::WriteBytes(const void* buf, size_t len) { in WriteBytes() function in base::BigEndianWriter
/aosp_15_r20/external/pigweed/pw_string/
H A Dstring_builder.cc105 void StringBuilder::WriteBytes(span<const std::byte> data) { in WriteBytes() function in pw::StringBuilder
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DSpiIo.h203 UINT32 WriteBytes; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DSpiIo.h209 UINT32 WriteBytes; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DSpiIo.h203 UINT32 WriteBytes; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DSpiIo.h203 UINT32 WriteBytes; member
/aosp_15_r20/external/webrtc/rtc_base/
H A Dbyte_buffer.h79 void WriteBytes(const char* val, size_t len) { buffer_.AppendData(val, len); } in WriteBytes() function
/aosp_15_r20/external/cronet/net/ntlm/
H A Dntlm_buffer_writer.cc50 bool NtlmBufferWriter::WriteBytes(base::span<const uint8_t> bytes) { in WriteBytes() function in net::ntlm::NtlmBufferWriter
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/zlib/google/
Dzip_reader.h41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/zlib/google/
Dzip_reader.h41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/zlib/google/
Dzip_reader.h41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/external/zlib/google/
Dzip_reader.h41 virtual bool WriteBytes(const char* data, int num_bytes) { return true; } in WriteBytes() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_frame_builder.cc131 bool SpdyFrameBuilder::WriteBytes(const void* data, uint32_t data_len) { in WriteBytes() function in spdy::SpdyFrameBuilder

123