/external/okio/okio/src/commonMain/kotlin/okio/ |
D | BufferedSink.kt | 78 fun writeByte(b: Int): BufferedSink method
|
D | Buffer.kt | 118 override fun writeByte(b: Int): Buffer in emitCompleteSegments() method in okio.Buffer
|
/external/xz-java/src/org/tukaani/xz/rangecoder/ |
D | RangeEncoderToStream.java | 24 void writeByte(int b) throws IOException { in writeByte() method in RangeEncoderToStream
|
D | RangeEncoderToBuffer.java | 56 void writeByte(int b) { in writeByte() method in RangeEncoderToBuffer
|
D | RangeEncoder.java | 79 abstract void writeByte(int b) throws IOException; in writeByte() method in RangeEncoder
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/ |
D | BitstreamWriter.java | 104 public void writeByte(int b) throws IOException { in writeByte() method in BitstreamWriter
|
/external/okio/okio/src/nonJvmMain/kotlin/okio/ |
D | BufferedSink.kt | 39 actual fun writeByte(b: Int): BufferedSink method
|
D | RealBufferedSink.kt | 60 override fun writeByte(b: Int) = commonWriteByte(b) method in okio.RealBufferedSink
|
/external/oboe/apps/OboeTester/app/src/main/cpp/util/ |
D | WaveFileWriter.cpp | 84 void WaveFileWriter::writeByte(uint8_t b) { in writeByte() function in WaveFileWriter
|
/external/autotest/client/common_lib/ |
D | i2c_node.py | 126 def writeByte(self, reg, byte): member in I2cNode
|
/external/guava/android/guava/src/com/google/common/io/ |
D | LittleEndianDataOutputStream.java | 64 public void writeByte(int v) throws IOException { in writeByte() method in LittleEndianDataOutputStream
|
D | ByteArrayDataOutput.java | 44 void writeByte(int v); in writeByte() method
|
/external/guava/guava/src/com/google/common/io/ |
D | LittleEndianDataOutputStream.java | 64 public void writeByte(int v) throws IOException { in writeByte() method in LittleEndianDataOutputStream
|
D | ByteArrayDataOutput.java | 44 void writeByte(int v); in writeByte() method
|
/external/proguard/src/proguard/classfile/io/ |
D | RuntimeDataOutput.java | 96 public void writeByte(int v) in writeByte() method in RuntimeDataOutput
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | BufferedSink.kt | 68 actual fun writeByte(b: Int): BufferedSink method
|
D | RealBufferedSink.kt | 94 override fun writeByte(b: Int) = commonWriteByte(b) in writeAll() method in okio.RealBufferedSink
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | BufferedSink.java | 78 BufferedSink writeByte(int b) throws IOException; in writeByte() method
|
D | RealBufferedSink.java | 120 @Override public BufferedSink writeByte(int b) throws IOException { in writeByte() method in RealBufferedSink
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | BufferedSink.java | 76 BufferedSink writeByte(int b) throws IOException; in writeByte() method
|
D | RealBufferedSink.java | 119 @Override public BufferedSink writeByte(int b) throws IOException { in writeByte() method in RealBufferedSink
|
/external/oss-fuzz/projects/giflib/ |
D | ProtoToGif.cpp | 229 void ProtoConverter::writeByte(uint8_t x) in writeByte() function in ProtoConverter
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | EncodedValueWriter.java | 105 public void writeByte(byte value) throws IOException { in writeByte() method in EncodedValueWriter
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/ |
D | EncodedValueWriter.java | 104 public void writeByte(byte value) throws IOException { in writeByte() method in EncodedValueWriter
|
/external/proguard/src/proguard/classfile/instruction/ |
D | Instruction.java | 1064 protected static void writeByte(byte[] code, int offset, int value) in writeByte() method in Instruction
|