Searched refs:freeBlocks (Results 1 - 3 of 3) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowStatFs.java35 return stat.freeBlocks;
51 public static void registerStats(File path, int blockCount, int freeBlocks, int availableBlocks) { argument
52 registerStats(path.getAbsolutePath(), blockCount, freeBlocks, availableBlocks);
55 public static void registerStats(String path, int blockCount, int freeBlocks, int availableBlocks) { argument
56 stats.put(path, new Stats(blockCount, freeBlocks, availableBlocks));
64 Stats(int blockCount, int freeBlocks, int availableBlocks) { argument
66 this.freeBlocks = freeBlocks;
69 int blockCount, freeBlocks, availableBlocks; field in class:ShadowStatFs.Stats
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c225 BLOCK *freeBlocks; member in struct:__anon11778
6100 pool->freeBlocks = NULL;
6110 if (!pool->freeBlocks)
6111 pool->freeBlocks = pool->blocks;
6116 p->next = pool->freeBlocks;
6117 pool->freeBlocks = p;
6136 p = pool->freeBlocks;
6212 if (pool->freeBlocks) {
6214 pool->blocks = pool->freeBlocks;
6215 pool->freeBlocks
[all...]
/external/expat/lib/
H A Dxmlparse.c225 BLOCK *freeBlocks; member in struct:__anon21362
6100 pool->freeBlocks = NULL;
6110 if (!pool->freeBlocks)
6111 pool->freeBlocks = pool->blocks;
6116 p->next = pool->freeBlocks;
6117 pool->freeBlocks = p;
6136 p = pool->freeBlocks;
6212 if (pool->freeBlocks) {
6214 pool->blocks = pool->freeBlocks;
6215 pool->freeBlocks
[all...]

Completed in 1898 milliseconds