/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | NativeFrame.java | 177 int byteCount = rgbaBitmap.getByteCount(); in setBitmap() local 193 int byteCount = result.getByteCount(); in getBitmap() local 244 private native byte[] getNativeData(int byteCount); in getNativeData() 252 private native int[] getNativeInts(int byteCount); in getNativeInts() 254 private native float[] getNativeFloats(int byteCount); in getNativeFloats()
|
/aosp14/frameworks/base/packages/PrintSpooler/jni/ |
H A D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 29 static bool writeAllBytes(const int fd, void* buffer, const size_t byteCount) { in writeAllBytes() 45 static bool readAllBytes(const int fd, void* buffer, const size_t byteCount) { in readAllBytes() 118 size_t byteCount = readInfo.stride * readInfo.height; in readBitmapPixels() local 157 size_t byteCount = info.stride * info.height; in writeBitmapPixels() local
|
/aosp14/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarFile.java | 347 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 384 public long skip(long byteCount) throws IOException { in skip() 400 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 465 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() 486 @Override public long skip(long byteCount) throws IOException { in skip()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | SizedInputStream.java | 49 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | LimitedLengthInputStream.java | 69 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/ |
H A D | ZipFilePerfTest.java | 89 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
|
H A D | ZipFileReadPerfTest.java | 78 int byteCount = (int) Math.min(writeBuffer.length, entrySize - i); in writeEntries() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_ddm_DdmHandleNativeHeap.cpp | 58 ssize_t byteCount; in ReadFile() local
|
H A D | android_hardware_camera2_CameraMetadata.cpp | 364 jsize byteCount = entry.count * tagSize; in CameraMetadata_readValues() local
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | FileBridge.java | 182 public void write(byte[] buffer, int byteOffset, int byteCount) throws IOException { in write()
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
H A D | SmsMessage.java | 1079 String getUserDataGSM8bit(int byteCount) { in getUserDataGSM8bit() 1097 String getUserDataUCS2(int byteCount) { in getUserDataUCS2() 1118 String getUserDataKSC5601(int byteCount) { in getUserDataKSC5601()
|
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | GsmAlphabet.java | 411 int byteCount = ((septetCount * 7) + 7) / 8; in stringToGsm7BitPacked() local
|
/aosp14/frameworks/base/libs/hwui/jni/pdf/ |
H A D | PdfEditor.cpp | 69 static bool writeAllBytes(const int fd, const void* buffer, const size_t byteCount) { in writeAllBytes()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | ExifInterface.java | 4077 long byteCount = 0; in readImageFileDirectory() local 4945 public void seek(long byteCount) throws IOException { in seek() 5081 public int skipBytes(int byteCount) throws IOException { in skipBytes()
|
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsBackupAgent.java | 1414 int byteCount = readInt(data, pos); in readString() local
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | VectorDrawable.java | 1984 int byteCount = TOTAL_PROPERTY_COUNT * 4; in updateStateFromTypedArray() local
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLLogWrapper.java | 930 private ByteBuffer toByteBuffer(int byteCount, Buffer input) { in toByteBuffer()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |