/external/chromium_org/third_party/tcmalloc/vendor/src/ |
malloc_extension.cc | 128 bool MallocExtension::MallocMemoryStats(int* blocks, size_t* total, 130 *blocks = 0; 350 (int* blocks, size_t* total, int histogram[kMallocHistogramSize]), 351 (blocks, total, histogram));
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
debugallocation_test.cc | 163 // Verify that the allocator doesn't return blocks that were recently freed. 174 EXPECT_NE(x, old_x); // Allocator shouldn't return recently freed blocks 189 // list of recently-freed blocks, so the following 'new' will be safe. 243 // new size is seen and the queue of recently-freed blocks is flushed.
|
/external/chromium_org/tools/gn/ |
input_conversion_unittest.cc | 72 // Blocks not allowed.
|
/external/chromium_org/ui/aura/client/ |
activation_client.h | 48 // may be NULL. Returning false blocks |window| from getting focus.
|
/external/chromium_org/ui/views/controls/menu/ |
menu_2.h | 47 // Runs the menu at the specified point. This method blocks until done.
|
/external/chromium_org/v8/src/ |
hydrogen-escape-analysis.h | 46 block_states_(graph->blocks()->length(), zone()) { }
|
unbound-queue.h | 40 // elements, so producer never blocks. Implemented after Herb
|
/external/clang/lib/Headers/ |
mm_malloc.h | 1 /*===---- mm_malloc.h - Allocating and Freeing Aligned Memory Blocks -------===
|
/external/clang/test/Analysis/ |
stack-addr-ps.c | 83 // Handle blocks that have no captures or are otherwise declared 'static'.
|
unreachable-code-path.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,deadcode.DeadStores,alpha.deadcode.UnreachableCode -verify -analyzer-opt-analyze-nested-blocks -Wno-unused-value %s
|
/external/clang/test/CodeGen/ |
blocks.c | 9 // Verify that attributes on blocks are set correctly.
|
/external/clang/test/Preprocessor/ |
traditional-cpp.c | 73 /* Check that #if 0 blocks work as expected */
|
/external/clang/test/SemaObjC/ |
objc-literal-nsnumber.m | 63 NSDictionary * blocks() {
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
BasicBlockList.java | 251 * Compares the catches of two blocks for equality. This includes 256 * @return {@code true} if the two blocks' non-primary successors 277 * For the current purpose, both blocks in question must 292 * same index. If not, we consider the blocks unequal for
|
/external/dropbear/debian/ |
dropbear.README.Debian | 47 entropy from /dev/random. If /dev/random on a system blocks when
|
/external/dropbear/libtomcrypt/src/hashes/helper/ |
hash_memory_multi.c | 19 Hash multiple (non-adjacent) blocks of memory at once.
|
/external/dropbear/libtomcrypt/src/mac/f9/ |
f9_process.c | 15 f9 Support, process blocks with f9
|
/external/e2fsprogs/e2fsck/ |
pass1.c | 24 * - A bitmap of which inodes are in bad blocks. (inode_bb_map) 26 * - A bitmap of which blocks are in use. (block_found_map) 27 * - A bitmap of which blocks are in use by two inodes (block_dup_map) 28 * - The data blocks of the directory inodes. (dir_map) 36 * Note that pass 1B will be invoked if there are any duplicate blocks 172 blk_t blocks; local 203 blocks = ext2fs_inode_data_blocks(fs, inode); 204 if (blocks) { 206 (blocks != fs->blocksize >> 9) || 425 * zero blocks are skipped (but the first one cannot be zero [all...] |
rehash.c | 24 * blocks. This pretty much requires an incremental approach, where 30 * yet available, blocks from the beginning part of the old directory 224 int blocks) 229 new_mem = realloc(outdir->buf, blocks * fs->blocksize); 234 blocks * sizeof(ext2_dirhash_t)); 239 outdir->buf = malloc(blocks * fs->blocksize); 240 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t)); 243 outdir->max = blocks; 569 /* Write out the pointer blocks */
|
unix.c | 90 " -c Check for bad blocks and add them to the badblock list\n" 108 blk_t blocks, blocks_used; local 120 blocks = fs->super->s_blocks_count; 136 printf(_("%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"), 139 blocks_used, blocks); local 154 printf (_(" # of inodes with ind/dind/tind blocks: %u/%u/%u\n"), 170 printf (P_("%8u block used (%2.2f%%)\n", "%8u blocks used (%2.2f%%)\n", 171 blocks_used), blocks_used, 100.0 * blocks_used / blocks); 172 printf (P_("%8u bad block\n", "%8u bad blocks\n", 355 printf(_("%s: clean, %u/%u files, %u/%u blocks"), ctx->device_name [all...] |
/external/e2fsprogs/ext2ed/ |
ext2ed.conf.in | 62 # total number of blocks are gathered from the ext2 filesystem itself.
|
/external/e2fsprogs/lib/ext2fs/ |
ext_attr.c | 2 * ext_attr.c --- extended attribute blocks
|
/external/emma/core/java12/com/vladium/emma/data/ |
MethodDescriptor.java | 32 // blocks for block coverage reporting 219 final int [] blocks = (int []) m_lineMap.get (lines [l]); local 220 for (int bl = 0; bl < blocks.length; ++ bl) 223 s.append (blocks [bl]);
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
SFTPInputStream.java | 50 * blocks until input data is available, the end of the stream is detected,
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/ |
LodPerspectiveCalculatorFactory.java | 44 * for two adjacent blocks.
|