/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soundfont.h | 50 struct snd_util_memblk *block; /* allocated data block */ member in struct:snd_sf_sample
|
/external/v8/src/ |
hydrogen-instructions.cc | 73 return weights[Min(block()->LoopNestingDepth(), 275 return block()->block_id() > other->block_id(); 403 ASSERT(!value->block()->IsStartBlock()); 427 void HValue::SetBlock(HBasicBlock* block) { 428 ASSERT(block_ == NULL || block == NULL); 429 block_ = block; 430 if (id_ == kNoNumber && block != NULL) { 431 id_ = block->graph()->GetNextValueID(this); 550 ASSERT(block()->last() == this); 551 block()->set_last(previous_) 578 HBasicBlock* block = previous->block(); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
BasicBlockList.java | 37 * and the first-block label is initially {@code -1}. 50 * @param old block to copy 71 * Sets the basic block at the given index. 103 * sum of the instruction counts of each block. 152 * Gets the first block in the list with the given label, if any. 155 * @return {@code non-null;} the so-labelled block 170 * Visits each instruction of each block in the list, in order. 221 * Gets the preferred successor for the given block. If the block 223 * Otherwise, if the block has a primay successor, then that i [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
BasicBlockList.java | 37 * and the first-block label is initially {@code -1}. 50 * @param old block to copy 71 * Sets the basic block at the given index. 103 * sum of the instruction counts of each block. 151 * Gets the first block in the list with the given label, if any. 154 * @return {@code non-null;} the so-labelled block 169 * Visits each instruction of each block in the list, in order. 220 * Gets the preferred successor for the given block. If the block 222 * Otherwise, if the block has a primay successor, then that i [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
EllipsisBox.cpp | 97 RenderBlock* block = toRenderBlock(m_renderer); 98 RootInlineBox* lastLine = block->lineAtIndex(block->lineCount() - 1); 102 // If the last line-box on the last line of a block is a link, -webkit-line-clamp paints that box after the ellipsis.
|
/external/chromium_org/third_party/icu/ |
icu4c.css | 149 display: block; 162 display: block; 168 display: block; 173 display: block; 272 display: block; 454 display: block;
|
/external/chromium_org/third_party/icu/source/common/ |
brkeng.cpp | 247 UBlockCode block = ublock_getCode(code); 248 if (block == UBLOCK_HIRAGANA || block == UBLOCK_KATAKANA)
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
table_builder.cc | 33 // We do not emit the index entry for a block until we have seen the 34 // first key for the next data block. This allows us to use shorter 35 // keys in the index block. For example, consider a block boundary 37 // "the r" as the key for the index block entry since it is >= all 38 // entries in the first block and < all entries in subsequent 43 BlockHandle pending_handle; // Handle to add to index block 139 void TableBuilder::WriteBlock(BlockBuilder* block, BlockHandle* handle) { 140 // File format contains a sequence of blocks where each block has: 146 Slice raw = block->Finish() [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_screen.c | 318 if (format_desc->block.width != 1 || 319 format_desc->block.height != 1) 336 if (format_desc->block.bits != 32)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 568 * the block read. See the B-Spec for pre-gen5 send instruction. 600 * the block read. See the B-Spec for pre-gen5 send instruction. 752 fs_bblock *block = link->block; local 754 if (block->start == inst) { 755 printf(" START B%d", block->block_num); 756 foreach_list(predecessor_node, &block->parents) { 759 fs_bblock *predecessor_block = predecessor_link->block; 1023 fs_bblock *block = link->block; local [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocOverflowSecurityChecker.cpp | 236 CFGBlock *block = *it; local 237 for (CFGBlock::iterator bi = block->begin(), be = block->end();
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
BasicBlockList.java | 37 * and the first-block label is initially {@code -1}. 50 * @param old block to copy 71 * Sets the basic block at the given index. 103 * sum of the instruction counts of each block. 151 * Gets the first block in the list with the given label, if any. 154 * @return {@code non-null;} the so-labelled block 169 * Visits each instruction of each block in the list, in order. 220 * Gets the preferred successor for the given block. If the block 222 * Otherwise, if the block has a primay successor, then that i [all...] |
/external/e2fsprogs/debugfs/ |
util.c | 175 * and block bitmaps loaded, and prints an error message to that 270 * This function will convert a string to a block number. It returns 278 blk = parse_ulong(str, cmd, "block number", &err); 281 com_err(cmd, 0, "Invalid block number: %s", str); 331 blk_t *block, blk_t *count) 336 "<block> [count]", CHECK_FS_BITMAPS)) 339 if (strtoblk(argv[0], argv[1], block)) 341 if (*block == 0) { 342 com_err(argv[0], 0, "Invalid block number 0");
|
/external/eigen/test/ |
lu.cpp | 72 l.block(0,0,rows,(std::min)(rows,cols)).template triangularView<StrictlyLower>() 73 = lu.matrixLU().block(0,0,rows,(std::min)(rows,cols)); 94 m2.block(0,0,m2.rows(),m2.cols()) = lu.solve(m3);
|
/external/eigen/unsupported/test/ |
kronecker_product.cpp | 109 kroneckerProduct(DM_a.block(0,0,2,3),DM_b,DM_fix_ab); 115 kroneckerProduct(DM_a,DM_b,DM_block_ab.block(2,5,6,6)); 116 CALL_SUBTEST(check_kronecker_product(DM_block_ab.block(2,5,6,6)));
|
/external/emma/core/java12/com/vladium/emma/report/ |
SrcFileItem.java | 179 final int block = lblocks [bID]; local 181 final boolean bcovered = mcoverage != null && mcoverage [block]; 182 final int instr = mbsizes [block];
|
/external/grub/netboot/ |
etherboot.h | 348 unsigned short block; member in struct:tftp_t::__anon20209::__anon20210 355 unsigned short block; member in struct:tftp_t::__anon20209::__anon20211 388 unsigned short block; member in struct:tftpreq_t::__anon20214::__anon20215 460 /* Block size used for NFS read accesses. A RPC reply packet (including all 471 /* at end of floppy boot block */
|
/external/icu4c/common/ |
brkeng.cpp | 255 UBlockCode block = ublock_getCode(code); 256 if (block == UBLOCK_HIRAGANA || block == UBLOCK_KATAKANA)
|
/external/icu4c/ |
icu4c.css | 149 display: block; 162 display: block; 168 display: block; 173 display: block; 272 display: block; 454 display: block;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_screen.c | 318 if (format_desc->block.width != 1 || 319 format_desc->block.height != 1) 336 if (format_desc->block.bits != 32)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 568 * the block read. See the B-Spec for pre-gen5 send instruction. 600 * the block read. See the B-Spec for pre-gen5 send instruction. 752 fs_bblock *block = link->block; local 754 if (block->start == inst) { 755 printf(" START B%d", block->block_num); 756 foreach_list(predecessor_node, &block->parents) { 759 fs_bblock *predecessor_block = predecessor_link->block; 1023 fs_bblock *block = link->block; local [all...] |
/frameworks/compile/libbcc/bcinfo/Wrap/ |
bitcode_wrapperer.cpp | 321 size_t block = (buffer_size_ < size) ? buffer_size_ : size; local 322 if (!outfile_->Write(&buffer_[cursor_], block)) return false; 323 size -= block;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
GrepDialog.py | 90 block = f.readlines(100000) 91 if not block: 93 for line in block:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
GrepDialog.py | 90 block = f.readlines(100000) 91 if not block: 93 for line in block:
|
/cts/suite/pts/deviceTests/browserbench/assets/octane/css/ |
bootstrap-responsive.css | 33 .input-block-level { 34 display: block; 95 display: block; 172 display: block; 184 display: block; 196 display: inline-block; 308 display: block; 544 display: block; 760 display: block; 802 display: block; [all...] |