Home
last modified time | relevance | path

Searched defs:byteOffset (Results 1 – 5 of 5) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
DBlockData.java52 public byte getByte(int byteOffset) { in getByte()
57 public int getUnsignedByte(int byteOffset) { in getUnsignedByte()
62 public char getChar(int byteOffset) { in getChar()
67 public int getInt(int byteOffset) { in getInt()
72 public long getLong(int byteOffset) { in getLong()
80 public byte[] getTinyByteArray(int byteOffset) { in getTinyByteArray()
88 public byte[] getBytes(int byteOffset, int byteCount) { in getBytes()
100 public char[] getTinyCharArray(int byteOffset) { in getTinyCharArray()
108 public char[] getChars(int byteOffset, int charCount) { in getChars()
122 public long getValueAsLong(int valueSizeBytes, int byteOffset, boolean signExtend) { in getValueAsLong()
[all …]
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp250 off_t byteOffset = align_sizet(sizeof(Header) + header->mBuildIdLength); in flatten() local
308 off_t byteOffset = align_sizet(sizeof(Header) + header->mBuildIdLength); in unflatten() local
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DGsmAlphabet.java691 int byteOffset = bitOffset / 8; in gsm7BitPackedToString() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/util/
DGsmAlphabet.java171 int byteOffset = bitOffset / 8; in gsm7BitPackedToString() local
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/packed/read/
DPackedTableReader.java210 int byteOffset = mHeaderLengthBytes + (index * mEntrySizeBytes); in getEntryBytesForIndex() local