HomeSort by relevance Sort by last modified time
    Searched full:blocks (Results 401 - 425 of 10005) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/tests/f_detect_junk/
expect 3 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
19 Creating filesystem with 16384 1k blocks and 4096 inodes
20 Superblock backups stored on blocks:
  /external/e2fsprogs/tests/f_encrypted_lpf/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
13 Pass 1: Checking inodes, blocks, and sizes
26 test_filesys: 13/64 files (0.0% non-contiguous), 13/100 blocks
  /external/e2fsprogs/tests/f_extents2/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
31 Running additional passes to resolve blocks claimed by more than one inode...
32 Pass 1B: Rescanning for multiply-claimed blocks
36 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
37 Pass 1D: Reconciling multiply-claimed blocks
38 (There are 3 inodes containing multiply-claimed blocks.)
42 Clone multiply-claimed blocks? yes
47 Clone multiply-claimed blocks? yes
52 Multiply-claimed blocks already reassigned or cloned.
61 Free blocks count wrong for group #0 (65535, counted=55)
    [all...]
  /external/e2fsprogs/tests/t_dangerous/
expect 2 Creating filesystem with 524288 1k blocks and 65536 inodes
3 Superblock backups stored on blocks:
8 Creating journal (16384 blocks): done
9 Creating 445 huge file(s) with 1024 blocks each: done
19 Creating filesystem with 524288 1k blocks and 65536 inodes
20 Superblock backups stored on blocks:
25 Creating journal (16384 blocks): done
26 Creating 445 huge file(s) with 1024 blocks each: done
29 Pass 1: Checking inodes, blocks, and sizes
50 Pass 1: Checking inodes, blocks, and size
    [all...]
  /external/python/cpython2/Lib/
statvfs.py 11 F_BLOCKS = 2 # Total number of file system blocks (FRSIZE)
12 F_BFREE = 3 # Total number of free blocks
13 F_BAVAIL = 4 # Free blocks available to non-superuser
  /prebuilts/gdb/darwin-x86/lib/python2.7/
statvfs.py 11 F_BLOCKS = 2 # Total number of file system blocks (FRSIZE)
12 F_BFREE = 3 # Total number of free blocks
13 F_BAVAIL = 4 # Free blocks available to non-superuser
  /prebuilts/gdb/linux-x86/lib/python2.7/
statvfs.py 11 F_BLOCKS = 2 # Total number of file system blocks (FRSIZE)
12 F_BFREE = 3 # Total number of free blocks
13 F_BAVAIL = 4 # Free blocks available to non-superuser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
statvfs.py 11 F_BLOCKS = 2 # Total number of file system blocks (FRSIZE)
12 F_BFREE = 3 # Total number of free blocks
13 F_BAVAIL = 4 # Free blocks available to non-superuser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
statvfs.py 11 F_BLOCKS = 2 # Total number of file system blocks (FRSIZE)
12 F_BFREE = 3 # Total number of free blocks
13 F_BAVAIL = 4 # Free blocks available to non-superuser
  /system/libufdt/include/
ufdt_node_pool.h 23 /* A single linked list contains all blocks.
24 Blocks with one or more unused entries are in front;
25 blocks without unused entry are in rear. */
  /external/e2fsprogs/tests/f_misstable/
expect.1 2 ../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
7 Pass 1: Checking inodes, blocks, and sizes
10 Pass 1: Checking inodes, blocks, and sizes
28 Free blocks count wrong for group #0 (7987, counted=7984).
31 Free blocks count wrong (11602, counted=11599).
48 test_filesys: 15/3008 files (0.0% non-contiguous), 401/12000 blocks
  /external/f2fs-tools/man/
defrag.f2fs.8 5 defrag.f2fs \- relocate blocks in a given area to the specified region
14 .I number of blocks
31 is used to move specified number of blocks starting from a given block address
39 This moves blocks between 0x4000 and 0x4100 to the left-hand area of 0x10000.
50 .BI \-l " number of blocks"
51 Specifiy the number of blocks to move.
  /external/markdown/docs/extensions/
