Searched defs:freeBlocks (Results 1 – 3 of 3) sorted by relevance
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowStatFs.java | 51 … public static void registerStats(File path, int blockCount, int freeBlocks, int availableBlocks) { in registerStats() 52 registerStats(path.getAbsolutePath(), blockCount, freeBlocks, availableBlocks); in registerStats() local 55 …public static void registerStats(String path, int blockCount, int freeBlocks, int availableBlocks)… in registerStats() 64 Stats(int blockCount, int freeBlocks, int availableBlocks) { in Stats() 69 int blockCount, freeBlocks, availableBlocks; field in ShadowStatFs.Stats
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | MarkedSpace.cpp | 63 void MarkedSpace::freeBlocks(DoublyLinkedList<MarkedBlock>& blocks) in freeBlocks() function in JSC::MarkedSpace
|
/external/expat/lib/ |
D | xmlparse.c | 225 BLOCK *freeBlocks; member
|