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

/external/chromium_org/mojo/common/test/
H A Dmultiprocess_test_helper_unittest.cc37 bool ReadByte(const embedder::PlatformHandle& handle, char* c) { function in namespace:mojo::test::__anon8730
82 EXPECT_TRUE(ReadByte(handle.get(), &d));
101 EXPECT_TRUE(ReadByte(handle.get(), &c));
/external/lzma/CS/7zip/Common/
H A DInBuffer.cs49 public bool ReadByte(byte b) // check it method in class:SevenZip.Buffer.InBuffer
58 public byte ReadByte() method in class:SevenZip.Buffer.InBuffer
60 // return (byte)m_Stream.ReadByte();
/external/lzma/CPP/7zip/Common/
H A DCWrappers.h69 Byte ReadByte() function in struct:CByteInBufWrap
H A DInBuffer.h45 bool ReadByte(Byte &b) function in class:CInBuffer
53 Byte ReadByte() function in class:CInBuffer
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc71 int32_t ReadableFontData::ReadByte(int32_t index) { function in class:sfntly::ReadableFontData
98 return ((ReadByte(index) << 8 | ReadUByte(index + 1)) << 16) >> 16;
132 return ReadByte(index) << 24 |
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h111 Byte ReadByte();
159 Byte ReadByte() { return _inByteBack->ReadByte(); } function in class:NArchive::N7z::CInArchive
H A D7zIn.cpp173 Byte external = archive->ReadByte();
183 Byte CInByte2::ReadByte() function in class:NArchive::N7z::CInByte2
400 Byte mainByte = ReadByte();
741 b = ReadByte();
751 Byte allAreDefined = ReadByte();
1010 if (ReadByte() != 0)
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc71 int32_t ReadableFontData::ReadByte(int32_t index) { function in class:sfntly::ReadableFontData
98 return ((ReadByte(index) << 8 | ReadUByte(index + 1)) << 16) >> 16;
132 return ReadByte(index) << 24 |
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs181 public override int ReadByte() method in class:DotZLib.GZipStream
/external/chromium_org/third_party/lzma_sdk/
H A D7zDec.c45 static Byte ReadByte(void *pp) function
73 s.p.Read = ReadByte;
/external/lzma/C/
H A D7zDec.c45 static Byte ReadByte(void *pp) function
73 s.p.Read = ReadByte;
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py257 def ReadByte (stream): function
267 bytes.append(ReadByte(stream))
273 byte = ReadByte(stream)
407 note = ReadByte(stream)
408 velocity = ReadByte(stream)
441 note = ReadByte(stream)
442 velocity = ReadByte(stream)
472 note = ReadByte(stream)
473 value = ReadByte(stream)
498 controller = ReadByte(strea
[all...]
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c148 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) { function
315 bits = ReadByte(mem);
577 dmux->feature_flags_ = ReadByte(mem);
/external/webp/src/demux/
H A Ddemux.c148 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) { function
315 bits = ReadByte(mem);
577 dmux->feature_flags_ = ReadByte(mem);
/external/chromium_org/v8/tools/
H A Dgrokdump.py1017 def ReadByte(self, offset): member in class:Map
1023 self.ReadByte(self.InstanceSizeOffset()),
1024 self.ReadByte(self.InObjectProperties()),
1025 self.ReadByte(self.PreAllocatedPropertyFields()),
1028 bitfield = self.ReadByte(self.BitFieldOffset())
1029 bitfield2 = self.ReadByte(self.BitField2Offset())
1031 INSTANCE_TYPES[self.ReadByte(self.InstanceTypeOffset())],
1032 self.ReadByte(self.UnusedPropertyFieldsOffset()),

Completed in 3254 milliseconds