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.h45 bool ReadByte(Byte &b) in ReadByte() function
53 Byte ReadByte() in ReadByte() function
DCWrappers.h69 Byte ReadByte() in ReadByte() function
/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs181 public override int ReadByte() in ReadByte() method in DotZLib.GZipStream
/external/chromium_org/mojo/common/test/
Dmultiprocess_test_helper_unittest.cc37 bool ReadByte(const embedder::PlatformHandle& handle, char* c) { in ReadByte() function
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h159 Byte ReadByte() { return _inByteBack->ReadByte(); } in ReadByte() function
D7zIn.cpp183 Byte CInByte2::ReadByte() in ReadByte() function in NArchive::N7z::CInByte2
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc71 int32_t ReadableFontData::ReadByte(int32_t index) { in ReadByte() function in sfntly::ReadableFontData
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc71 int32_t ReadableFontData::ReadByte(int32_t index) { in ReadByte() function in sfntly::ReadableFontData
/external/chromium_org/third_party/lzma_sdk/
D7zDec.c45 static Byte ReadByte(void *pp) in ReadByte() function
/external/lzma/C/
D7zDec.c45 static Byte ReadByte(void *pp) in ReadByte() function
/external/chromium_org/third_party/libwebp/demux/
Ddemux.c148 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) { in ReadByte() function
/external/webp/src/demux/
Ddemux.c148 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) { in ReadByte() function
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py257 def ReadByte (stream): function
/external/chromium_org/v8/tools/
Dgrokdump.py1017 def ReadByte(self, offset): member in Map