Fenced_Code_Blocks.txt 1 Fenced Code Blocks
7 This extension adds a secondary way to define code blocks which overcomes a few
8 limitations of the indented code blocks.
15 Fenced Code Blocks are defined using the syntax established in
18 [php]: http://www.michelf.com/projects/php-markdown/extra/#fenced-code-blocks
28 Fenced code blocks can have a blank line as the first and/or last line of a
  /external/clang/test/OpenMP/
for_linear_codegen.cpp 5 // RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -DBLOCKS -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
42 #elif defined(BLOCKS)
75 #elif defined(BLOCKS)
93 // BLOCKS: [[SS_TY:%.+]] = type { i{{[0-9]+}}, i8
224 #elif defined(BLOCKS)
225 // BLOCKS: [[G:@.+]] = global i{{[0-9]+}} 1212,
226 // BLOCKS-LABEL: @main
227 // BLOCKS: call
228 // BLOCKS: call void {{%.+}}(i8
230 // BLOCKS: define{{.*}} internal{{.*}} void {{.+}}(i8
    [all...]
  /external/autotest/client/site_tests/hardware_Badblocks/
control 7 PURPOSE = 'Check for unusable blocks in unmounted partition in SSD storage.'
12 This test checks for unusable blocks in an unmounted partition of SSD by
control.hwqual 7 PURPOSE = 'Check for unusable blocks in unmounted partition in SSD storage.'
13 This test checks for unusable blocks in an unmounted partition of SSD by
control.storagequal 7 PURPOSE = 'Check for unusable blocks in unmounted partition in SSD storage.'
13 This test checks for unusable blocks in an unmounted partition of SSD by
  /external/clang/test/Analysis/
objc-method-coverage.m 16 // CHECK: 2 AnalysisConsumer - The # of functions and blocks analyzed (as top level with inlining turned on).
17 // CHECK: 100 AnalysisConsumer - The % of reachable basic blocks.
  /external/clang/test/CodeGen/
sanitize-blocks.c 3 // Awkward interactions of sanitizers with blocks.
13 // TODO: Actually support returns_nonnull on blocks.
  /external/clang/test/PCH/
blocks.c 2 // RUN: %clang_cc1 -fblocks -include %S/blocks.h -fsyntax-only -emit-llvm -o - %s
5 // RUN: %clang_cc1 -emit-pch -fblocks -o %t %S/blocks.h
  /external/e2fsprogs/lib/ext2fs/
sparse_io.c 42 char **blocks; member in struct:sparse_map
65 free(sm->blocks[i]);
66 free(sm->blocks);
67 sm->blocks = NULL;
106 sm->blocks = calloc(sm->blocks_count, sizeof(char*));
107 if (!sm->blocks) {
146 sm->blocks = calloc(params->blocks_count, sizeof(void*));
147 if (!sm->blocks) {
278 memcpy(buf + i * block_size, sm->blocks[start + i] , block_size);
279 free(sm->blocks[start + i])
    [all...]
  /external/e2fsprogs/tests/f_bad_bbitmap/
expect.1 4 Pass 1: Checking inodes, blocks, and sizes
14 test_filesys: 11/128 files (0.0% non-contiguous), 18/512 blocks
  /external/e2fsprogs/tests/f_bad_bmap_csum/
expect.1 4 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 11/128 files (0.0% non-contiguous), 18/512 blocks
  /external/e2fsprogs/tests/f_bad_ibitmap/
expect.1 4 Pass 1: Checking inodes, blocks, and sizes
14 test_filesys: 11/128 files (0.0% non-contiguous), 18/512 blocks
  /external/e2fsprogs/tests/f_bitmaps/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
16 test_filesys: 11/32 files (9.1% non-contiguous), 22/100 blocks

Completed in 231 milliseconds

<<11121314151617181920>>