Searched defs:freeBlocks (Results 1 – 4 of 4) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowStatFs.java | 115 public static void registerStats(File path, int blockCount, int freeBlocks, int availableBlocks) { in registerStats() 116 registerStats(path.getAbsolutePath(), blockCount, freeBlocks, availableBlocks); in registerStats() local 129 public static void registerStats(String path, int blockCount, int freeBlocks, in registerStats() 140 Stats(int blockCount, int freeBlocks, int availableBlocks) { in Stats() 145 int blockCount, freeBlocks, availableBlocks; field in ShadowStatFs.Stats
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 308 BLOCK *freeBlocks; member
|
/external/expat/lib/ |
D | xmlparse.c | 308 BLOCK *freeBlocks; member
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 308 BLOCK *freeBlocks; member
|