Searched defs:blockSize (Results 1 – 7 of 7) sorted by relevance
159 int blockSize = fs.getBlockSize(); in testDownloadToCacheWithAlmostFullCache() local
439 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testSizeLimits() local541 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testAgeLimits() local
891 int flags, int blockSize) throws IOException { in EntryFile()930 public EntryFile(File file, int blockSize) { in EntryFile()
417 size_t blockSize = AMIDI_BUFFER_SIZE; in AMidiInputPort_sendWithTimestamp() local
2069 @NonNull Size blockSize) { in PerformancePoint()2581 Size blockSize = Utils.parseSize(map.get("block-size"), new Size(8, 8)); in equivalentVP9Level() local2633 Size blockSize = new Size(mBlockWidth, mBlockHeight); in parseFromInfo() local3347 final int blockSize = 16; in applyLevelLimits() local3418 final int blockSize = 8; in applyLevelLimits() local3605 final int blockSize = 8; in applyLevelLimits() local
107 BlockSize blockSize = -1; member
66 static constexpr auto blockSize = 4096; member2154 const auto blockSize = std::min<long>(constants().blockSize, data.size()); in setFileContent() local