Home
last modified time | relevance | path

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

12345678910>>...56

/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
H A DProtobufWriter.kt12 fun writeBytes(bytes: ByteArray, tag: Int) { in writeBytes() method
17 fun writeBytes(bytes: ByteArray) { in writeBytes() method
/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DBinaryByteStream.h111 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
171 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
252 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBinaryByteStream.h111 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
170 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
249 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBinaryByteStream.h111 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
170 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
249 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DBinaryByteStream.h111 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
170 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
249 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBinaryByteStream.h111 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
170 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes() function
249 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceELFStreamer.h37 virtual void writeBytes(llvm::StringRef Bytes) { in writeBytes() function
97 void writeBytes(llvm::StringRef Bytes) override { Out << Bytes; } in writeBytes() function
/aosp_15_r20/packages/modules/GeoTZ/s2storage/src/write/java/com/android/storage/io/write/
DTypedOutputStream.java97 public void writeBytes(byte[] bytes) throws IOException { in writeBytes() method in TypedOutputStream
104 public void writeBytes(byte[] bytes, int off, int len) throws IOException { in writeBytes() method in TypedOutputStream
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/async/
DCircularByteBufferTest.java35 public void writeBytes() { in writeBytes() method in CircularByteBufferTest
229 void writeBytes(CircularByteBuffer buffer, byte[] src, int pos, int len) { in writeBytes() method in CircularByteBufferTest.BufferAccessor
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DBinaryStreamRef.cpp57 Error writeBytes(uint64_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function in __anonb05008aa0111::MutableArrayRefImpl
115 Error WritableBinaryStreamRef::writeBytes(uint64_t Offset, in writeBytes() function in WritableBinaryStreamRef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamRef.cpp57 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes() function in __anonacd173640111::MutableArrayRefImpl
117 Error WritableBinaryStreamRef::writeBytes(uint32_t Offset, in writeBytes() function in WritableBinaryStreamRef
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DRandomAccessFile.java88 private void writeBytes(byte[] b, int off, int len) throws java.io.IOException { in writeBytes() method in RandomAccessFile
200 public final void writeBytes(java.lang.String s) throws java.io.IOException { in writeBytes() method in RandomAccessFile
/aosp_15_r20/frameworks/base/core/java/android/os/incremental/
H A DV4Signature.java334 private static void writeBytes(OutputStream stream, byte[] bytes) throws IOException { in writeBytes() method in V4Signature
343 private static void writeBytes(ByteBuffer buffer, byte[] bytes) { in writeBytes() method in V4Signature
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
H A DV4Signature.java294 static void writeBytes(OutputStream stream, byte[] bytes) throws IOException { in writeBytes() method in V4Signature
303 static void writeBytes(ByteBuffer buffer, byte[] bytes) { in writeBytes() method in V4Signature
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DRandomAccessFile.java561 private void writeBytes(byte b[], int off, int len) throws IOException { in writeBytes() method in RandomAccessFile
1202 public final void writeBytes(String s) throws IOException { in writeBytes() method in RandomAccessFile
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DRandomAccessFile.java561 private void writeBytes(byte b[], int off, int len) throws IOException { in writeBytes() method in RandomAccessFile
1202 public final void writeBytes(String s) throws IOException { in writeBytes() method in RandomAccessFile
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DRandomAccessFile.java561 private void writeBytes(byte b[], int off, int len) throws IOException { in writeBytes() method in RandomAccessFile
1202 public final void writeBytes(String s) throws IOException { in writeBytes() method in RandomAccessFile
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DBufferedSinkTest.kt64 fun writeBytes() { in writeBytes() method
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java305 public abstract void writeBytes(int fieldNumber, ByteString value) throws IOException; in writeBytes() method in CodedOutputStream
1229 public final void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.ArrayEncoder
1592 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.SafeDirectNioEncoder
1926 public void writeBytes(int fieldNumber, ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.UnsafeDirectNioEncoder
2438 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.ByteOutputEncoder
2752 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.OutputStreamEncoder
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java305 public abstract void writeBytes(int fieldNumber, ByteString value) throws IOException; in writeBytes() method in CodedOutputStream
1229 public final void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.ArrayEncoder
1592 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.SafeDirectNioEncoder
1926 public void writeBytes(int fieldNumber, ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.UnsafeDirectNioEncoder
2438 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.ByteOutputEncoder
2752 public void writeBytes(final int fieldNumber, final ByteString value) throws IOException { in writeBytes() method in CodedOutputStream.OutputStreamEncoder
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordBuilder.h45 void writeBytes(StringRef Value) { Stream << Value; } in writeBytes() function
/aosp_15_r20/system/teeui/libteeui/src/
H A Dcbor.cpp29 WriteState writeBytes(WriteState state, uint64_t value, uint8_t size) { in writeBytes() function
/aosp_15_r20/hardware/interfaces/confirmationui/support/src/
H A Dcbor.cpp30 WriteState writeBytes(WriteState state, uint64_t value, uint8_t size) { in writeBytes() function

12345678910>>...56