/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLineBoxList.cpp | 149 RenderBox* block; local 151 block = toRenderBox(renderer); 153 block = renderer->containingBlock(); 154 LayoutUnit physicalStart = block->flipForWritingMode(logicalTop); 155 LayoutUnit physicalEnd = block->flipForWritingMode(logicalBottom);
|
/external/chromium_org/third_party/libwebp/dsp/ |
upsampling_neon.c | 215 int block; \ 220 /* 9 pixels must be read-able for each block */ \ 245 for (block = 0; block < num_blocks; ++block) { \ 249 top_dst, bottom_dst, 16 * block + 1, 16); \
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
preamble_patcher.cc | 438 // The free_ member of the page is used to store the next available block 466 void PreamblePatcher::FreePreambleBlock(unsigned char* block) { 467 SIDESTEP_ASSERT(block != NULL); 469 uintptr_t ptr = reinterpret_cast<uintptr_t>(block); 473 *(reinterpret_cast<void**>(block)) = preamble_page->free_; 474 preamble_page->free_ = block;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
preamble_patcher.cc | 438 // The free_ member of the page is used to store the next available block 466 void PreamblePatcher::FreePreambleBlock(unsigned char* block) { 467 SIDESTEP_ASSERT(block != NULL); 469 uintptr_t ptr = reinterpret_cast<uintptr_t>(block); 473 *(reinterpret_cast<void**>(block)) = preamble_page->free_; 474 preamble_page->free_ = block;
|
/external/stressapptest/src/ |
worker.h | 328 // Fast compare a block of memory. 331 // Fast copy a block of memory, while verifying correctness. 335 // Fast copy a block of memory, while verifying correctness, and heating CPU. 449 virtual bool SectorTagPage(struct page_entry *src, int block); 452 int block); 481 volatile uint8 block; member in struct:FileThread::SectorTag 711 // Write a block to disk. 712 virtual bool WriteBlockToDisk(int fd, BlockData *block); 714 // Verify a block on disk. 715 virtual bool ValidateBlockOnDisk(int fd, BlockData *block); [all...] |
/external/webp/src/dsp/ |
upsampling_neon.c | 215 int block; \ 220 /* 9 pixels must be read-able for each block */ \ 245 for (block = 0; block < num_blocks; ++block) { \ 249 top_dst, bottom_dst, 16 * block + 1, 16); \
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_chroma_hor.s | 38 block RN 1 label 116 ADD block, sp, #0x1c ;// block 123 ADD block, sp, #0x1c ;// block 125 MLA block, chrPH, tmp8, block;// block + (chromaPH)*(chromaPW+1) 132 ADD ref, sp, #0x1c ;// ref = block
|
h264bsd_interpolate_chroma_hor_ver.s | 39 block RN 1 label 121 ADD block, sp, #0x1c ;// block 128 ADD block, sp, #0x1c ;// block 130 MLA block, tmp2, tmp1, block;// block + (chromaPW+1)*(chromaPH+1) 137 ADD ref, sp, #0x1c ;// ref = block
|
h264bsd_interpolate_chroma_ver.s | 37 block RN 1 label 115 ADD block, sp, #0x1c ;// block 122 ADD block, sp, #0x1c ;// block 124 MLA block, chrPW, tmp1, block;// block + (chromaPW)*(chromaPH+1) 131 ADD ref, sp, #0x1c ;// ref = block 175 ;// Process 2x2 block [all...] |
/frameworks/base/tools/aapt/ |
XMLNode.cpp | 415 void printXMLBlock(ResXMLTree* block) 417 block->restart(); 423 while ((code=block->next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) { 428 const uint16_t* ns16 = block->getElementNamespace(&len); 430 const uint16_t* com16 = block->getComment(&len); 435 String8(block->getElementName(&len)).string(), 436 block->getLineNumber()); 437 int N = block->getAttributeCount(); 441 uint32_t res = block->getAttributeNameResID(i); 442 ns16 = block->getAttributeNamespace(i, &len) [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_headers.cc | 102 // the first block isn't big enough, resize it. 136 BufferBlock* block = NULL; local 140 block = &blocks_[block_idx]; 144 if (block == NULL) { 150 block = &blocks_.back(); 153 char* storage = block->start_of_unused_bytes(); 154 block->bytes_free -= size; 210 BufferBlock block = b; local 212 return block; 215 block.buffer = new char[b.buffer_size] [all...] |
/external/chromium_org/net/tools/flip_server/ |
balsa_headers.cc | 116 // the first block isn't big enough, resize it. 150 BufferBlock* block = NULL; local 154 block = &blocks_[block_idx]; 158 if (block == NULL) { 164 block = &blocks_.back(); 167 char* storage = block->start_of_unused_bytes(); 168 block->bytes_free -= size; 224 BufferBlock block = b; local 226 return block; 229 block.buffer = new char[b.buffer_size] [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
uniforms.c | 529 * with a named uniform block, or if <name> starts with the reserved 617 "glUniformBlockBinding(block index %d >= %d)", 624 "glUniformBlockBinding(block binding %d >= %d)", 655 struct gl_uniform_block *block; local 670 "glGetActiveUniformBlockiv(block index %d >= %d)", 675 block = &shProg->UniformBlocks[uniformBlockIndex]; 679 params[0] = block->Binding; 683 params[0] = block->UniformBufferSize; 687 params[0] = strlen(block->Name) + 1; 691 params[0] = block->NumUniforms 732 struct gl_uniform_block *block; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
nt_io.c | 4 * Implements a one-block write-through cache. 203 // Private data block 226 static errcode_t nt_read_blk(io_channel channel, unsigned long block, 228 static errcode_t nt_write_blk(io_channel channel, unsigned long block, 885 // Raw block io. Sets dos errno 1262 // set block size 1298 // read block 1303 nt_read_blk(io_channel channel, unsigned long block, 1322 (block == NtData->BufferBlockNumber) && 1331 Offset.QuadPart = block * channel->block_size [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
PathProfiling.cpp | 12 // from entry to the start block and from the end block to exit. The paths 289 // Finds the insertion point after pathNumber in block. PathNumber may 292 BasicBlock* block, Value* pathNumber); 906 // Finds the insertion point after pathNumber in block. PathNumber may 908 BasicBlock::iterator PathProfiler::getInsertionPoint(BasicBlock* block, Value* 911 || (((Instruction*)(pathNumber))->getParent()) != block) { 912 return(block->getFirstInsertionPt()) 932 BasicBlock* block = node->getBlock(); local 995 BasicBlock* block = node->getBlock(); local [all...] |
/external/mesa3d/src/mesa/main/ |
uniforms.c | 529 * with a named uniform block, or if <name> starts with the reserved 617 "glUniformBlockBinding(block index %d >= %d)", 624 "glUniformBlockBinding(block binding %d >= %d)", 655 struct gl_uniform_block *block; local 670 "glGetActiveUniformBlockiv(block index %d >= %d)", 675 block = &shProg->UniformBlocks[uniformBlockIndex]; 679 params[0] = block->Binding; 683 params[0] = block->UniformBufferSize; 687 params[0] = strlen(block->Name) + 1; 691 params[0] = block->NumUniforms 732 struct gl_uniform_block *block; local [all...] |
/external/mksh/src/ |
syn.c | 56 static struct op *block(int, struct op *, struct op *, char **); 111 t = tl = block(TPIPE, t, p, NOWORDS); 113 tl = tl->right = block(TPIPE, tl->right, p, NOWORDS); 131 t = block(c == LOGAND? TAND: TOR, t, p, NOWORDS); 160 p = block(c == '&' ? TASYNC : TCOPROC, 167 t = tl = block(TLIST, t, p, NOWORDS); 169 tl = tl->right = block(TLIST, tl->right, p, NOWORDS); 243 return (block(type, t, NOBLOCK, NOWORDS)); 468 t = block(TBANG, NOBLOCK, t, NOWORDS); 480 t = block(TTIME, t, NOBLOCK, NOWORDS) 760 block(int type, struct op *t1, struct op *t2, char **wp) function [all...] |
/frameworks/base/tools/aidl/ |
generate_java_rpc.cpp | 161 StatementBlock* block = ifs->statements = new StatementBlock; local 183 block->Add(new VariableDeclaration(v)); 185 generate_create_from_data(t, block, arg->name.data, v, 189 block->Add(new Assignment(v, new NewExpression(v->type))); 192 generate_new_array(v->type, block, v, this->requestData); 219 block->Add(realCall); 223 block->Add(new VariableDeclaration(_result, realCall)); 227 block->Add(new Assignment(this->resultData, 233 generate_write_to_data(returnType, block, 247 block->Add(new Assignment(this->resultData, new NewExpression(RPC_DATA_TYPE))) [all...] |
/packages/apps/UnifiedEmail/assets/ |
script.js | 96 elidedTextElement.style.display = isHidden ? 'block' : 'none'; 494 * The image could be within an elided-text block, or at the top level of a message. 502 // normalize the quoted text parent if we're in a quoted text block, or else 644 var visibility = isVisible ? "block" : "none"; 687 var parent, block, msg; 689 block = document.querySelector(".mail-super-collapsed-block[index='" + startIndex + "']"); 690 if (!block) { 691 console.log("can't expand super collapsed block at index: " + startIndex); 694 parent = block.parentNode [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 336 synpredRule(ruleName, ruleDescriptor, block, description, nakedBlock) ::= 344 <block> 350 <block> 402 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 433 <block> 562 lexerRule(ruleName,nakedBlock,ruleDescriptor,block,memoize) ::= << 580 <block><\n> 588 <block> 616 tokensRule(ruleName,nakedBlock,args,block,ruleDescriptor) ::= << 618 <block><\n [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumbermatcher.cc | 196 // The maximum number of digits allowed in a digit-separated block. As we 197 // allow all digits in a single block, this should be set high enough to 205 // A digits block without punctuation. 390 UBlockCode block = ublock_getCode(letter); local 391 return ((block == UBLOCK_BASIC_LATIN) || 392 (block == UBLOCK_LATIN_1_SUPPLEMENT) || 393 (block == UBLOCK_LATIN_EXTENDED_A) || 394 (block == UBLOCK_LATIN_EXTENDED_ADDITIONAL) || 395 (block == UBLOCK_LATIN_EXTENDED_B) || 396 (block == UBLOCK_COMBINING_DIACRITICAL_MARKS)) [all...] |
/external/e2fsprogs/misc/ |
dumpe2fs.c | 129 static void print_bg_rel_offset(ext2_filsys fs, blk64_t block, int itable, 132 if ((block >= first_block) && (block <= last_block)) { 133 if (itable && block == first_block) 135 printf(" (+%u)", (unsigned)(block - first_block)); 138 dgrp_t flex_grp = ext2fs_group_of_blk(fs, block); 140 (unsigned)(block-ext2fs_group_first_block(fs,flex_grp))); 214 fputs(_(" Block bitmap at "), stdout); 282 _("while printing bad block list")); 327 _("while reading journal super block")); [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 100 /* For keyframes, intra block modes are predicted by the (already decoded) 133 // This structure now relates to 8x8 block regions. 145 unsigned char segment_id; // Segment id for this block. 241 unsigned char sb_index; // index of 32x32 block inside the 64x64 block 242 unsigned char mb_index; // index of 16x16 block inside the 32x32 block 243 unsigned char b_index; // index of 8x8 block inside the 16x16 block 244 unsigned char ab_index; // index of 4x4 block inside the 8x8 bloc [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
combined_decode.cpp | 572 /* oscl_memset(mblock->block, 0, sizeof(typeMBStore)); Aug 9,2005 */ 590 dataBlock = mblock->block[comp]; /* 10/20/2000 */ 677 BlockIDCT(c_comp + (comp&2)*(width << 2) + 8*(comp&1), mblock->pred_block + (comp&2)*64 + 8*(comp&1), mblock->block[comp], width, ncoeffs[comp], 707 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >> 1, ncoeffs[4], 731 BlockIDCT(video->currVop->vChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 264, mblock->block[5], width >> 1, ncoeffs[5], 759 BlockIDCT(c_comp + (comp&2)*(width << 2) + 8*(comp&1), mblock->pred_block + (comp&2)*64 + 8*(comp&1), mblock->block[comp], width, ncoeffs[comp], 785 BlockIDCT(video->currVop->uChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 256, mblock->block[4], width >> 1, ncoeffs[4], 809 BlockIDCT(video->currVop->vChan + (offset >> 2) + (x_pos << 2), mblock->pred_block + 264, mblock->block[5], width >> 1, ncoeffs[5],
|
/frameworks/base/services/java/com/android/server/firewall/ |
IntentFirewall.java | 146 boolean block = false; 163 block |= rule.getBlock(); 166 // if we've already determined that we should both block and log, there's no need 168 if (block && log) { 178 return !block; 405 * If the rule matches, then we block or log the intent, as specified by the rule. If multiple 406 * rules match, we combine the block/log flags from any matching rule. 413 private static final String ATTR_BLOCK = "block"; 419 private boolean block; field in class:IntentFirewall.Rule 424 block = Boolean.parseBoolean(parser.getAttributeValue(null, ATTR_BLOCK)) [all...] |