/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/ |
H A D | ProtobufWriter.kt | 12 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 D | ByteStream.cpp | 18 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 D | BinaryByteStream.h | 111 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/ |
D | BinaryByteStream.h | 111 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 D | BinaryByteStream.h | 112 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/ |
D | BinaryByteStream.h | 111 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/ |
D | BinaryByteStream.h | 111 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/ |
D | BinaryByteStream.h | 111 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 D | IceELFStreamer.h | 37 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/ |
D | TypedOutputStream.java | 97 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/ |
D | CircularByteBufferTest.java | 35 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 D | BinaryStreamRef.cpp | 57 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 D | BinaryStreamRef.cpp | 57 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 D | RandomAccessFile.java | 88 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 D | V4Signature.java | 334 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 D | V4Signature.java | 294 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/ |
D | RandomAccessFile.java | 561 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/ |
D | RandomAccessFile.java | 561 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 D | RandomAccessFile.java | 561 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 D | BufferedSinkTest.kt | 64 fun writeBytes() { in writeBytes() method
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | CodedOutputStream.java | 305 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 D | CodedOutputStream.java | 305 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 D | TypeRecordBuilder.h | 45 void writeBytes(StringRef Value) { Stream << Value; } in writeBytes() function
|
/aosp_15_r20/system/teeui/libteeui/src/ |
H A D | cbor.cpp | 29 WriteState writeBytes(WriteState state, uint64_t value, uint8_t size) { in writeBytes() function
|
/aosp_15_r20/hardware/interfaces/confirmationui/support/src/ |
H A D | cbor.cpp | 30 WriteState writeBytes(WriteState state, uint64_t value, uint8_t size) { in writeBytes() function
|