/aosp_15_r20/external/zlib/google/ |
H A D | zip_reader.cc | 88 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 D | 7zOut.h | 41 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 D | pickle.cc | 352 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 D | WriteBytes.java | 41 public class WriteBytes { class
|
/aosp_15_r20/external/pigweed/pw_sys_io/ |
H A D | sys_io.cc | 29 StatusWithSize WriteBytes(ConstByteSpan src) { in WriteBytes() function
|
/aosp_15_r20/external/puffin/src/ |
H A D | bit_writer.cc | 33 bool BufferBitWriter::WriteBytes( in WriteBytes() function in puffin::BufferBitWriter
|
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/base/ |
H A D | byte_buffer.cc | 15 static size_t WriteBytes(const ByteData& byte_data, Byte* pos) { in WriteBytes() function
|
/aosp_15_r20/external/image_io/src/base/ |
H A D | byte_buffer.cc | 15 static size_t WriteBytes(const ByteData& byte_data, Byte* pos) { in WriteBytes() function
|
/aosp_15_r20/external/lzma/CPP/7zip/Common/ |
H A D | OutBuffer.h | 57 void WriteBytes(const void *data, size_t size) in WriteBytes() function
|
/aosp_15_r20/external/perfetto/include/perfetto/protozero/ |
H A D | scattered_stream_writer.h | 91 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 D | scattered_stream_writer.h | 91 inline void WriteBytes(const uint8_t* src, in WriteBytes() function
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | frame_builder.cpp | 121 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 D | big_endian.cc | 72 bool BigEndianWriter::WriteBytes(const void* buf, size_t len) { in WriteBytes() function in base::BigEndianWriter
|
/aosp_15_r20/external/pigweed/pw_string/ |
H A D | string_builder.cc | 105 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 D | SpiIo.h | 203 UINT32 WriteBytes; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
H A D | SpiIo.h | 209 UINT32 WriteBytes; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | SpiIo.h | 203 UINT32 WriteBytes; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | SpiIo.h | 203 UINT32 WriteBytes; member
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | byte_buffer.h | 79 void WriteBytes(const char* val, size_t len) { buffer_.AppendData(val, len); } in WriteBytes() function
|
/aosp_15_r20/external/cronet/net/ntlm/ |
H A D | ntlm_buffer_writer.cc | 50 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/ |
D | zip_reader.h | 41 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/ |
D | zip_reader.h | 41 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/ |
D | zip_reader.h | 41 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/ |
D | zip_reader.h | 41 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 D | spdy_frame_builder.cc | 131 bool SpdyFrameBuilder::WriteBytes(const void* data, uint32_t data_len) { in WriteBytes() function in spdy::SpdyFrameBuilder
|