HomeSort by relevance Sort by last modified time
    Searched defs:freeBlocks (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/heap/
MarkedSpace.cpp 63 void MarkedSpace::freeBlocks(DoublyLinkedList<MarkedBlock>& blocks)
106 freeBlocks(empties);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowStatFs.java 35 return stat.freeBlocks;
51 public static void registerStats(File path, int blockCount, int freeBlocks, int availableBlocks) {
52 registerStats(path.getAbsolutePath(), blockCount, freeBlocks, availableBlocks);
55 public static void registerStats(String path, int blockCount, int freeBlocks, int availableBlocks) {
56 stats.put(path, new Stats(blockCount, freeBlocks, availableBlocks));
64 Stats(int blockCount, int freeBlocks, int availableBlocks) {
66 this.freeBlocks = freeBlocks;
69 int blockCount, freeBlocks, availableBlocks;
  /external/expat/lib/
xmlparse.c 225 BLOCK *freeBlocks;
    [all...]

Completed in 117 milliseconds