| /external/skia/src/gpu/ganesh/ |
| D | GrPersistentCacheUtils.cpp | 51 writer.writeByteArray(shaders[i].c_str(), shaders[i].size()); in PackCachedShaders() 67 writer.writeByteArray(attr.c_str(), attr.size()); in PackCachedShaders() 73 writer.writeByteArray(meta->fPlatformData->data(), meta->fPlatformData->size()); in PackCachedShaders()
|
| /external/python/bumble/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/ |
| D | IBluetoothHciCallbacks.java | 152 _data.writeByteArray(data); in aclDataReceived() 167 _data.writeByteArray(event); in hciEventReceived() 197 _data.writeByteArray(data); in isoDataReceived() 212 _data.writeByteArray(data); in scoDataReceived()
|
| D | IBluetoothHci.java | 190 _data.writeByteArray(data); in sendAclData() 205 _data.writeByteArray(command); in sendHciCommand() 220 _data.writeByteArray(data); in sendIsoData() 235 _data.writeByteArray(data); in sendScoData()
|
| /external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/ |
| D | MetadataHelper.java | 78 parcel.writeByteArray(name); in writeMetadata() 83 parcel.writeByteArray(valueBytes); in writeMetadata() 110 parcel.writeByteArray(buffer, 0, total); in writeMetadata()
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowDisplayHashManagerTest.java | 61 parcel.writeByteArray(new byte[15]); in createDisplayHash() 62 parcel.writeByteArray(new byte[21]); in createDisplayHash()
|
| D | ShadowParcelTest.java | 299 parcel.writeByteArray(new byte[0]); in testZeroCanBeCasted_4ByteTypesCanBeReadAs8Bytes() 331 parcel.writeByteArray(new byte[8]); in testZeroCanBeCasted_overwrittenValuesAreOk() 496 parcel.writeByteArray(bytes); in testWriteAndCreateByteArray_multipleOf4() 511 parcel.writeByteArray(bytes); in testWriteAndCreateByteArray_oddLength() 523 parcel.writeByteArray(new byte[0]); // This is also zero in testByteArrayToleratesZeroes() 532 parcel.writeByteArray(new byte[17]); in testByteArrayOfZeroesCastedToZeroes() 545 parcel.writeByteArray(new byte[] {0, 0, 0, 0, 0, 0, 0, 0, 1}); in testByteArrayOfNonZeroCannotBeCastedToZeroes() 567 parcel.writeByteArray(new byte[15]); in testByteArrayOfZeroesReadAsZeroes() 579 parcel.writeByteArray(null); in testWriteAndCreateNullByteArray() 588 parcel.writeByteArray(bytes); in testWriteAndCreateByteArray_lengthZero() [all …]
|
| /external/skia/src/core/ |
| D | SkWriteBuffer.h | 48 virtual void writeByteArray(const void* data, size_t size) = 0; 53 this->writeByteArray(data->data(), data->size()); in writeDataAsByteArray() 120 void writeByteArray(const void* data, size_t size) override;
|
| D | SkVertices.cpp | 300 buffer.writeByteArray(fVertices->fPositions, sizes.fVSize); in encode() 301 buffer.writeByteArray(fVertices->fTexs, sizes.fTSize); in encode() 302 buffer.writeByteArray(fVertices->fColors, sizes.fCSize); in encode() 304 buffer.writeByteArray(fVertices->fIndices, sizes.fISize); in encode()
|
| D | SkColorTable.cpp | 42 buffer.writeByteArray(fTable.getAddr8(0, 0), 4 * 256); in flatten()
|
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | CodedOutputStream.java | 309 public abstract void writeByteArray(int fieldNumber, byte[] value) throws IOException; in writeByteArray() method in CodedOutputStream 313 public abstract void writeByteArray(int fieldNumber, byte[] value, int offset, int length) in writeByteArray() method in CodedOutputStream 1235 public final void writeByteArray(final int fieldNumber, final byte[] value) throws IOException { in writeByteArray() method in CodedOutputStream.ArrayEncoder 1236 writeByteArray(fieldNumber, value, 0, value.length); in writeByteArray() 1240 public final void writeByteArray( in writeByteArray() method in CodedOutputStream.ArrayEncoder 1598 public void writeByteArray(final int fieldNumber, final byte[] value) throws IOException { in writeByteArray() method in CodedOutputStream.SafeDirectNioEncoder 1599 writeByteArray(fieldNumber, value, 0, value.length); in writeByteArray() 1603 public void writeByteArray( in writeByteArray() method in CodedOutputStream.SafeDirectNioEncoder 1932 public void writeByteArray(int fieldNumber, byte[] value) throws IOException { in writeByteArray() method in CodedOutputStream.UnsafeDirectNioEncoder 1933 writeByteArray(fieldNumber, value, 0, value.length); in writeByteArray() [all …]
|
| /external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | CodedOutputStream.java | 309 public abstract void writeByteArray(int fieldNumber, byte[] value) throws IOException; in writeByteArray() method in CodedOutputStream 313 public abstract void writeByteArray(int fieldNumber, byte[] value, int offset, int length) in writeByteArray() method in CodedOutputStream 1235 public final void writeByteArray(final int fieldNumber, final byte[] value) throws IOException { in writeByteArray() method in CodedOutputStream.ArrayEncoder 1236 writeByteArray(fieldNumber, value, 0, value.length); in writeByteArray() 1240 public final void writeByteArray( in writeByteArray() method in CodedOutputStream.ArrayEncoder 1598 public void writeByteArray(final int fieldNumber, final byte[] value) throws IOException { in writeByteArray() method in CodedOutputStream.SafeDirectNioEncoder 1599 writeByteArray(fieldNumber, value, 0, value.length); in writeByteArray() 1603 public void writeByteArray( in writeByteArray() method in CodedOutputStream.SafeDirectNioEncoder 1932 public void writeByteArray(int fieldNumber, byte[] value) throws IOException { in writeByteArray() method in CodedOutputStream.UnsafeDirectNioEncoder 1933 writeByteArray(fieldNumber, value, 0, value.length); in writeByteArray() [all …]
|
| /external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | CodedOutputStream.java | 309 public abstract void writeByteArray(int fieldNumber, byte[] value) throws IOException; in writeByteArray() method in CodedOutputStream 313 public abstract void writeByteArray(int fieldNumber, byte[] value, int offset, int length) in writeByteArray() method in CodedOutputStream 1235 public final void writeByteArray(final int fieldNumber, final byte[] value) throws IOException { in writeByteArray() method in CodedOutputStream.ArrayEncoder 1236 writeByteArray(fieldNumber, value, 0, value.length); in writeByteArray() 1240 public final void writeByteArray( in writeByteArray() method in CodedOutputStream.ArrayEncoder 1598 public void writeByteArray(final int fieldNumber, final byte[] value) throws IOException { in writeByteArray() method in CodedOutputStream.SafeDirectNioEncoder 1599 writeByteArray(fieldNumber, value, 0, value.length); in writeByteArray() 1603 public void writeByteArray( in writeByteArray() method in CodedOutputStream.SafeDirectNioEncoder 1932 public void writeByteArray(int fieldNumber, byte[] value) throws IOException { in writeByteArray() method in CodedOutputStream.UnsafeDirectNioEncoder 1933 writeByteArray(fieldNumber, value, 0, value.length); in writeByteArray() [all …]
|
| /external/cronet/tot/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | AbstractProto3LiteSchemaTest.java | 59 codedOutput.writeByteArray(Proto3MessageLite.FIELD_STRING_9_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8() 67 codedOutput.writeByteArray(Proto3MessageLite.FIELD_STRING_LIST_26_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8()
|
| D | AbstractProto3SchemaTest.java | 59 codedOutput.writeByteArray(Proto3Message.FIELD_STRING_9_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8() 67 codedOutput.writeByteArray(Proto3Message.FIELD_STRING_LIST_26_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8()
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | AbstractProto3LiteSchemaTest.java | 59 codedOutput.writeByteArray(Proto3MessageLite.FIELD_STRING_9_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8() 67 codedOutput.writeByteArray(Proto3MessageLite.FIELD_STRING_LIST_26_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8()
|
| D | AbstractProto3SchemaTest.java | 59 codedOutput.writeByteArray(Proto3Message.FIELD_STRING_9_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8() 67 codedOutput.writeByteArray(Proto3Message.FIELD_STRING_LIST_26_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8()
|
| /external/cronet/stable/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | AbstractProto3LiteSchemaTest.java | 59 codedOutput.writeByteArray(Proto3MessageLite.FIELD_STRING_9_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8() 67 codedOutput.writeByteArray(Proto3MessageLite.FIELD_STRING_LIST_26_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8()
|
| D | AbstractProto3SchemaTest.java | 59 codedOutput.writeByteArray(Proto3Message.FIELD_STRING_9_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8() 67 codedOutput.writeByteArray(Proto3Message.FIELD_STRING_LIST_26_FIELD_NUMBER, invalid); in serializedBytesWithInvalidUtf8()
|
| /external/conscrypt/android-stub/src/main/java/android/util/ |
| D | StatsEvent.java | 74 public StatsEvent.Builder writeByteArray(byte[] value) { in writeByteArray() method in StatsEvent.Builder
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/scte35/ |
| D | PrivateCommand.java | 59 dest.writeByteArray(commandBytes); in writeToParcel()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/scte35/ |
| D | PrivateCommand.java | 59 dest.writeByteArray(commandBytes); in writeToParcel()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/ |
| D | BinaryFrame.java | 63 dest.writeByteArray(data); in writeToParcel()
|
| D | PrivFrame.java | 75 dest.writeByteArray(privateData); in writeToParcel()
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/ |
| D | BinaryFrame.java | 63 dest.writeByteArray(data); in writeToParcel()
|
| D | PrivFrame.java | 75 dest.writeByteArray(privateData); in writeToParcel()
|