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

  /cts/tests/tests/os/src/android/os/cts/
StatFsTest.java 67 int freeBlocks = stat.getFreeBlocks();
72 assertTrue(freeBlocks >= availableBlocks);
79 freeBlocks = stat.getFreeBlocks();
84 assertTrue(freeBlocks >= availableBlocks);
  /external/webkit/JavaScriptCore/runtime/
Collector.h 133 void freeBlocks();
Collector.cpp 199 freeBlocks();
335 void Heap::freeBlocks()
    [all...]
  /external/expat/lib/
xmlparse.c 223 BLOCK *freeBlocks;
    [all...]

Completed in 37 milliseconds