Home
last modified time | relevance | path

Searched defs:fileSize (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java100 int fileSize = 1024; in testBinaryDownload() local
113 int fileSize = 1024; in testTextDownload() local
132 int fileSize = fileData.length; in verifyDownload() local
319 int fileSize = 1024; in testRemoveDownload() local
339 int fileSize = 1024; in testSetTitle() local
369 int fileSize = 1024; // 140k in testDownloadNoWifi() local
DDownloadManagerStressTest.java122 long fileSize = 50000000L; // note: kept relatively small to not exceed /cache dir size in testDownloadLargeFile() local
DDownloadManagerBaseTest.java353 long fileSize = actual.getStatSize(); in verifyFileContents() local
359 assertEquals(input.read(actualData), fileSize); in verifyFileContents() local
486 int fileSize = fileData.length; in verifyAndCleanupSingleFileDownload() local
589 protected File createFileOnSD(String filename, long fileSize, DataType type, in createFileOnSD()
/frameworks/native/opengl/libs/EGL/
DFileBlobCache.cpp72 size_t fileSize = statBuf.st_size; in FileBlobCache() local
145 size_t fileSize = headerSize + cacheSize; in writeToFile() local
/frameworks/base/media/java/android/media/
DMediaScannerClient.java24 public void scanFile(String path, long lastModified, long fileSize, in scanFile()
DMediaScanner.java501 long fileSize, boolean isDirectory, boolean noMedia) { in beginFile()
/frameworks/base/core/java/android/util/apk/
DZipUtils.java66 long fileSize = zip.length(); in findZipEndOfCentralDirectoryRecord() local
113 long fileSize = zip.length(); in findZipEndOfCentralDirectoryRecord() local
DApkVerityBuilder.java327 private static ByteBuffer generateFsverityHeader(ByteBuffer buffer, long fileSize, int depth, in generateFsverityHeader()
422 private static int[] calculateVerityLevelOffset(long fileSize) { in calculateVerityLevelOffset()
DApkSigningBlockUtils.java304 byte[] data, long fileSize, SignatureInfo signatureInfo) throws SecurityException { in parseVerityDigestAndVerifySourceLength()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DInputStreamSource.java63 int fileSize = 0; in process() local
/frameworks/base/core/java/com/android/internal/backup/
DIObbBackupService.aidl43 long fileSize, int type, in String path, long mode, long mtime, in restoreObbFile()
/frameworks/ml/nn/driver/cache/nnCache/
DnnCache.cpp192 size_t fileSize = headerSize + cacheSize; in saveBlobCacheLocked() local
254 size_t fileSize = statBuf.st_size; in loadBlobCacheLocked() local
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDeviceRecord.java58 static boolean isPartialReadSupported(@Nullable int[] supportedList, long fileSize) { in isPartialReadSupported()
DMtpDocumentsProvider.java291 long fileSize; in openDocument() local
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
DFullBackupObbConnection.java112 long fileSize, int type, String path, long mode, long mtime, in restoreObbFile()
/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp365 int fileSize = file.tellg(); in trimToFit() local
385 int fileSize = file.tellg(); in trimToFit() local
430 int fileSize = file.tellg(); in printDirStats() local
/frameworks/base/services/core/java/com/android/server/storage/
DFileCollector.java246 long fileSize = f.length(); in handleFile() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMonitorTest.java235 int fileSize = 0; in testBroadcastIconDoneEvent() local
/frameworks/base/media/jni/
Dandroid_media_MediaScanner.cpp149 long long fileSize, bool isDirectory, bool noMedia) in scanFile()
/frameworks/av/media/extractors/mp3/
DMP3Extractor.cpp351 off64_t fileSize; in MP3Extractor() local
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp104 isFileDifferent(const char* filePath, uint32_t fileSize, time_t modifiedTime, in isFileDifferent()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp875 off64_t fileSize = lseek64(fd, 0, SEEK_END); in main() local
/frameworks/base/libs/androidfw/
DBackupHelpers.cpp219 int fileSize; in write_update_file() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java500 final int fileSize = (int) raf.length(); in deleteSyntheticPasswordState() local