/external/valgrind/main/memcheck/tests/ |
leak-pool-1.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
leak-pool-2.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
leak-pool-3.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
leak-pool-4.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
leak-pool-5.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
linux-syscalls-2007.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
linux-syslog-syscall.stderr.exp | 5 in use at exit: ... bytes in ... blocks
|
mallinfo.stderr.exp | 5 in use at exit: ... bytes in ... blocks
|
new_override.stderr.exp | 4 in use at exit: ... bytes in ... blocks
|
describe-block.stderr.exp | 9 in use at exit: ... bytes in ... blocks
|
/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
|
lsframe1.stderr.exp | 6 in use at exit: ... bytes in ... blocks
|
lsframe2.stderr.exp | 6 in use at exit: ... bytes in ... blocks
|
sigqueue.stderr.exp | 5 in use at exit: 0 bytes in 0 blocks
|
/external/valgrind/main/memcheck/tests/ppc32/ |
power_ISA2_05.stderr.exp | 4 in use at exit: 0 bytes in 0 blocks
|
/external/valgrind/main/memcheck/tests/ppc64/ |
power_ISA2_05.stderr.exp | 4 in use at exit: 0 bytes in 0 blocks
|
/external/webkit/Source/JavaScriptCore/wtf/ |
BlockStack.h | 45 const Vector<T*>& blocks(); 65 template <typename T> inline const Vector<T*>& BlockStack<T>::blocks() function in class:WTF::BlockStack
|
/external/e2fsprogs/lib/ext2fs/ |
getsize.c | 139 * Returns the number of blocks in a partition 280 blk64_t blocks; 282 retval = ext2fs_get_device_size2(file, blocksize, &blocks); 285 if (blocks >= (1ULL << 32)) 287 *retblocks = (blk_t) blocks; 296 blk_t blocks; 304 retval = ext2fs_get_device_size(argv[1], 1024, &blocks); 310 printf("Device %s has %u 1k blocks.\n", argv[1], blocks);
|
/bionic/libc/kernel/tools/ |
cpp.py | [all...] |
/external/markdown/markdown/extensions/ |
def_list.py | 34 def run(self, parent, blocks): 35 block = blocks.pop(0) 74 blocks.insert(0, theRest)
|
/bootable/recovery/mtdutils/ |
mtdutils.h | 40 * skips bad blocks as best we can. 52 off_t mtd_erase_blocks(MtdWriteContext *, int blocks); /* 0 ok, -1 for all */
|
/external/bluetooth/bluez/audio/ |
gstsbcenc.h | 55 gint blocks; member in struct:_GstSbcEnc
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
commandtest.py | 36 options.blocks = None
|
/external/bluetooth/bluez/sbc/ |
sbc_primitives_mmx.c | 252 /* Analyze blocks */ 267 /* Analyze blocks */ 282 int blocks, int channels, int subbands) 292 blk = (blocks - 1) * (((char *) &sb_sample_f[1][0][0] -
|