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

<<21222324252627282930>>

  /external/e2fsprogs/tests/f_orphan/
expect.1 6 Pass 1: Checking inodes, blocks, and sizes
13 test_filesys: 12/2048 files (0.0% non-contiguous), 1303/8192 blocks
  /external/e2fsprogs/tests/f_overfsblks/
expect.1 4 Pass 1: Checking inodes, blocks, and sizes
18 test_filesys: 11/32 files (0.0% non-contiguous), 22/100 blocks
  /external/e2fsprogs/tests/f_reconnect/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
23 test_filesys: 14/32 files (0.0% non-contiguous), 25/100 blocks
  /external/e2fsprogs/tests/f_uninit_dir/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
26 test_filesys: 14/128 files (0.0% non-contiguous), 20/512 blocks
  /external/e2fsprogs/tests/f_zeroed_ext_header/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
21 test_filesys: 12/128 files (0.0% non-contiguous), 15/256 blocks
  /external/e2fsprogs/tests/r_inline_xattr/
expect 7 Resizing the filesystem on test.img to 5120 (1k) blocks.
8 The filesystem on test.img is now 5120 (1k) blocks long.
  /external/libvpx/libvpx/vp8/encoder/
block.h 34 /* 16 Y blocks, 4 U blocks, 4 V blocks each with 16 entries */
38 /* 16 Y blocks, 4 U blocks, 4 V blocks each with 16 entries */
63 DECLARE_ALIGNED(16, short, src_diff[400]); /* 25 blocks Y,U,V,Y2 */
64 DECLARE_ALIGNED(16, short, coeff[400]); /* 25 blocks Y,U,V,Y2 */
  /external/syslinux/gpxe/src/include/gpxe/
blockdev.h 49 /** Total number of blocks */
50 uint64_t blocks; member in struct:block_device
  /external/v8/src/compiler/
jump-threading.h 14 // Forwards jumps to empty basic blocks that end with a second jump to the
18 // Compute the forwarding map of basic blocks to their ultimate destination.
  /external/valgrind/memcheck/tests/
custom-overlap.c 1 // Test for bug 100628: need to allow custom MALLOCLIKE blocks to overlap
2 // with normal malloc() blocks in leak-checking -- if it happens, we ignore
  /external/webrtc/webrtc/modules/desktop_capture/
differ_block.h 25 // Low level function to compare 2 blocks of pixels of size
26 // (kBlockSize, kBlockSize). Returns whether the blocks differ.
  /prebuilts/go/darwin-x86/src/testing/
cover.go 34 Blocks map[string][]CoverBlock
90 blocks := cover.Blocks[name]
92 stmts := int64(blocks[i].Stmts)
100 blocks[i].Line0, blocks[i].Col0,
101 blocks[i].Line1, blocks[i].Col1,
  /prebuilts/go/linux-x86/src/testing/
cover.go 34 Blocks map[string][]CoverBlock
90 blocks := cover.Blocks[name]
92 stmts := int64(blocks[i].Stmts)
100 blocks[i].Line0, blocks[i].Col0,
101 blocks[i].Line1, blocks[i].Col1,
  /system/update_engine/payload_generator/
extent_ranges.h 29 // therefore blocks). Such an object may be modified by adding or subtracting
30 // blocks (think: set addition or set subtraction). Note that ExtentRanges
72 uint64_t blocks() const { return blocks_; } function in class:chromeos_update_engine::ExtentRanges
75 // Returns an ordered vector of extents for |count| blocks,
78 // the number of blocks in this extent set.
86 // Filters out from the passed list of extents |extents| all the blocks in the
87 // ExtentRanges set. Note that the order of the blocks in |extents| is preserved
88 // omitting blocks present in the ExtentRanges |ranges|.
extent_utils.h 26 // Utility functions for manipulating Extents and lists of blocks.
42 // Return the total number of blocks in a collection (vector or
54 // returns a vector of the blocks referenced, in order.
94 // Return a subsequence of the list of blocks passed. Both the passed list of
95 // blocks |extents| and the return value are expressed as a list of Extent, not
96 // blocks. The returned list skips the first |block_offset| blocks from the
97 // |extents| and cotains |block_count| blocks (or less if |extents| is shorter).
  /external/e2fsprogs/tests/f_badcluster/
expect 1 Pass 1: Checking inodes, blocks, and sizes
25 Running additional passes to resolve blocks claimed by more than one inode...
26 Pass 1B: Rescanning for multiply-claimed blocks
34 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
35 Pass 1D: Reconciling multiply-claimed blocks
36 (There are 7 inodes containing multiply-claimed blocks.)
41 Clone multiply-claimed blocks? yes
46 Multiply-claimed blocks already reassigned or cloned.
51 Clone multiply-claimed blocks? yes
56 Multiply-claimed blocks already reassigned or cloned
    [all...]
  /art/test/543-checker-dce-trycatch/src/
Main.java 24 // DCE should only merge blocks where the first ends with a Goto.
25 // SSAChecker will fail if the following Throw->TryBoundary blocks are merged.
34 // Test deletion of all try/catch blocks. Multiple catch blocks test deletion
  /dalvik/dx/tests/088-ssa-combine-blocks/
info.txt 1 This is a test case for the identical-block combining algorithm, which runs after the SSA optimizer to recombine identical blocks (usually exception handlers) created during edge-splitting.
  /external/clang/test/CodeGen/
ms-inline-asm-errors.cpp 2 // RUN: %clang_cc1 -x c++ %s -triple i386-apple-darwin10 -std=c++11 -fasm-blocks -verify
  /external/clang/test/CodeGenObjC/
catch-lexical-block.m 10 // We should have 3 lexical blocks here at the moment, including one
  /external/clang/test/OpenMP/
sections_lastprivate_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
126 #elif defined(BLOCKS)
127 // BLOCKS: [[G:@.+]] = global i{{[0-9]+}} 1212,
128 // BLOCKS-LABEL: @main
129 // BLOCKS: call void {{%.+}}(i8
131 // BLOCKS: define{{.*}} internal{{.*}} void {{.+}}(i8*
132 // BLOCKS: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 1, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
136 // BLOCKS: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias [[GTID:%.+]], i32* noalias %{{.+}}, i32* dereferenceable(4) [[SIVAR:%.+]])
137 // BLOCKS: alloca i{{[0-9]+}},
138 // BLOCKS: alloca i{{[0-9]+}}
    [all...]
  /external/clang/test/PCH/
blocks.h 1 // Header for PCH test blocks.c
  /external/clang/test/SemaCXX/
warn-unused-local-typedef-x86asm.cpp 2 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -std=c++11 -Wunused-local-typedef -verify -fasm-blocks %s
  /external/e2fsprogs/lib/ext2fs/
read_bb.c 2 * read_bb --- read the bad blocks inode
54 return 0; /* Ignore illegal blocks */
63 * Reads the current bad blocks from the bad blocks inode.
  /external/e2fsprogs/tests/f_baddotdir/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
50 Free blocks count wrong for group #0 (70, counted=71).
53 Free blocks count wrong (70, counted=71).
58 test_filesys: 18/32 files (0.0% non-contiguous), 29/100 blocks

Completed in 668 milliseconds

<<21222324252627282930>>