Home
last modified time | relevance | path

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

123

/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/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/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/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
DByteStreams.java424 @Override public void writeBytes(String s) { in writeBytes() method in ByteStreams.ByteArrayDataOutputStream
/external/proguard/src/proguard/classfile/io/
DRuntimeDataOutput.java109 public void writeBytes(String s) in writeBytes() method in RuntimeDataOutput
/external/protobuf/js/binary/
Dencoder.js375 jspb.BinaryEncoder.prototype.writeBytes = function(bytes) { method in jspb.BinaryEncoder
Dwriter.js709 jspb.BinaryWriter.prototype.writeBytes = function(field, value) { method in jspb.BinaryWriter
/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/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/aac/libFDK/include/
DFDK_bitstream.h683 UCHAR *outputBuffer, UINT *writeBytes) { in FDKfetchBuffer()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java266 public abstract void writeBytes(int fieldNumber, ByteString value) throws IOException; in writeBytes() method in CodedOutputStream
1167 public final void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.ArrayEncoder
1537 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.NioEncoder
2017 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.ByteOutputEncoder
2320 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.OutputStreamEncoder
/external/oj-libjdwp/src/share/back/
DoutStream.c99 writeBytes(PacketOutputStream *stream, void *source, int size) in writeBytes() function
/external/aac/libFDK/src/
DFDK_bitbuffer.cpp488 void FDK_Fetch(HANDLE_FDK_BITBUF hBitBuf, UCHAR *outBuf, UINT *writeBytes) { in FDK_Fetch()
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java171 public void writeBytes(final int fieldNumber, final byte[] value) in writeBytes() method in CodedOutputByteBufferNano
178 public void writeBytes(final int fieldNumber, final byte[] value, in writeBytes() method in CodedOutputByteBufferNano
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp122 void writeBytes(const char *Bytes, int Size) { in writeBytes() function in __anonebae53380211::GCOVRecord
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java198 public void writeBytes(final int fieldNumber, final ByteStringMicro value) in writeBytes() method in CodedOutputStreamMicro
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp177 void writeBytes(const char *Bytes, int Size) { in writeBytes() function in __anonb9b0140c0211::GCOVRecord
/external/owasp/sanitizer/tools/findbugs/lib/
Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/ ...
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...

123