Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/
DBlockData.java53 public byte getByte(int byteOffset) { in getByte()
58 public int getUnsignedByte(int byteOffset) { in getUnsignedByte()
63 public char getChar(int byteOffset) { in getChar()
68 public int getInt(int byteOffset) { in getInt()
73 public long getLong(int byteOffset) { in getLong()
81 public byte[] getTinyByteArray(int byteOffset) { in getTinyByteArray()
90 public byte[] getByteArray(int byteOffset) { in getByteArray()
98 public byte[] getBytes(int byteOffset, int byteCount) { in getBytes()
110 public char[] getTinyCharArray(int byteOffset) { in getTinyCharArray()
118 public char[] getChars(int byteOffset, int charCount) { in getChars()
[all …]
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp251 off_t byteOffset = align_sizet(sizeof(Header) + header->mBuildIdLength); in flatten() local
309 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.java164 int byteOffset = bitOffset / 8; in gsm7BitPackedToString() local
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/table/packed/read/
DPackedTableReader.java219 int byteOffset = mHeaderLengthBytes + (index * mEntrySizeBytes); in getEntryBytesForIndex() local
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...