Home
last modified time | relevance | path

Searched defs:writeBytes (Results 1 – 10 of 10) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
DTypesWriter.java117 public void writeBytes(byte[] buff) in writeBytes() method in TypesWriter
122 public void writeBytes(byte[] buff, int off, int len) in writeBytes() method in TypesWriter
/external/jmdns/src/javax/jmdns/impl/
DDNSOutgoing.java49 void writeBytes(String str, int off, int len) { in writeBytes() method in DNSOutgoing.MessageOutputStream
55 void writeBytes(byte data[]) { in writeBytes() method in DNSOutgoing.MessageOutputStream
61 void writeBytes(byte data[], int off, int len) { in writeBytes() method in DNSOutgoing.MessageOutputStream
/external/guava/guava/src/com/google/common/io/
DLittleEndianDataOutputStream.java74 @Override public void writeBytes(String s) throws IOException { in writeBytes() method in LittleEndianDataOutputStream
DByteArrayDataOutput.java48 @Deprecated @Override void writeBytes(String s); in writeBytes() method
/external/proguard/src/proguard/classfile/io/
DRuntimeDataOutput.java109 public void writeBytes(String s) in writeBytes() method in RuntimeDataOutput
/external/aac/libFDK/include/
DFDK_bitstream.h611 …_INLINE void FDKfetchBuffer(HANDLE_FDK_BITSTREAM hBitStream, UCHAR *outputBuffer, UINT *writeBytes) in FDKfetchBuffer()
/external/aac/libFDK/src/
DFDK_bitbuffer.cpp452 void FDK_Fetch (HANDLE_FDK_BITBUF hBitBuf, UCHAR *outBuf, UINT *writeBytes) in FDK_Fetch()
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java198 public void writeBytes(final int fieldNumber, final ByteStringMicro value) in writeBytes() method in CodedOutputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedOutputStream.java225 public void writeBytes(final int fieldNumber, final ByteString value) in writeBytes() method in CodedOutputStream
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp126 void writeBytes(const char *Bytes, int Size) { in writeBytes() function in __anona7dd2d520211::GCOVRecord