/aosp12/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/ |
H A D | LowStorageTest.java | 53 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 D | BlockFileReader.java | 201 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 D | StatFs.java | 88 public int getBlockCount() { in getBlockCount() method in StatFs
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | CacheStorageUsageInfo.java | 66 long totalBlocks = stat.getBlockCount(); in loadStorageInfo()
|
/aosp12/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 1468 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 D | incfs.h | 263 std::optional<BlockCounts> getBlockCount(const Control& control, FileId fileId); 264 std::optional<BlockCounts> getBlockCount(const Control& control, std::string_view path);
|
H A D | incfs_inline.h | 418 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 D | MifareClassic.java | 262 public int getBlockCount() { in getBlockCount() method in MifareClassic
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | DiskStatsService.java | 165 long total = statfs.getBlockCount(); in reportFreeSpace()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaCodecInfo.java | 1688 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 D | ServiceWrappers.cpp | 186 const auto counts = incfs::getBlockCount(control, path); in countFilledBlocks()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/ |
H A D | PackageManagerTests.java | 361 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize(); in checkInt()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 27488 method public int getBlockCount(); 31869 method @Deprecated public int getBlockCount();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 18536 method public int getBlockCount(); 22262 method public deprecated int getBlockCount();
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 13293 HSPLandroid/os/StatFs;->getBlockCount()I
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 13284 HSPLandroid/os/StatFs;->getBlockCount()I
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 29831 Landroid/media/MediaCodecInfo$VideoCapabilities;->getBlockCount(II)I
|