Searched refs:FILE_SIZE (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/incremental_delivery/incfs/tests/util/ |
H A D | map_ptr_test.cpp | 31 constexpr int FILE_SIZE = INCFS_DATA_FILE_BLOCK_SIZE * FILE_PAGES; variable 47 for (int i = 0; i < FILE_SIZE; i++) { in SetUp() 92 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F() 107 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F() 139 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F() 156 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F() 178 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F() 193 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F() 204 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F() 215 auto map = GetFileMap(fd.get(), 0U /* offset */, FILE_SIZE); in TEST_F() [all …]
|
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
H A D | BandwidthTest.java | 55 private final int FILE_SIZE = 10485613; field in BandwidthTest 123 mTestServer, FILE_SIZE, mDeviceId, ts); in downloadFile() 138 results.putInt("size", FILE_SIZE); in downloadFile() 174 mTestServer, FILE_SIZE, mDeviceId, ts); in uploadFile() 192 results.putInt("size", FILE_SIZE); in uploadFile() 236 mTestServer, FILE_SIZE, mDeviceId, ts); in downloadFileUsingDownloadManager() 249 results.putInt("size", FILE_SIZE); in downloadFileUsingDownloadManager()
|
/aosp12/system/extras/tests/pagingtest/ |
H A D | pagingtest.c | 17 #define FILE_SIZE (10 * 1024 * 1024) macro 163 file_size = FILE_SIZE; in main()
|