Searched refs:ByteArray (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | AutoGrowArray.java | 51 public static class ByteArray { class in AutoGrowArray 59 public ByteArray() { in ByteArray() method in AutoGrowArray.ByteArray 66 public ByteArray(@IntRange(from = 0) int initialCapacity) { in ByteArray() method in AutoGrowArray.ByteArray
|
D | MeasuredParagraph.java | 26 import android.text.AutoGrowArray.ByteArray; 106 private @NonNull ByteArray mLevels = new ByteArray();
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.cs | 184 ByteArray.Reverse(rawBytes); in WriteFloat() 602 ByteArray.Copy(value, offset, buffer, position, length); in WriteRawBytes() 611 ByteArray.Copy(value, offset, buffer, position, bytesWritten); in WriteRawBytes() 623 ByteArray.Copy(value, offset, buffer, 0, length); in WriteRawBytes()
|
D | ByteString.cs | 162 ByteArray.Copy(bytes, offset, portion, 0, count); in CopyFrom() 334 ByteArray.Copy(bytes, 0, array, position, bytes.Length); in CopyTo()
|
D | CodedInputStream.cs | 485 ByteArray.Reverse(rawBytes); in ReadFloat() 1100 ByteArray.Copy(buffer, bufferPos, bytes, 0, size); in ReadRawBytes() 1112 ByteArray.Copy(buffer, bufferPos, bytes, 0, pos); in ReadRawBytes() 1128 ByteArray.Copy(buffer, 0, bytes, pos, size - pos); in ReadRawBytes() 1180 ByteArray.Copy(buffer, originalBufferPos, bytes, 0, newPos); in ReadRawBytes()
|
D | ByteArray.cs | 40 internal static class ByteArray class
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | Makefile.am | 114 csharp/src/Google.Protobuf/ByteArray.cs \
|
/frameworks/base/config/ |
D | preloaded-classes | 3426 android.text.AutoGrowArray$ByteArray
|