Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
DRandomRWTest.java36 final long fileSize = FileUtil.getFileSizeExceedingMemory(getContext(), READ_BUFFER_SIZE); in testRandomRead() local
40 FileUtil.doRandomReadTest(getContext(), DIR_RANDOM_RD, getReportLog(), fileSize, in testRandomRead() local
48 final long fileSize = 256 * 1024 * 1024; in testRandomUpdate() local
49 FileUtil.doRandomWriteTest(getContext(), DIR_RANDOM_WR, getReportLog(), fileSize, in testRandomUpdate() local
DSequentialRWTest.java48 final long fileSize = FileUtil.getFileSizeExceedingMemory(getContext(), BUFFER_SIZE); in testSingleSequentialWrite() local
79 final long fileSize = FileUtil.getFileSizeExceedingMemory(getContext(), BUFFER_SIZE); in testSingleSequentialUpdate() local
84 FileUtil.doSequentialUpdateTest(getContext(), DIR_SEQ_UPDATE, getReportLog(), fileSize, in testSingleSequentialUpdate() local
90 final long fileSize = FileUtil.getFileSizeExceedingMemory(getContext(), BUFFER_SIZE); in testSingleSequentialRead() local
DAlmostFullTest.java118 final long fileSize = 400L * 1024L * 1024L; in testRandomRead() local
124 FileUtil.doRandomReadTest(getContext(), DIR_RANDOM_RD, getReportLog(), fileSize, in testRandomRead() local
131 final long fileSize = 256L * 1024L * 1024L; in testRandomUpdate() local
137 FileUtil.doRandomWriteTest(getContext(), DIR_RANDOM_WR, getReportLog(), fileSize, in testRandomUpdate() local
DFileUtil.java271 long fileSize, int bufferSize) throws Exception { in doRandomReadTest()
326 long fileSize, int bufferSize) throws Exception { in doRandomWriteTest()
380 long fileSize, int bufferSize, int numberRepetition) throws Exception { in doSequentialUpdateTest()
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java464 long fileSize, long tolerance) throws Exception { in testSetMaxFileSize()
490 private void checkOutputFileSize(final String fileName, long fileSize, long tolerance) { in checkOutputFileSize()
/cts/tools/dex-tools/src/dex/reader/
DDexFileReader.java39 private int fileSize = 0; field in DexFileReader