Home
last modified time | relevance | path

Searched defs:writeByte (Results 1 – 25 of 35) sorted by relevance

12

/external/okio/okio/src/commonMain/kotlin/okio/
DBufferedSink.kt78 fun writeByte(b: Int): BufferedSink method
DBuffer.kt118 override fun writeByte(b: Int): Buffer in emitCompleteSegments() method in okio.Buffer
/external/xz-java/src/org/tukaani/xz/rangecoder/
DRangeEncoderToStream.java24 void writeByte(int b) throws IOException { in writeByte() method in RangeEncoderToStream
DRangeEncoderToBuffer.java56 void writeByte(int b) { in writeByte() method in RangeEncoderToBuffer
DRangeEncoder.java79 abstract void writeByte(int b) throws IOException; in writeByte() method in RangeEncoder
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
DBitstreamWriter.java104 public void writeByte(int b) throws IOException { in writeByte() method in BitstreamWriter
/external/okio/okio/src/nonJvmMain/kotlin/okio/
DBufferedSink.kt39 actual fun writeByte(b: Int): BufferedSink method
DRealBufferedSink.kt60 override fun writeByte(b: Int) = commonWriteByte(b) method in okio.RealBufferedSink
/external/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.cpp84 void WaveFileWriter::writeByte(uint8_t b) { in writeByte() function in WaveFileWriter
/external/autotest/client/common_lib/
Di2c_node.py126 def writeByte(self, reg, byte): member in I2cNode
/external/guava/android/guava/src/com/google/common/io/
DLittleEndianDataOutputStream.java64 public void writeByte(int v) throws IOException { in writeByte() method in LittleEndianDataOutputStream
DByteArrayDataOutput.java44 void writeByte(int v); in writeByte() method
/external/guava/guava/src/com/google/common/io/
DLittleEndianDataOutputStream.java64 public void writeByte(int v) throws IOException { in writeByte() method in LittleEndianDataOutputStream
DByteArrayDataOutput.java44 void writeByte(int v); in writeByte() method
/external/proguard/src/proguard/classfile/io/
DRuntimeDataOutput.java96 public void writeByte(int v) in writeByte() method in RuntimeDataOutput
/external/okio/okio/src/jvmMain/kotlin/okio/
DBufferedSink.kt68 actual fun writeByte(b: Int): BufferedSink method
DRealBufferedSink.kt94 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/
DBufferedSink.java78 BufferedSink writeByte(int b) throws IOException; in writeByte() method
DRealBufferedSink.java120 @Override public BufferedSink writeByte(int b) throws IOException { in writeByte() method in RealBufferedSink
/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSink.java76 BufferedSink writeByte(int b) throws IOException; in writeByte() method
DRealBufferedSink.java119 @Override public BufferedSink writeByte(int b) throws IOException { in writeByte() method in RealBufferedSink
/external/oss-fuzz/projects/giflib/
DProtoToGif.cpp229 void ProtoConverter::writeByte(uint8_t x) in writeByte() function in ProtoConverter
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DEncodedValueWriter.java105 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/
DEncodedValueWriter.java104 public void writeByte(byte value) throws IOException { in writeByte() method in EncodedValueWriter
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java1064 protected static void writeByte(byte[] code, int offset, int value) in writeByte() method in Instruction

12