HomeSort by relevance Sort by last modified time
    Searched defs:WriteByte (Results 1 - 25 of 49) sorted by null

1 2

  /external/libmojo/mojo/edk/test/
multiprocess_test_helper_unittest.cc 37 bool WriteByte(const PlatformHandle& handle, char c) {
84 EXPECT_TRUE(WriteByte(handle.get(), c));
111 EXPECT_TRUE(WriteByte(handle.get(), c));
  /external/lzma/CS/7zip/Common/
OutBuffer.cs 30 public void WriteByte(byte b)
  /external/perfetto/include/perfetto/protozero/
scattered_stream_writer.h 55 inline void WriteByte(uint8_t value) {
98 // Subsequent WriteByte(s) will write into |range|.
  /prebuilts/go/darwin-x86/src/strings/
builder.go 88 // WriteByte appends the byte c to b's buffer.
90 func (b *Builder) WriteByte(c byte) error {
  /prebuilts/go/linux-x86/src/strings/
builder.go 88 // WriteByte appends the byte c to b's buffer.
90 func (b *Builder) WriteByte(c byte) error {
  /external/lzma/CPP/7zip/Common/
OutBuffer.h 48 void WriteByte(Byte b)
57 WriteByte(((const Byte *)data)[i]);
CWrappers.h 106 void WriteByte(Byte b)
  /build/kati/
buf.go 31 func writeByte(w io.Writer, b byte) error {
33 return bw.WriteByte(b)
48 writeByte(w.Writer, ' ')
56 writeByte(w.Writer, ' ')
76 func (b *buffer) WriteByte(c byte) error {
179 func (wb *wordBuffer) WriteByte(c byte) error {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
I2cLib.c 368 The WriteByte() function provides a standard way to execute a
384 WriteByte (
770 The I2cWriteByte() function is a wrapper function for the WriteByte function.
817 Status = WriteByte (I2CAddress, *(UINT8 *) Buffer);
  /external/libchrome/base/files/
file_descriptor_watcher_posix_unittest.cc 125 void WriteByte() {
185 WriteByte();
204 WriteByte();
205 WriteByte();
226 WriteByte();
231 WriteByte();
249 WriteByte();
272 WriteByte();
282 WriteByte();
  /external/sfntly/cpp/src/sfntly/data/
writable_font_data.cc 57 int32_t WritableFontData::WriteByte(int32_t index, byte_t b) {
105 return WriteByte(index, c);
109 WriteByte(index, (byte_t)((us >> 8) & 0xff));
110 WriteByte(index + 1, (byte_t)(us & 0xff));
115 WriteByte(index, (byte_t)(us & 0xff));
116 WriteByte(index + 1, (byte_t)((us >> 8) & 0xff));
125 WriteByte(index, (byte_t)((ui >> 16) & 0xff));
126 WriteByte(index + 1, (byte_t)((ui >> 8) & 0xff));
127 WriteByte(index + 2, (byte_t)(ui & 0xff));
132 WriteByte(index, (byte_t)((ul >> 24) & 0xff))
    [all...]
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 81 func (b blockWriter) WriteByte(c byte) error {
103 if err := b.WriteByte(c); err != nil {
114 b.e.writeByte(0)
137 func (e *encoder) writeByte(b byte) {
141 e.err = e.w.WriteByte(b)
306 e.writeByte(0) // Use the global color table.
319 e.writeByte(0) // Use the global color table.
322 e.writeByte(fColorTable | uint8(paddedSize))
331 e.writeByte(uint8(litWidth)) // LZW Minimum Code Size.
415 e.writeByte(sTrailer
    [all...]
  /prebuilts/go/linux-x86/src/image/gif/
writer.go 81 func (b blockWriter) WriteByte(c byte) error {
103 if err := b.WriteByte(c); err != nil {
114 b.e.writeByte(0)
137 func (e *encoder) writeByte(b byte) {
141 e.err = e.w.WriteByte(b)
306 e.writeByte(0) // Use the global color table.
319 e.writeByte(0) // Use the global color table.
322 e.writeByte(fColorTable | uint8(paddedSize))
331 e.writeByte(uint8(litWidth)) // LZW Minimum Code Size.
415 e.writeByte(sTrailer
    [all...]
  /external/flatbuffers/go/
encode.go 128 // WriteByte encodes a little-endian uint8 into a byte slice.
129 func WriteByte(buf []byte, n byte) {
  /external/golang-protobuf/proto/
text.go 67 WriteByte(byte) error
107 if err := w.w.WriteByte(' '); err != nil {
131 if err := w.w.WriteByte('\n'); err != nil {
141 func (w *textWriter) WriteByte(c byte) error {
148 err := w.w.WriteByte(c)
168 return w.WriteByte(':')
303 if err := w.WriteByte(' '); err != nil {
319 if err := w.WriteByte('\n'); err != nil {
335 if err := w.WriteByte(' '); err != nil {
340 if err := w.WriteByte('<'); err != nil
    [all...]
  /external/libbrillo/brillo/streams/
file_stream_unittest.cc 50 inline bool WriteByte(Stream* stream, uint8_t byte) {
108 EXPECT_TRUE(WriteByte(stream, 100));
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 66 void WriteByte(unsigned char Value) {
400 WriteByte((unsigned char)B);
405 WriteByte(0);
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 39 void WriteByte(Byte b)
236 void WriteByte(Byte b);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 136 public override void WriteByte(byte b)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitstreamWriter.h 66 void WriteByte(unsigned char Value) {
396 WriteByte((unsigned char)B);
401 WriteByte(0);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitstreamWriter.h 66 void WriteByte(unsigned char Value) {
396 WriteByte((unsigned char)B);
401 WriteByte(0);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitstreamWriter.h 66 void WriteByte(unsigned char Value) {
396 WriteByte((unsigned char)B);
401 WriteByte(0);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitstreamWriter.h 66 void WriteByte(unsigned char Value) {
396 WriteByte((unsigned char)B);
401 WriteByte(0);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitstreamWriter.h 66 void WriteByte(unsigned char Value) {
396 WriteByte((unsigned char)B);
401 WriteByte(0);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitstreamWriter.h 66 void WriteByte(unsigned char Value) {
396 WriteByte((unsigned char)B);
401 WriteByte(0);

Completed in 1153 milliseconds

1 2