Home
last modified time | relevance | path

Searched defs:ReadByte (Results 1 – 15 of 15) sorted by relevance

/external/lzma/CS/7zip/Common/
DInBuffer.cs49 public bool ReadByte(byte b) // check it in ReadByte() method in SevenZip.Buffer.InBuffer
58 public byte ReadByte() in ReadByte() method in SevenZip.Buffer.InBuffer
/external/lzma/CPP/7zip/Common/
DInBuffer.h63 bool ReadByte(Byte &b) in ReadByte() function
71 Byte ReadByte() in ReadByte() function
DCWrappers.h74 Byte ReadByte() in ReadByte() function
/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs181 public override int ReadByte() in ReadByte() method in DotZLib.GZipStream
/external/libmojo/mojo/edk/test/
Dmultiprocess_test_helper_unittest.cc43 bool ReadByte(const PlatformHandle& handle, char* c) { in ReadByte() function
/external/libbrillo/brillo/streams/
Dmemory_stream_unittest.cc26 int ReadByte(Stream* stream, brillo::ErrorPtr* error) { in ReadByte() function
Dfile_stream_unittest.cc44 inline int ReadByte(Stream* stream) { in ReadByte() function
/external/lzma/C/
D7zDec.c52 static Byte ReadByte(void *pp) in ReadByte() function
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc74 int32_t ReadableFontData::ReadByte(int32_t index) { in ReadByte() function in sfntly::ReadableFontData
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h362 Byte ReadByte() { return _inByteBack->ReadByte(); } in ReadByte() function
D7zIn.cpp114 Byte CInByte2::ReadByte() in ReadByte() function in NArchive::N7z::CInByte2
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp37 Byte ReadByte() in ReadByte() function
/external/webp/src/demux/
Ddemux.c147 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) { in ReadByte() function
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py257 def ReadByte (stream): function
/external/v8/tools/
Dgrokdump.py1129 def ReadByte(self, offset): member in Map