Home
last modified time | relevance | path

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

12

/external/llvm/lib/DebugInfo/CodeView/
DByteStream.cpp18 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src, in writeBytes() function
24 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src, in writeBytes() function
56 Error ByteStream<Writable>::writeBytes(uint32_t Offset, in writeBytes() function in ByteStream
DStreamWriter.cpp21 Error StreamWriter::writeBytes(ArrayRef<uint8_t> Buffer) { in writeBytes() function in StreamWriter
/external/swiftshader/third_party/subzero/src/
DIceELFStreamer.h37 virtual void writeBytes(llvm::StringRef Bytes) { in writeBytes() function
97 void writeBytes(llvm::StringRef Bytes) override { Out << Bytes; } in writeBytes() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryByteStream.h112 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
172 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
255 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecordBuilder.h45 void writeBytes(StringRef Value) { Stream << Value; } in writeBytes() function
DStreamRef.h57 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) const { in writeBytes() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamRef.cpp57 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function in __anonde1bb2d30111::MutableArrayRefImpl
117 Error WritableBinaryStreamRef::writeBytes(uint32_t Offset, in writeBytes() function in WritableBinaryStreamRef
DBinaryStreamWriter.cpp28 Error BinaryStreamWriter::writeBytes(ArrayRef<uint8_t> Buffer) { in writeBytes() function in BinaryStreamWriter
/external/openscreen/osp/go/
Dbinary.go106 func writeBytes(b []byte, w io.Writer) error { func
/external/obex/src/com/android/obex/
DPrivateInputStream.java146 public synchronized void writeBytes(byte[] body, int start) { in writeBytes() method in PrivateInputStream
/external/guava/android/guava/src/com/google/common/io/
DLittleEndianDataOutputStream.java74 public void writeBytes(String s) throws IOException { in writeBytes() method in LittleEndianDataOutputStream
DByteArrayDataOutput.java76 void writeBytes(String s); in writeBytes() method
/external/guava/guava/src/com/google/common/io/
DLittleEndianDataOutputStream.java74 public void writeBytes(String s) throws IOException { in writeBytes() method in LittleEndianDataOutputStream
DByteArrayDataOutput.java76 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/parameter-framework/upstream/parameter/
DParameterBlackboard.cpp98 void CParameterBlackboard::writeBytes(const std::vector<uint8_t> &bytes, size_t offset) in writeBytes() function in CParameterBlackboard
/external/cronet/third_party/protobuf/js/binary/
Dencoder.js438 jspb.BinaryEncoder.prototype.writeBytes = function(bytes) { method in jspb.BinaryEncoder
/external/okio/okio/src/jvmTest/java/okio/
DBufferedSinkTest.java89 @Test public void writeBytes() throws Exception { in writeBytes() method in BufferedSinkTest
/external/okio/okio/src/commonTest/kotlin/okio/
DAbstractBufferedSinkTest.kt41 @Test fun writeBytes() { in writeBytes() method
/external/angle/src/common/
DBinaryStream.h260 void writeBytes(const unsigned char *bytes, size_t count) { write(bytes, count); } in writeBytes() function
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp225 Error MappedBlockStream::writeBytes(uint32_t Offset, in writeBytes() function in MappedBlockStream
/external/sonic/
Dwave.c29 static void writeBytes( in writeBytes() function
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java314 int writeBytes(int bytes, WriteStatus writeStatus) { in writeBytes() method in OutboundFlowController.OutboundFlowState
/external/aac/libFDK/include/
DFDK_bitstream.h637 UCHAR *outputBuffer, UINT *writeBytes) { in FDKfetchBuffer()
/external/aac/libFDK/src/
DFDK_bitbuffer.cpp462 void FDK_Fetch(HANDLE_FDK_BITBUF hBitBuf, UCHAR *outBuf, UINT *writeBytes) { in FDK_Fetch()

12