Home
last modified time | relevance | path

Searched refs:getBlockCount (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java53 int totalBlocks = stat.getBlockCount(); in onCreate()
81 int totalBlocks = stat.getBlockCount(); in fillupdisk()
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
H A DBlockFileReader.java201 public int getBlockCount() { in getBlockCount() method in BlockFileReader
237 for (int i = 0; i < getBlockCount(); i++) { in visit()
/aosp12/frameworks/base/core/java/android/os/
H A DStatFs.java88 public int getBlockCount() { in getBlockCount() method in StatFs
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DCacheStorageUsageInfo.java66 long totalBlocks = stat.getBlockCount(); in loadStorageInfo()
/aosp12/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp1468 ASSERT_EQ(BlockCounts{.totalDataBlocks = 2}, *getBlockCount(control_, file_path)); in TEST_F()
1469 ASSERT_EQ(BlockCounts{.totalDataBlocks = 2}, *getBlockCount(control_, file_id)); in TEST_F()
1470 ASSERT_FALSE(getBlockCount(control_, mapped_file_path)); in TEST_F()
1481 ASSERT_EQ(onePage, *getBlockCount(control_, file_path)); in TEST_F()
1482 ASSERT_EQ(onePage, *getBlockCount(control_, file_id)); in TEST_F()
1483 ASSERT_FALSE(getBlockCount(control_, mapped_file_path)); in TEST_F()
1494 ASSERT_EQ(twoPages, *getBlockCount(control_, file_path)); in TEST_F()
1495 ASSERT_EQ(twoPages, *getBlockCount(control_, file_id)); in TEST_F()
1496 ASSERT_FALSE(getBlockCount(control_, mapped_file_path)); in TEST_F()
/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs.h263 std::optional<BlockCounts> getBlockCount(const Control& control, FileId fileId);
264 std::optional<BlockCounts> getBlockCount(const Control& control, std::string_view path);
H A Dincfs_inline.h418 inline std::optional<BlockCounts> getBlockCount(const Control& control, FileId fileId) { in getBlockCount() function
428 inline std::optional<BlockCounts> getBlockCount(const Control& control, std::string_view path) { in getBlockCount() function
/aosp12/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java262 public int getBlockCount() { in getBlockCount() method in MifareClassic
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDiskStatsService.java165 long total = statfs.getBlockCount(); in reportFreeSpace()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1688 private int getBlockCount(int width, int height) { in getBlockCount() method in MediaCodecInfo.VideoCapabilities
1694 int targetBlockCount = getBlockCount(width, height); in findClosestSize()
1699 getBlockCount(size.getWidth(), size.getHeight())); in findClosestSize()
1711 Double ratio = getBlockCount(size.getWidth(), size.getHeight()) in estimateFrameRatesFor()
1712 / (double)Math.max(getBlockCount(width, height), 1); in estimateFrameRatesFor()
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.cpp186 const auto counts = incfs::getBlockCount(control, path); in countFilledBlocks()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java361 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize(); in checkInt()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27488 method public int getBlockCount();
31869 method @Deprecated public int getBlockCount();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt18536 method public int getBlockCount();
22262 method public deprecated int getBlockCount();
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt13293 HSPLandroid/os/StatFs;->getBlockCount()I
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt13284 HSPLandroid/os/StatFs;->getBlockCount()I
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt29831 Landroid/media/MediaCodecInfo$VideoCapabilities;->getBlockCount(II)I