/external/sfntly/cpp/src/sfntly/data/ |
D | writable_font_data.cc | 54 int32_t WritableFontData::WriteByte(int32_t index, byte_t b) { in WriteByte() function in sfntly::WritableFontData 102 return WriteByte(index, c); in WriteChar() 106 WriteByte(index, (byte_t)((us >> 8) & 0xff)); in WriteUShort() 107 WriteByte(index + 1, (byte_t)(us & 0xff)); in WriteUShort() 112 WriteByte(index, (byte_t)(us & 0xff)); in WriteUShortLE() 113 WriteByte(index + 1, (byte_t)((us >> 8) & 0xff)); in WriteUShortLE() 122 WriteByte(index, (byte_t)((ui >> 16) & 0xff)); in WriteUInt24() 123 WriteByte(index + 1, (byte_t)((ui >> 8) & 0xff)); in WriteUInt24() 124 WriteByte(index + 2, (byte_t)(ui & 0xff)); in WriteUInt24() 129 WriteByte(index, (byte_t)((ul >> 24) & 0xff)); in WriteULong() [all …]
|
D | writable_font_data.h | 51 virtual int32_t WriteByte(int32_t index, byte_t b);
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.cpp | 155 void COutArchive::WriteByte(Byte b) in WriteByte() function in NArchive::N7z::COutArchive 161 _outByte.WriteByte(b); in WriteByte() 165 _outByte2.WriteByte(b); in WriteByte() 172 WriteByte((Byte)value); in WriteUInt32() 181 WriteByte((Byte)value); in WriteUInt64() 201 WriteByte(firstByte); in WriteNumber() 204 WriteByte((Byte)value); in WriteNumber() 276 WriteByte(b); in WriteFolder() 313 WriteByte(b); in WriteBoolVector() 319 WriteByte(b); in WriteBoolVector() [all …]
|
D | 7zOut.h | 37 void WriteByte(Byte b) in WriteByte() function 234 void WriteByte(Byte b);
|
/external/opencv3/samples/winrt/ImageManipulations/common/ |
D | suspensionmanager.cpp | 314 writer->WriteByte(StringType); 324 writer->WriteByte(UInt8Type); 325 writer->WriteByte(propertyValue->GetUInt8()); 328 writer->WriteByte(UInt16Type); 332 writer->WriteByte(UInt32Type); 336 writer->WriteByte(UInt64Type); 340 writer->WriteByte(Int16Type); 344 writer->WriteByte(Int32Type); 348 writer->WriteByte(Int64Type); 352 writer->WriteByte(SingleType); [all …]
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | big_glyph_metrics.cc | 81 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight() 89 InternalWriteData()->WriteByte(Offset::kWidth, width); in SetWidth() 97 InternalWriteData()->WriteByte(Offset::kHoriBearingX, bearing); in SetHoriBearingX() 105 InternalWriteData()->WriteByte(Offset::kHoriBearingY, bearing); in SetHoriBearingY() 113 InternalWriteData()->WriteByte(Offset::kHoriAdvance, advance); in SetHoriAdvance() 121 InternalWriteData()->WriteByte(Offset::kVertBearingX, bearing); in SetVertBearingX() 129 InternalWriteData()->WriteByte(Offset::kVertBearingY, bearing); in SetVertBearingY() 137 InternalWriteData()->WriteByte(Offset::kVertAdvance, advance); in SetVertAdvance()
|
D | small_glyph_metrics.cc | 69 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight() 77 InternalWriteData()->WriteByte(Offset::kWidth, width); in SetWidth() 85 InternalWriteData()->WriteByte(Offset::kBearingX, bearing); in SetBearingX() 93 InternalWriteData()->WriteByte(Offset::kBearingY, bearing); in SetBearingY() 101 InternalWriteData()->WriteByte(Offset::kAdvance, advance); in SetAdvance()
|
/external/lzma/CPP/7zip/Compress/ |
D | Bcj2Coder.cpp | 119 _mainStream.WriteByte(b); in CodeReal() 144 _mainStream.WriteByte(b); in CodeReal() 208 s.WriteByte((Byte)(dest >> i)); in CodeReal() 319 _outStream.WriteByte(b); in CodeReal() 341 _outStream.WriteByte((Byte)(dest)); in CodeReal() 342 _outStream.WriteByte((Byte)(dest >> 8)); in CodeReal() 343 _outStream.WriteByte((Byte)(dest >> 16)); in CodeReal() 344 _outStream.WriteByte((Byte)(dest >> 24)); in CodeReal()
|
D | RangeCoder.h | 63 Stream.WriteByte((Byte)(temp + (Byte)(Low >> 32))); in ShiftLow()
|
/external/lzma/CPP/7zip/Common/ |
D | OutBuffer.h | 48 void WriteByte(Byte b) in WriteByte() function 57 WriteByte(((const Byte *)data)[i]); in WriteBytes()
|
D | CWrappers.h | 106 void WriteByte(Byte b) in WriteByte() function
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 66 void WriteByte(unsigned char Value) { in WriteByte() function 379 WriteByte((unsigned char)BlobData[i]); in EmitRecordWithAbbrevImpl() 387 WriteByte((unsigned char)Vals[RecordIdx]); in EmitRecordWithAbbrevImpl() 393 WriteByte(0); in EmitRecordWithAbbrevImpl()
|
/external/lzma/CS/7zip/Common/ |
D | OutBuffer.cs | 30 public void WriteByte(byte b) in WriteByte() method in SevenZip.Buffer.OutBuffer
|
/external/sfntly/cpp/src/sfntly/table/ |
D | byte_array_table_builder.cc | 42 data->WriteByte(index, b); in SetByteValue()
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 278 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)
|
/external/avahi/avahi-sharp/ |
D | Utility.cs | 79 Marshal.WriteByte (buf, bytes.Length, 0); in StringToPtr()
|
/external/autotest/client/common_lib/ |
D | i2c_slave.py | 138 if self.lib_obj.WriteByte(self.fd, reg, byte) < 0:
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
D | RangeCoder.cs | 72 Stream.WriteByte((byte)(temp + (Low >> 32))); in ShiftLow()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream
|
/external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 55 void WriteByte(Byte b) in WriteByte() function 96 OutStream.WriteByte(b); in PutByte()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 304 outStream.WriteByte((Byte)(fileSize >> (8 * i))); in Main2()
|
D | LzmaBench.cs | 136 public override void WriteByte(byte b) in WriteByte() method in SevenZip.LzmaBench.CrcOutStream
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsps2.c | 314 void WriteByte(cmsIOHANDLER* m, cmsUInt8Number b) in WriteByte() function 655 WriteByte(sc -> m, wByteOut); in OutputValueSampler()
|
/external/sfntly/cpp/src/test/ |
D | font_data_test.cc | 182 wfd->WriteByte(index, b); in WriteFontDataWithSingleByte()
|
/external/libbrillo/brillo/streams/ |
D | file_stream_unittest.cc | 50 inline bool WriteByte(Stream* stream, uint8_t byte) { in WriteByte() function 108 EXPECT_TRUE(WriteByte(stream, 100)); in TestCreateFile()
|