HomeSort by relevance Sort by last modified time
    Searched full:blocks (Results 176 - 200 of 5464) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ceres-solver/internal/ceres/
block_random_access_sparse_matrix_test.cc 42 vector<int> blocks; local
43 blocks.push_back(3);
44 blocks.push_back(4);
45 blocks.push_back(5);
51 num_nonzeros += blocks[0] * blocks[0];
54 num_nonzeros += blocks[1] * blocks[1];
57 num_nonzeros += blocks[1] * blocks[2]
127 vector<int> blocks; local
    [all...]
block_random_access_crs_matrix_test.cc 42 vector<int> blocks; local
43 blocks.push_back(3);
44 blocks.push_back(4);
45 blocks.push_back(5);
51 num_nonzeros += blocks[0] * blocks[0];
54 num_nonzeros += blocks[1] * blocks[1];
57 num_nonzeros += blocks[1] * blocks[2]
124 vector<int> blocks; local
    [all...]
  /external/e2fsprogs/tests/f_illitable/
expect.1 1 Note: if several inode or block bitmap blocks or part
11 ../e2fsck/e2fsck: A block group is missing an inode table while reading bad blocks inode
13 Pass 1: Checking inodes, blocks, and sizes
16 Pass 1: Checking inodes, blocks, and sizes
30 Free blocks count wrong for group #0 (77, counted=89).
33 Free blocks count wrong (77, counted=89).
47 test_filesys: 11/32 files (0.0% non-contiguous), 11/100 blocks
  /system/extras/ext4_utils/
indirect.c 34 critical_error("indirect backing larger than %d blocks", EXT4_NDIR_BLOCKS);
65 error("failed to advance %d blocks", len);
133 error("failed to advance %d blocks", ind_block_len);
166 /* Given an allocation, attach as many blocks as possible to direct inode
167 blocks, and return the rest */
179 error("failed to advance %d blocks", len);
187 /* Given an allocation, attach as many blocks as possible to indirect blocks,
189 Assumes that the blocks necessary to hold the indirect blocks were include
436 u64 blocks; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 27 * Searches for basic blocks that all have the same successor and insns
28 * but different predecessors. These blocks are then combined into a single
29 * block and the now-unused blocks are deleted. These identical blocks
30 * frequently are created when catch blocks are edge-split.
34 private final BasicBlockList blocks; field in class:IdenticalBlockCombiner
44 blocks = ropMethod.getBlocks();
45 newBlocks = blocks.getMutableCopy();
51 * compare blocks with the same hash.
56 int szBlocks = blocks.size()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 32 * Searches for basic blocks that all have the same successor and insns
33 * but different predecessors. These blocks are then combined into a single
34 * block and the now-unused blocks are deleted. These identical blocks
35 * frequently are created when catch blocks are edge-split.
39 private final BasicBlockList blocks; field in class:IdenticalBlockCombiner
49 blocks = ropMethod.getBlocks();
50 newBlocks = blocks.getMutableCopy();
56 * compare blocks with the same hash.
61 int szBlocks = blocks.size()
    [all...]
  /external/e2fsprogs/tests/f_badbblocks/
expect.1 3 ../e2fsck/e2fsck: Illegal indirect block found while reading bad blocks inode
5 Pass 1: Checking inodes, blocks, and sizes
19 Free blocks count wrong for group #0 (78, counted=77).
22 Free blocks count wrong (78, counted=77).
27 test_filesys: 11/32 files (0.0% non-contiguous), 23/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/f_illibitmap/
expect.1 1 Note: if several inode or block bitmap blocks or part
12 Pass 1: Checking inodes, blocks, and sizes
23 test_filesys: 11/32 files (0.0% non-contiguous), 22/100 blocks
  /frameworks/base/docs/html/design/building-blocks/
index.jd 1 page.title=Building Blocks
23 <a href="{@docRoot}design/building-blocks/tabs.html" class="landing-page-link">Tabs</a>
26 <a href="{@docRoot}design/building-blocks/tabs.html">
  /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
  /external/e2fsprogs/tests/f_misstable/
expect.1 1 ../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
6 Pass 1: Checking inodes, blocks, and sizes
9 Pass 1: Checking inodes, blocks, and sizes
27 Free blocks count wrong for group #0 (7987, counted=7984).
30 Free blocks count wrong (11602, counted=11599).
47 test_filesys: 15/3008 files (0.0% non-contiguous), 401/12000 blocks
  /external/genext2fs/
test-gen.lib 9 # Usage: dgen file-size number-of-blocks
11 size=$1; blocks=$2
23 ./genext2fs -N 17 -b $blocks -d test -f -q ext2.img
28 # Usage: fgen spec-file number-of-blocks
30 fname=$1; blocks=$2;
34 ./genext2fs -N 92 -b $blocks -D test/$fname -f ext2.img
test-mount.sh 34 # Usage: dtest-mount file-size number-of-blocks
36 size=$1; blocks=$2
38 dgen $size $blocks
47 pass dtest $size $blocks
54 # Usage: ftest-mount spec-file number-of-blocks
56 fname=$1; blocks=$2
58 fgen $fname $blocks
75 pass ftest $fname $blocks
  /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/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/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/tests/f_big_sparse/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 12/64 files (0.0% non-contiguous), 27/100 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
  /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_overfsblks/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
17 test_filesys: 11/32 files (0.0% non-contiguous), 22/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/valgrind/main/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_blocks.c 45 XvMCBlockArray blocks = {0}; local
78 assert(XvMCCreateBlocks(display, NULL, 1, &blocks) == XvMCBadContext);
79 /* Test 0 blocks */
80 assert(XvMCCreateBlocks(display, &context, 0, &blocks) == BadValue);
82 assert(XvMCCreateBlocks(display, &context, min_required_blocks, &blocks) == Success);
84 assert(blocks.context_id == context.context_id);
85 /* Test number of blocks assigned and correct */
86 assert(blocks.num_blocks == min_required_blocks);
88 assert(blocks.blocks != NULL)
    [all...]

Completed in 782 milliseconds

1 2 3 4 5 6 78 91011>>