Searched
full:blocks (Results
1651 -
1675 of
5464) sorted by null
<<61626364656667686970>>
| /external/chromium_org/third_party/sqlite/src/test/ |
| mallocC.test | 94 # blocks. But this is normally disabled.
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/ |
| malloc_extension_c.h | 64 PERFTOOLS_DLL_DECL int MallocExtension_MallocMemoryStats(int* blocks, size_t* total,
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
| malloc_extension_c.h | 64 PERFTOOLS_DLL_DECL int MallocExtension_MallocMemoryStats(int* blocks, size_t* total,
|
| /external/chromium_org/ui/shell_dialogs/ |
| base_shell_dialog_win.h | 71 // one window blocks the appearance of a modal dialog in another.
|
| /external/chromium_org/v8/src/ |
| lithium.cc | 260 HBasicBlock* block = graph_->blocks()->at(block_id); 282 LPhase phase("L_Mark empty blocks", this); 283 for (int i = 0; i < graph()->blocks()->length(); ++i) { 284 HBasicBlock* block = graph()->blocks()->at(i);
|
| /external/chromium_org/v8/src/platform/ |
| semaphore.h | 54 // count reaches zero, threads waiting for the semaphore blocks until the
|
| /external/chromium_org/v8/test/webkit/fast/js/kde/ |
| md5-2.js | 203 * Convert an 8-bit character string to a sequence of 16-word blocks, stored 209 var nblk = ((str.length + 8) >> 6) + 1 // number of 16-word blocks 220 * Convert a wide-character string to a sequence of 16-word blocks, stored as 225 var nblk = ((str.length + 4) >> 5) + 1 // number of 16-word blocks
|
| /external/chromium_org/v8/tools/ |
| run-valgrind.py | 61 LEAK_OKAY_MATCHER = re.compile(r"lost: 0 bytes in 0 blocks")
|
| /external/chromium_org/win8/viewer/ |
| metro_viewer_process_host.h | 48 // and blocks until that viewer process connects or until a timeout is
|
| /external/clang/include/clang/Lex/ |
| PPConditionalDirectiveRecord.h | 79 /// separated by conditional directive blocks.
|
| /external/clang/lib/Analysis/ |
| CFGStmtMap.cpp | 84 // Walk all blocks, accumulating the block-level expressions, labels,
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| UndefCapturedBlockVarChecker.cpp | 10 // This checker detects blocks that capture uninitialized values.
|
| /external/clang/test/CodeGenObjC/ |
| debug-info-blocks.m | 5 // The second half of this test is in llvm/tests/DebugInfo/debug-info-blocks.ll
|
| /external/clang/test/Index/ |
| parse-all-comments.c | 28 /** But there are other blocks that are part of the comment, too. IS_DOXYGEN_END */
|
| /external/clang/test/Preprocessor/ |
| ucn-pp-identifier.c | 46 // Check that we still diagnose disallowed UCNs in #if 0 blocks.
|
| /external/clang/test/SemaObjC/ |
| arc-decls.m | 26 id (^block) (); // expected-error {{ARC forbids blocks in struct}}
|
| /external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
| InsnList.java | 82 * The blocks must have the same number of insns, and each Insn must
|
| /external/e2fsprogs/debugfs/ |
| icheck.c | 2 * icheck.c --- given a list of blocks, generate a list of inodes
|
| /external/e2fsprogs/ext2ed/doc/ |
| user-guide.sgml | 505 itself the direct blocks, indirect blocks, ..., while still preserving the 751 the inode is essential for finding the blocks of the file or the 1093 Using <Command>inode</Command> to get to the Bad blocks inode. 1130 blocks which belong to the root directory is done automatically by the dir 1172 For example, set s_r_blocks_count=1400 will reserve 1400 blocks for root. 1221 number of group descriptors (and hence of group blocks), and the backup copy [all...] |
| /external/e2fsprogs/lib/ext2fs/ |
| bmove.c | 2 * bmove.c --- Move blocks around to make way for a particular
|
| tst_iscan.c | 146 printf("Reading blocks: ");
|
| /external/e2fsprogs/misc/ |
| e2image.c | 152 ext2fs_block_bitmap scramble_block_map; /* Directory blocks to be scrambled */ 170 blk_t *blocks) 178 blocks[i] = stashed_inode->i_block[i]; 268 * Mark the blocks used for the inode table
|
| /external/eigen/doc/ |
| tutorial.cpp | 32 // demo vector blocks
|
| /external/icu4c/tools/makeconv/ |
| genmbcs.cpp | 233 * UTF-8-friendly fromUnicode tries: allocate multiple blocks at a time. 237 * assumes that the initial stage 2/3 blocks are the all-unassigned ones. 243 * pre-compacted, overlapping adjacent stage 2/3 blocks. 270 /* Initialize stage 1 for the preallocated blocks. */ 279 * Stage 2 indexes count 16-blocks in stage 3 as follows: 576 * Note that the first stage 2 and 3 blocks are reserved for all-unassigned mappings. 616 /* allocate 64-entry blocks for UTF-8-friendly lookup */ 706 * Note that the first stage 2 and 3 blocks are reserved for 751 /* allocate 64-entry blocks for UTF-8-friendly lookup */ 763 * Overlap stage 3 blocks only in multiples of 16-entry block [all...] |
| /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/ |
| BlenderModelLoader.java | 61 for (FileBlockHeader block : blocks) {
|
Completed in 1293 milliseconds
<<61626364656667686970>>