Searched defs:WriteByte (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/mojo/common/test/
H A Dmultiprocess_test_helper_unittest.cc31 bool WriteByte(const embedder::PlatformHandle& handle, char c) { function in namespace:mojo::test::__anon8730
78 EXPECT_TRUE(WriteByte(handle.get(), c));
105 EXPECT_TRUE(WriteByte(handle.get(), c));
/external/lzma/CS/7zip/Common/
H A DOutBuffer.cs30 public void WriteByte(byte b) method in class:SevenZip.Buffer.OutBuffer
/external/lzma/CPP/7zip/Common/
H A DCWrappers.h101 void WriteByte(Byte b) function in struct:CByteOutBufWrap
H A DOutBuffer.h49 void WriteByte(Byte b) function in class:COutBuffer
58 WriteByte(((const Byte *)data)[i]);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h36 void WriteByte(Byte b) function in class:NArchive::N7z::CWriteBufferLoc
69 void WriteByte(Byte b);
H A D7zOut.cpp173 void COutArchive::WriteByte(Byte b) function in class:NArchive::N7z::COutArchive
179 _outByte.WriteByte(b);
183 _outByte2.WriteByte(b);
190 WriteByte((Byte)value);
199 WriteByte((Byte)value);
219 WriteByte(firstByte);
222 WriteByte((Byte)value);
294 WriteByte(b);
331 WriteByte(b);
337 WriteByte(
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dwritable_font_data.cc56 int32_t WritableFontData::WriteByte(int32_t index, byte_t b) { function in class:sfntly::WritableFontData
104 return WriteByte(index, c);
108 WriteByte(index, (byte_t)((us >> 8) & 0xff));
109 WriteByte(index + 1, (byte_t)(us & 0xff));
114 WriteByte(index, (byte_t)(us & 0xff));
115 WriteByte(index + 1, (byte_t)((us >> 8) & 0xff));
124 WriteByte(index, (byte_t)((ui >> 16) & 0xff));
125 WriteByte(index + 1, (byte_t)((ui >> 8) & 0xff));
126 WriteByte(index + 2, (byte_t)(ui & 0xff));
131 WriteByte(inde
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dwritable_font_data.cc54 int32_t WritableFontData::WriteByte(int32_t index, byte_t b) { function in class:sfntly::WritableFontData
102 return WriteByte(index, c);
106 WriteByte(index, (byte_t)((us >> 8) & 0xff));
107 WriteByte(index + 1, (byte_t)(us & 0xff));
112 WriteByte(index, (byte_t)(us & 0xff));
113 WriteByte(index + 1, (byte_t)((us >> 8) & 0xff));
122 WriteByte(index, (byte_t)((ui >> 16) & 0xff));
123 WriteByte(index + 1, (byte_t)((ui >> 8) & 0xff));
124 WriteByte(index + 2, (byte_t)(ui & 0xff));
129 WriteByte(inde
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs226 public override void WriteByte(byte value) method in class:DotZLib.GZipStream
/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h72 void WriteByte(unsigned char Value) { function in class:llvm::BitstreamWriter
378 WriteByte((unsigned char)BlobData[i]);
386 WriteByte((unsigned char)Vals[RecordIdx]);
392 WriteByte(0);
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs136 public override void WriteByte(byte b) method in class:SevenZip.LzmaBench.CrcOutStream
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsps2.c314 void WriteByte(cmsIOHANDLER* m, cmsUInt8Number b) function
655 WriteByte(sc -> m, wByteOut);
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py278 def WriteByte (stream, value): function
283 WriteByte(stream, byte)
369 WriteByte(stream, status)
371 WriteByte(stream, data1)
373 WriteByte(stream, data2)
640 WriteByte(stream, SYSEX)
672 WriteByte(stream, END_SYSEX)
707 WriteByte(stream, META_EVENT)
708 WriteByte(stream, self.meta_type)

Completed in 468 milliseconds