Home
last modified time | relevance | path

Searched refs:ByteArray (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/text/
DAutoGrowArray.java51 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
DMeasuredParagraph.java26 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/
DCodedOutputStream.cs184 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()
DByteString.cs162 ByteArray.Copy(bytes, offset, portion, 0, count); in CopyFrom()
334 ByteArray.Copy(bytes, 0, array, position, bytes.Length); in CopyTo()
DCodedInputStream.cs485 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()
DByteArray.cs40 internal static class ByteArray class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DMakefile.am114 csharp/src/Google.Protobuf/ByteArray.cs \
/frameworks/base/config/
Dpreloaded-classes3426 android.text.AutoGrowArray$ByteArray