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

<<31323334353637383940>>

  /external/e2fsprogs/tests/d_xattr_edits/
expect 44 Pass 1: Checking inodes, blocks, and sizes
49 test_filesys: 11/64 files (0.0% non-contiguous), 29/512 blocks
  /external/e2fsprogs/tests/f_badprimary/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
26 test_filesys: 11/32 files (0.0% non-contiguous), 22/100 blocks
  /external/e2fsprogs/tests/f_compress_extent_tree_level/
expect.1 12 Pass 1: Checking inodes, blocks, and sizes
22 test_filesys: 12/128 files (8.3% non-contiguous), 26/512 blocks
  /external/e2fsprogs/tests/f_dup_de/
expect-nohtree.1 1 Pass 1: Checking inodes, blocks, and sizes
30 test_filesys: 18/2048 files (5.6% non-contiguous), 324/330 blocks
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
27 test_filesys: 18/2048 files (5.6% non-contiguous), 324/330 blocks
  /external/e2fsprogs/tests/f_h_badroot/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
39 test_filesys: 1921/100080 files (0.0% non-contiguous), 13646/15361 blocks
  /external/e2fsprogs/tests/f_idata_and_extents/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
34 test_filesys: 22/128 files (0.0% non-contiguous), 21/512 blocks
  /external/e2fsprogs/tests/f_noroot/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
38 test_filesys: 16/32 files (0.0% non-contiguous), 26/100 blocks
  /external/e2fsprogs/tests/f_recnect_bad/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
37 test_filesys: 15/32 files (0.0% non-contiguous), 26/100 blocks
  /external/e2fsprogs/tests/j_ext_long_revoke_trans/
expect 1 Creating filesystem with 262144 1k blocks and 0 inodes
2 Superblock backups stored on blocks:
5 Creating filesystem with 262144 1k blocks and 16384 inodes
6 Superblock backups stored on blocks:
18 Pass 1: Checking inodes, blocks, and sizes
23 test_filesys: 11/16384 files (0.0% non-contiguous), 6239/262144 blocks
85 Pass 1: Checking inodes, blocks, and sizes
90 test_filesys: 11/16384 files (0.0% non-contiguous), 6239/262144 blocks
  /external/fio/examples/
enospc-pressure.fio 5 # by verifying blocks content
38 # Verifier thread continiously write to newly allcated blocks
  /external/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.h 10 // Hoist the alloca instructions in the non-entry blocks to the entry blocks.
  /external/llvm/test/CodeGen/ARM/
indirectbr-3.ll 4 ; for blocks with indirect branches, the IfConverter could end up deleting
5 ; blocks that were the destinations of indirect branches, leaving branches to
  /external/llvm/test/tools/llvm-cov/Inputs/
test_-a_-b.cpp.gcov 15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100%
19 function _Z7uselessv called 0 returned 0% blocks executed 0%
23 function _Z12more_uselessv called 0 returned 0% blocks executed 0%
29 function _Z3foov called 2 returned 100% blocks executed 100%
36 function _Z3barv called 0 returned 0% blocks executed 0%
43 function _Z6assignii called 8 returned 100% blocks executed 100%
49 function _Z15initialize_gridv called 2 returned 100% blocks executed 100%
69 function main called 2 returned 100% blocks executed 94%
test_-a_-b_-c_-u.cpp.gcov 15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100%
20 function _Z7uselessv called 0 returned 0% blocks executed 0%
25 function _Z12more_uselessv called 0 returned 0% blocks executed 0%
32 function _Z3foov called 2 returned 100% blocks executed 100%
40 function _Z3barv called 0 returned 0% blocks executed 0%
48 function _Z6assignii called 8 returned 100% blocks executed 100%
55 function _Z15initialize_gridv called 2 returned 100% blocks executed 100%
82 function main called 2 returned 100% blocks executed 94%
  /external/lzma/C/
Aes.h 18 /* 16-byte (4 * 32-bit words) blocks: 1 (IV) + 1 (keyMode) + 15 (AES-256 roundKeys) */
30 /* numBlocks - the number of 16-byte blocks in data array */
  /external/swiftshader/third_party/subzero/tests_lit/parse_errs/
duplicate-fcn-name.test 31 ; ASM: blocks 1;
36 ; ASM: blocks 1;
symtab-after-fcn.test 10 ; CHECK: Module valuesymtab not allowed after function blocks
20 ; ASM: Error({{.*}}): Module symbol table must appear before function blocks
  /external/syslinux/gpxe/src/include/gpxe/
bitmap.h 41 bitmap_block_t *blocks; member in struct:bitmap
58 free ( bitmap->blocks );
  /external/toybox/toys/posix/
du.c 20 -k 1024 byte blocks (default)
21 -K 512 byte blocks (posix)
109 unsigned long blocks; local
141 blocks = node->st.st_blocks + (unsigned long)node->extra;
142 node->extra = blocks;
144 node->parent->extra = (unsigned long)node->parent->extra+blocks;
150 blocks = node->extra;
151 print(blocks*512LL, node);
  /external/v8/src/crankshaft/
hydrogen-sce.cc 16 for (int i = 0; i < graph()->blocks()->length(); i++) {
17 HBasicBlock* block = graph()->blocks()->at(i);
  /external/v8/src/
handles.cc 45 int n = impl->blocks()->length();
48 (isolate->handle_scope_data()->next - impl->blocks()->last()));
68 if (!impl->blocks()->is_empty()) {
69 Object** limit = &impl->blocks()->last()[kHandleBlockSize];
81 // Add the extension to the global list of blocks, but count the
83 impl->blocks()->Add(result);
170 DCHECK(data->limit == &impl_->blocks()->last()[kHandleBlockSize]);
171 impl_->blocks()->Add(new_next);
  /external/valgrind/memcheck/tests/
big_blocks_freed_list.c 2 /* To be run with --freelist-vol=1000000 --freelist-big-blocks=50000 */
25 /* Then verify that dangling pointers for small blocks is not hampered
leak-autofreepool-5.stderr.exp 4 in use at exit: ... bytes in ... blocks
8 Blocks allocation contexts:
  /external/webrtc/webrtc/video/
report_block_stats.h 30 // Updates stats and stores report blocks.
40 // blocks have been stored).

Completed in 883 milliseconds

<<31323334353637383940>>