Searched
full:blocks (Results
301 -
325 of
5464) sorted by null
<<11121314151617181920>>
/external/valgrind/main/memcheck/tests/linux/ |
brk.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
capget.stderr.exp | 8 in use at exit: ... bytes in ... blocks
|
sigqueue.stderr.exp | 5 in use at exit: 0 bytes in 0 blocks
|
syscalls-2007.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
syslog-syscall.stderr.exp | 5 in use at exit: ... bytes in ... blocks
|
/external/valgrind/main/memcheck/tests/ |
mallinfo.stderr.exp | 5 in use at exit: ... bytes in ... blocks
|
new_override.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
sbfragment.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
trivialleak.stderr.exp | 1 1,000 bytes in 1,000 blocks are definitely lost in loss record ... of ...
|
trivialleak.stderr.exp2 | 1 999 bytes in 999 blocks are definitely lost in loss record ... of ...
|
/dalvik/dx/src/com/android/dx/command/dump/ |
Args.java | 29 /** whether to dump information about basic blocks */ 32 /** whether to dump regiserized blocks */ 35 /** whether to dump SSA-form blocks */
|
/development/tutorials/MoarRam/jni/ |
bar.c | 38 ALOGW("%d 2M-byte blocks allocated so far (just allocated %p)", 48 ALOGW("All 2M-byte blocks are freed"); 56 ALOGW("%d 2M-byte blocks allocated so far (just freed %p)",
|
foo.c | 38 ALOGW("%d 32-byte blocks allocated so far (just allocated %p)", 48 ALOGW("All 32-byte blocks are freed"); 56 ALOGW("%d 32-byte blocks allocated so far (just freed %p)",
|
/external/clang/test/Analysis/ |
idempotent-operations-limited-loops.c | 1 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=core,alpha.deadcode.IdempotentOperations -analyzer-max-loop 3 -verify %s 2 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=core,alpha.deadcode.IdempotentOperations -analyzer-max-loop 4 -verify %s 3 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=core,alpha.deadcode.IdempotentOperations %s -verify
|
/external/e2fsprogs/misc/ |
mklost+found.8.in | 21 pre-allocates disk blocks to the 25 is being run to recover a filesystem, it does not need to allocate blocks in 28 will not have to allocate data blocks in the filesystem during recovery.
|
e2freefrag.8.in | 23 program will scan the block bitmap information to check how many free blocks 25 free blocks of size and of alignment 49 Total blocks: 1504085 51 Free blocks: 292995 (19.5%) 63 Extent Size Range : Free extents Free Blocks Percent
|
/external/e2fsprogs/tests/f_illbbitmap/ |
expect.1 | 1 Note: if several inode or block bitmap blocks or part 12 Pass 1: Checking inodes, blocks, and sizes 26 test_filesys: 11/32 files (0.0% non-contiguous), 22/100 blocks
|
/external/e2fsprogs/tests/f_unused_itable/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 14 Pass 1: Checking inodes, blocks, and sizes 30 test_filesys: 19/128 files (0.0% non-contiguous), 165/1000 blocks
|
/external/jpeg/ |
rdjpgcom.1 | 19 The JPEG standard allows "comment" (COM) blocks to occur within a JPEG file. 20 Although the standard doesn't actually define what COM blocks are for, they 23 them as text. COM blocks do not interfere with the image stored in the JPEG
|
/external/qemu/distrib/jpeg-6b/ |
rdjpgcom.1 | 19 The JPEG standard allows "comment" (COM) blocks to occur within a JPEG file. 20 Although the standard doesn't actually define what COM blocks are for, they 23 them as text. COM blocks do not interfere with the image stored in the JPEG
|
/external/valgrind/main/exp-dhat/docs/ |
dh-manual.xml | 23 <para>It tracks the allocated blocks, and inspects every memory access 30 blocks)</para></listitem> 33 blocks)</para></listitem> 41 <listitem><para>for allocation points which always allocate blocks 52 <listitem><para>potential process-lifetime leaks: blocks allocated 60 short lived blocks</para></listitem> 62 <listitem><para>useless or underused allocations: blocks which are 66 <listitem><para>blocks with inefficient layout -- areas never 101 max-live: 63,490 in 984 blocks 102 tot-alloc: 1,904,700 in 29,520 blocks (avg size 64.52 [all...] |
/external/ceres-solver/internal/ceres/ |
block_jacobian_writer.cc | 50 // extra care to place the E blocks and the F blocks contiguously. E blocks are 51 // the first num_eliminate_blocks parameter blocks as indicated by the parameter 52 // block ordering. The remaining parameter blocks are the F blocks. 62 // Iterate over all the active residual blocks and determine how many E blocks 63 // are there. This will determine where the F blocks start in the jacobian 64 // matrix. Also compute the number of jacobian blocks [all...] |
/external/e2fsprogs/tests/f_dup4/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 3 Running additional passes to resolve blocks claimed by more than one inode... 4 Pass 1B: Rescanning for multiply-claimed blocks 13 Pass 1C: Scanning directories for inodes with multiply-claimed blocks 14 Pass 1D: Reconciling multiply-claimed blocks 15 (There are 8 inodes containing multiply-claimed blocks.) 22 Clone multiply-claimed blocks? yes 29 Clone multiply-claimed blocks? yes 36 Clone multiply-claimed blocks? yes 43 Multiply-claimed blocks already reassigned or cloned [all...] |
/external/chromium_org/v8/src/ |
hydrogen-mark-unreachable.cc | 38 const ZoneList<HBasicBlock*>* blocks = graph()->blocks(); local 41 for (int i = 0; i < blocks->length(); i++) { 42 HBasicBlock* block = blocks->at(i); 44 bool is_reachable = blocks->at(0) == block;
|
/external/clang/lib/Analysis/ |
PostOrderCFGView.cpp | 1 //===- PostOrderCFGView.cpp - Post order view of CFG blocks -------*- C++ --*-// 10 // This file implements post order view of the blocks in a CFG. 21 Blocks.reserve(cfg->getNumBlockIDs()); 26 BlockOrder[*I] = Blocks.size() + 1; 27 Blocks.push_back(*I);
|
Completed in 152 milliseconds
<<11121314151617181920>>