/external/e2fsprogs/tests/f_collapse_extent_tree/ |
expect.1 | 5 Pass 1: Checking inodes, blocks, and sizes 15 test_filesys: 12/128 files (0.0% non-contiguous), 19/512 blocks
|
/external/e2fsprogs/tests/f_corrupt_dirent_tail/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 15 test_filesys: 11/128 files (9.1% non-contiguous), 1090/2048 blocks
|
/external/e2fsprogs/tests/f_dup_de2/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 15 test_filesys: 21/256 files (0.0% non-contiguous), 1087/2048 blocks
|
/external/e2fsprogs/tests/f_ea_value_crash/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 14 test_filesys: 13/128 files (0.0% non-contiguous), 17/512 blocks
|
/external/e2fsprogs/tests/f_inode_ea_collision/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 14 test_filesys: 14/128 files (0.0% non-contiguous), 18/512 blocks
|
/external/e2fsprogs/tests/f_quota/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 12 test_filesys: 14/16 files (14.3% non-contiguous), 36/100 blocks
|
/external/e2fsprogs/tests/f_salvage_dir/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 18 test_filesys: 19/64 files (10.5% non-contiguous), 30/100 blocks
|
/external/e2fsprogs/tests/f_short_encrypted_dirent/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 16 test_filesys: 13/16 files (0.0% non-contiguous), 23/100 blocks
|
/external/e2fsprogs/tests/f_uninit_cat/ |
expect | 1 Pass 1: Checking inodes, blocks, and sizes 6 test_filesys: 12/64 files (0.0% non-contiguous), 45/1024 blocks
|
/external/e2fsprogs/tests/j_recover_csum2_32bit/ |
expect.1 | 2 Pass 1: Checking inodes, blocks, and sizes 15 test_filesys: 11/8192 files (0.0% non-contiguous), 7739/131072 blocks
|
/external/e2fsprogs/tests/j_recover_csum2_64bit/ |
expect.1 | 2 Pass 1: Checking inodes, blocks, and sizes 15 test_filesys: 11/8192 files (0.0% non-contiguous), 7739/131072 blocks
|
/external/fio/examples/ |
numa.fio | 12 ; Fix memory blocks (512K * 16) in numa node 0 17 ; Interleave memory blocks (512K * 16) in numa node 0 and 1
|
/external/llvm/test/tools/llvm-cov/Inputs/ |
test_-a_-b.h.gcov | 6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100% 7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
|
test_-a_-b_-c_-u.h.gcov | 6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100% 7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
|
test_-a_-b_-u.h.gcov | 6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100% 7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
|
/external/valgrind/memcheck/tests/ |
leak-cycle.stderr.exp | 1 leaked: 288 bytes in 18 blocks 2 dubious: 0 bytes in 0 blocks 3 reachable: 0 bytes in 0 blocks 4 suppressed: 0 bytes in 0 blocks 5 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 11 48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 17 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ... 23 96 (16 direct, 80 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
test_blocks.c | 48 XvMCBlockArray blocks = {0}; local 82 assert(XvMCCreateBlocks(display, NULL, 1, &blocks) == XvMCBadContext); 83 /* Test 0 blocks */ 84 assert(XvMCCreateBlocks(display, &context, 0, &blocks) == BadValue); 86 assert(XvMCCreateBlocks(display, &context, min_required_blocks, &blocks) == Success); 88 assert(blocks.context_id == context.context_id); 89 /* Test number of blocks assigned and correct */ 90 assert(blocks.num_blocks == min_required_blocks); 92 assert(blocks.blocks != NULL) [all...] |
/external/toybox/toys/ |
e2fs.h | 12 uint32_t blocks_count; // Blocks count 13 uint32_t r_blocks_count; // Reserved blocks count 14 uint32_t free_blocks_count; // Free blocks count 19 uint32_t blocks_per_group; // Blocks per group 34 uint16_t def_resuid; // Default uid for reserved blocks 35 uint16_t def_resgid; // Default gid for reserved blocks 47 uint8_t prealloc_blocks; // Nr of blocks to try to preallocate 70 uint16_t free_blocks_count; // How many free blocks in this group? 94 uint32_t blocks; // Blocks coun member in struct:ext2_inode [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
critical.go | 12 blocks := make([]*Block, f.NumValues()) 13 // need to iterate over f.Blocks without range, as we might 14 // need to split critical edges on newly constructed blocks 15 for j := 0; j < len(f.Blocks); j++ { 16 b := f.Blocks[j] 38 blocks[v.ID] = nil 42 // split input edges coming from multi-output blocks. 58 if d = blocks[argID]; d == nil { 60 // since we're iterating over len(f.Blocks) above, this forces 61 // the new blocks to be re-examined [all...] |
fuse_test.go | 30 for _, b := range fun.f.Blocks { 31 if b == fun.blocks["then"] && b.Kind != BlockInvalid { 60 for _, b := range fun.f.Blocks { 61 if b == fun.blocks["then"] && b.Kind != BlockInvalid { 64 if b == fun.blocks["else"] && b.Kind != BlockInvalid { 94 for _, b := range fun.f.Blocks { 95 if b == fun.blocks["then"] && b.Kind != BlockInvalid { 98 if b == fun.blocks["else"] && b.Kind != BlockInvalid { 126 for k, b := range fun.blocks { 138 blocks := make([]bloc, 0, 2*n+3 [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
critical.go | 12 blocks := make([]*Block, f.NumValues()) 13 // need to iterate over f.Blocks without range, as we might 14 // need to split critical edges on newly constructed blocks 15 for j := 0; j < len(f.Blocks); j++ { 16 b := f.Blocks[j] 38 blocks[v.ID] = nil 42 // split input edges coming from multi-output blocks. 58 if d = blocks[argID]; d == nil { 60 // since we're iterating over len(f.Blocks) above, this forces 61 // the new blocks to be re-examined [all...] |
fuse_test.go | 30 for _, b := range fun.f.Blocks { 31 if b == fun.blocks["then"] && b.Kind != BlockInvalid { 60 for _, b := range fun.f.Blocks { 61 if b == fun.blocks["then"] && b.Kind != BlockInvalid { 64 if b == fun.blocks["else"] && b.Kind != BlockInvalid { 94 for _, b := range fun.f.Blocks { 95 if b == fun.blocks["then"] && b.Kind != BlockInvalid { 98 if b == fun.blocks["else"] && b.Kind != BlockInvalid { 126 for k, b := range fun.blocks { 138 blocks := make([]bloc, 0, 2*n+3 [all...] |
/external/e2fsprogs/tests/m_rootdir/ |
expect | 13 Free blocks: 14786 19 Reserved GDT blocks: 127 20 Blocks per group: 8192 23 Inode blocks per group: 128 27 Reserved blocks uid: 0 28 Reserved blocks gid: 0 35 Journal backup: inode blocks 44 Group 0: (Blocks 1-8192) 46 Reserved GDT blocks at 3-129 50 7748 free blocks, 493 free inodes, 4 directories, 493 unused inode [all...] |
/external/clang/test/OpenMP/ |
sections_private_codegen.cpp | 5 // RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -DBLOCKS -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s 88 #elif defined(BLOCKS) 89 // BLOCKS: [[G:@.+]] = global double 90 // BLOCKS-LABEL: @main 91 // BLOCKS: call {{.*}}void {{%.+}}(i8 93 // BLOCKS: define{{.*}} internal{{.*}} void {{.+}}(i8* 94 // BLOCKS: call {{.*}}void {{.+}} @__kmpc_fork_call({{.+}}, i32 0, {{.+}}* [[OMP_REGION:@.+]] to {{.+}}) 98 // BLOCKS: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}) 99 // BLOCKS: [[G_PRIVATE_ADDR:%.+]] = alloca double, 100 // BLOCKS: [[SIVAR_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}} [all...] |
single_private_codegen.cpp | 5 // RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -DBLOCKS -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s 82 #elif defined(BLOCKS) 83 // BLOCKS: [[G:@.+]] = global double 84 // BLOCKS-LABEL: @main 85 // BLOCKS: call {{.*}}void {{%.+}}(i8 87 // BLOCKS: define{{.*}} internal{{.*}} void {{.+}}(i8* 88 // BLOCKS: call {{.*}}void {{.+}} @__kmpc_fork_call({{.+}}, i32 0, {{.+}}* [[OMP_REGION:@.+]] to {{.+}}) 92 // BLOCKS: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}) 93 // BLOCKS: [[G_PRIVATE_ADDR:%.+]] = alloca double, 94 // BLOCKS: [[SIVAR_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}} [all...] |