Home
last modified time | relevance | path

Searched refs:filesize (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerTestApp.java163 long filesize = DOWNLOAD_FILESIZE; in verifyFileDownloadSucceeded() local
201 verifyFileSize(pfd, filesize); in verifyFileDownloadSucceeded()
222 long filesize = DOWNLOAD_FILESIZE; in runLargeDownloadOverWiFi() local
244 verifyFileSize(pfd, filesize); in runLargeDownloadOverWiFi()
264 long filesize = DOWNLOAD_FILESIZE; in runDownloadMultipleSwitching() local
322 verifyFileSize(pfd, filesize); in runDownloadMultipleSwitching()
341 long filesize = DOWNLOAD_FILESIZE; in runDownloadMultipleWiFiEnableDisable() local
390 verifyFileSize(pfd, filesize); in runDownloadMultipleWiFiEnableDisable()
410 long filesize = DOWNLOAD_FILESIZE; in runDownloadMultipleAirplaneModeEnableDisable() local
461 verifyFileSize(pfd, filesize); in runDownloadMultipleAirplaneModeEnableDisable()
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp1219 int64_t filesize = -1; in release() local
1222 filesize = statbuf.st_size; in release()
1225 sync_elapsed_ns / 1000000, (int64_t) filesize); in release()