/external/chromium_org/third_party/smhasher/src/ |
main.cpp | 315 // Keyset 'Permutation' - all possible combinations of a set of blocks 327 uint32_t blocks[] = local 334 result &= CombinationKeyTest<hashtype>(hash,8,blocks,sizeof(blocks) / sizeof(uint32_t),true,true,drawDiagram); 346 uint32_t blocks[] = local 353 result &= CombinationKeyTest<hashtype>(hash,8,blocks,sizeof(blocks) / sizeof(uint32_t),true,true,drawDiagram); 365 uint32_t blocks[] = local 372 result &= CombinationKeyTest<hashtype>(hash,20,blocks,sizeof(blocks) / sizeof(uint32_t),true,true,drawDiagram) 384 uint32_t blocks[] = local 403 uint32_t blocks[] = local [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
low_level_alloc_unittest.cc | 71 // New blocks are placed in a map with a random key 74 // Old blocks are always checked with CheckBlockDesc() 76 // all remaining allocated blocks are freed. 133 // remove all remaniing blocks
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
low_level_alloc_unittest.cc | 71 // New blocks are placed in a map with a random key 74 // Old blocks are always checked with CheckBlockDesc() 76 // all remaining allocated blocks are freed. 133 // remove all remaniing blocks
|
/external/chromium_org/ui/gfx/ozone/dri/ |
dri_surface_factory.h | 57 // Blocks until a DRM event is read.
|
/external/chromium_org/ui/views/ |
drag_utils.h | 25 // Starts a drag operation. This blocks until the drag operation completes.
|
/external/chromium_org/v8/src/ |
hydrogen-range-analysis.cc | 60 ZoneList<Pending> stack(graph()->blocks()->length(), zone()); 84 // Continue analysis in all dominated blocks. 88 // remaining blocks on the stack (in reverse order). 100 // All blocks done.
|
/external/chromium_org/win8/test/ |
open_with_dialog_async.h | 23 // function blocks until the user makes a choice or dismisses the dialog (there
|
/external/clang/INPUTS/ |
cfg-big-switch.c | 14 // This has a *monstrous* single fan-out in the CFG, across 8000 blocks inside
|
/external/clang/test/Analysis/ |
idempotent-operations.m | 1 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=alpha.deadcode.IdempotentOperations,osx.cocoa.RetainCount -verify %s
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
ext-blocks.cpp | 3 // Tests the use of blocks with variadic templates.
|
/external/compiler-rt/BlocksRuntime/tests/ |
byrefcopyint.c | 22 // Tests copying of blocks with byref ints
|
variadic.c | 15 // PURPOSE Test that variadic arguments compile and work for Blocks
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
RopTranslator.java | 131 BasicBlockList blocks = method.getBlocks(); local 132 int bsz = blocks.size(); 140 int maxInsns = (bsz * 3) + blocks.getInstructionCount(); 156 this.regCount = blocks.getRegCount() 223 * original blocks. 226 BasicBlockList blocks = method.getBlocks(); local 230 // Process the blocks in output order. 234 outputBlock(blocks.labelToBlock(order[i]), nextLabel); 309 * Picks an order for the blocks by doing "trace" analysis. 312 BasicBlockList blocks = method.getBlocks() local [all...] |
/external/e2fsprogs/lib/e2p/ |
parse_num.c | 2 * parse_num.c - Parse the number of blocks
|
/external/e2fsprogs/lib/ext2fs/ |
valid_blk.c | 2 * valid_blk.c --- does the inode have valid blocks?
|
/external/e2fsprogs/misc/ |
filefrag.8.in | 16 allowances for indirect blocks for ext2 and ext3 filesystems, but can be
|
/external/e2fsprogs/tests/f_badorphan/ |
expect.1 | 7 Pass 1: Checking inodes, blocks, and sizes 56 Free blocks count wrong for group #0 (5801, counted=6210). 59 Free blocks count wrong (5801, counted=6210). 76 test_filesys: 59/2048 files (22.0% non-contiguous), 1982/8192 blocks
|
/external/grub/stage2/ |
jfs.h | 157 u8 limit_hi; /* DASD limit (in logical blocks) */ 158 u32 limit_lo; /* DASD limit (in logical blocks) */ 160 u8 used_hi; /* DASD usage (in logical blocks) */ 161 u32 used_lo; /* DASD usage (in logical blocks) */ 174 s64 s_size; /* 8: aggregate size in hardware/LVM blocks; 175 * VFS: number of blocks 186 u32 s_agsize; /* 4: allocation group size in aggr. blocks */ 211 s32 s_fsckloglen; /* 4: Number of filesystem blocks reserved for 213 * N.B. These blocks are divided among the 216 * N.B. These blocks are included in the [all...] |
/external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/ |
Platform.java | 29 // javascript is single-threaded, and only used by blocks that doesn't
|
/external/kernel-headers/original/asm-arm/ |
stat.h | 73 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */
|
/external/kernel-headers/original/linux/ |
stat.h | 72 unsigned long long blocks; member in struct:kstat
|
/external/liblzf/ |
lzfP.h | 50 * for small blocks (and 14 is usually a bit faster). 69 * (roughly 1-2% worse compression for large blocks and 70 * 9-10% for small, redundant, blocks and >>20% better speed in both cases) 87 * modern cpus and large (>>64k) blocks, and also makes compression
|
/external/libvpx/libvpx/examples/ |
gen_example_doxy.php | 57 // Preprocess code blocks 72 // Run GeSHi over code blocks 110 * blocks, as a convenience. This will restore the 172 * This flattens <math> blocks.
|
/external/libvpx/libvpx/vp8/decoder/ |
ec_types.h | 26 /* Structure to keep track of overlapping blocks on a block level. */
|
/external/llvm/lib/CodeGen/ |
EdgeBundles.cpp | 58 Blocks.clear(); 59 Blocks.resize(getNumBundles()); 64 Blocks[b0].push_back(i); 66 Blocks[b1].push_back(i);
|