Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteTargetExternal.h34 bool WriteBytes(const void *Data, size_t Size) { in WriteBytes() function
/external/sfntly/cpp/src/sfntly/data/
Dwritable_font_data.cc59 int32_t WritableFontData::WriteBytes(int32_t index, in WriteBytes() function in sfntly::WritableFontData
69 int32_t WritableFontData::WriteBytes(int32_t index, ByteVector* b) { in WriteBytes() function in sfntly::WritableFontData
/external/lzma/CPP/7zip/Common/
DOutBuffer.h54 void WriteBytes(const void *data, size_t size) in WriteBytes() function
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h30 void WriteBytes(const void *data, size_t size) in WriteBytes() function
233 void WriteBytes(const CByteBuffer &data) { WriteBytes(data, data.Size()); } in WriteBytes() function
D7zOut.cpp142 void COutArchive::WriteBytes(const void *data, size_t size) in WriteBytes() function in NArchive::N7z::COutArchive
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp36 int WriteBytes(const void *Data, size_t Size) { in WriteBytes() function in LLIChildTarget
/external/webrtc/webrtc/base/
Dbytebuffer.cc182 void ByteBuffer::WriteBytes(const char* val, size_t len) { in WriteBytes() function in rtc::ByteBuffer
/external/tpm2/
DTcpServer.c350 WriteBytes( in WriteBytes() function
/external/libchrome/base/
Dpickle.cc308 bool Pickle::WriteBytes(const void* data, int length) { in WriteBytes() function in base::Pickle
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc390 void WireFormatLite::WriteBytes(int field_number, const string& value, in WriteBytes() function in google::protobuf::internal::WireFormatLite
/external/v8/src/
Dutils.cc332 int WriteBytes(const char* filename, in WriteBytes() function
/external/lzma/C/
DXzEnc.c34 static SRes WriteBytes(ISeqOutStream *s, const void *buf, UInt32 size) in WriteBytes() function
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py281 def WriteBytes (stream, bytes): function