Home
last modified time | relevance | path

Searched defs:getBlockCount (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp60 uint32_t PDBFile::getBlockCount() const { in getBlockCount() function in PDBFile
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp53 uint32_t getBlockCount() const override { return Blocks.size(); } in getBlockCount() function in __anon4eca534c0111::DiscontiguousFile