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

1 2

  /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;
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileStoreAttributes.java 51 long freeBlocks() {
UnixFileStore.java 131 return attrs.blockSize() * attrs.freeBlocks();
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func.go 39 freeBlocks *Block // free Blocks linked by succstorage[0].b. All other fields except ID are 0/nil.
155 if f.freeBlocks != nil {
156 b = f.freeBlocks
157 f.freeBlocks = b.succstorage[0].b
185 b.succstorage[0].b = f.freeBlocks
186 f.freeBlocks = b
check.go 243 for b := f.freeBlocks; b != nil; b = b.succstorage[0].b {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func.go 39 freeBlocks *Block // free Blocks linked by succstorage[0].b. All other fields except ID are 0/nil.
155 if f.freeBlocks != nil {
156 b = f.freeBlocks
157 f.freeBlocks = b.succstorage[0].b
185 b.succstorage[0].b = f.freeBlocks
186 f.freeBlocks = b
check.go 243 for b := f.freeBlocks; b != nil; b = b.succstorage[0].b {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 223 BLOCK *freeBlocks;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 223 BLOCK *freeBlocks;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 225 BLOCK *freeBlocks;
    [all...]
  /external/expat/lib/
xmlparse.c 233 BLOCK *freeBlocks;
    [all...]
  /external/python/cpython2/Modules/expat/
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 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 1481 milliseconds

1 2