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

  /external/robolectric/v1/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/opencv3/modules/core/src/
alloc.cpp 311 if( !freeBlocks )
315 freeBlocks = bblock->first;
318 block = freeBlocks;
319 freeBlocks = freeBlocks->next;
320 if( freeBlocks )
321 freeBlocks->prev = 0;
330 block->next = freeBlocks;
331 freeBlocks = block;
336 Block* freeBlocks;
    [all...]
  /external/expat/lib/
xmlparse.c 225 BLOCK *freeBlocks;
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 166 milliseconds