Home
last modified time | relevance | path

Searched defs:getBlockCount (Results 1 – 8 of 8) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowStatFs.java37 protected int getBlockCount() { in getBlockCount() method in ShadowStatFs
/external/emma/core/java12/com/vladium/emma/data/
DMethodDescriptor.java108 public int getBlockCount () in getBlockCount() method in MethodDescriptor
/external/xz-java/src/org/tukaani/xz/
DSeekableXZInputStream.java653 public int getBlockCount() { in getBlockCount() method in SeekableXZInputStream
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp47 uint32_t PDBFile::getBlockCount() const { return SB->NumBlocks; } in getBlockCount() function in PDBFile
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp61 uint32_t PDBFile::getBlockCount() const { in getBlockCount() function in PDBFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp60 uint32_t PDBFile::getBlockCount() const { in getBlockCount() function in PDBFile
/external/libchrome/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java572 public static long getBlockCount(StatFs statFs) { in getBlockCount() method in ApiCompatibilityUtils
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp53 uint32_t getBlockCount() const override { return Blocks.size(); } in getBlockCount() function in __anon9ce3252a0111::DiscontiguousFile