HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK (Results 126 - 150 of 225) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.cpp 88 style->setDisplay(BLOCK);
91 // We don't want the shadow dom to be editable, so we set this block to
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnFlowThread.cpp 51 renderer->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK));
RenderRubyRun.cpp 184 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK);
RenderBlock.h 83 // These two functions are overridden for inline-block.
153 // Block flows subclass availableWidth to handle multi column layout (shrinking the width available to children when laying out.)
195 static RenderBlock* createAnonymousWithParentRendererAndDisplay(const RenderObject*, EDisplay = BLOCK);
198 RenderBlock* createAnonymousBlock(EDisplay display = BLOCK) const { return createAnonymousWithParentRendererAndDisplay(this, display); }
216 // Accessors for logical width/height and margins in the containing block's block-flow direction.
383 // Obtains the nearest enclosing block (including this block) that contributes a first-line style to our inline
476 RenderLineBoxList m_lineBoxes; // All of the root line boxes created for this block flow. For example, <div>Hello<br>world.</div> will have two total lines for the <div>.
494 // FIXME: This is temporary as we move code that accesses block flo
    [all...]
RenderScrollbar.cpp 222 if (needRenderer && partStyle->display() != BLOCK) {
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 76 BLOCK = 36,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 162 /* check for pt=0 and band > 1 if block type 0
424 BLOCK *be;
431 be = &mb->block[i];
432 bd = &mb->e_mbd.block[i];
451 BLOCK *be;
460 be = &mb->block[i];
461 bd = &mb->e_mbd.block[i];
472 unsigned char *upred_ptr = (*(x->block[16].base_src) + x->block[16].src);
473 unsigned char *vpred_ptr = (*(x->block[20].base_src) + x->block[20].src)
    [all...]
encodeframe.c 282 /* reset above block coeffs */
403 /* reset above block coeffs */
525 // Keep track of how many (consecutive) times a block is coded
551 /* If the block has been refreshed mark it as clean (the
644 /* Copy data over into macro block data structures. */
1076 int block = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 163 /* check for pt=0 and band > 1 if block type 0
425 BLOCK *be;
432 be = &mb->block[i];
433 bd = &mb->e_mbd.block[i];
452 BLOCK *be;
461 be = &mb->block[i];
462 bd = &mb->e_mbd.block[i];
473 unsigned char *upred_ptr = (*(x->block[16].base_src) + x->block[16].src);
474 unsigned char *vpred_ptr = (*(x->block[20].base_src) + x->block[20].src)
    [all...]
encodeframe.c 282 /* reset above block coeffs */
403 /* reset above block coeffs */
538 /* If the block has been refreshed mark it as clean (the
631 /* Copy data over into macro block data structures. */
1063 int block = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 163 /* check for pt=0 and band > 1 if block type 0
425 BLOCK *be;
432 be = &mb->block[i];
433 bd = &mb->e_mbd.block[i];
452 BLOCK *be;
461 be = &mb->block[i];
462 bd = &mb->e_mbd.block[i];
473 unsigned char *upred_ptr = (*(x->block[16].base_src) + x->block[16].src);
474 unsigned char *vpred_ptr = (*(x->block[20].base_src) + x->block[20].src)
    [all...]
encodeframe.c 283 /* reset above block coeffs */
404 /* reset above block coeffs */
539 /* If the block has been refreshed mark it as clean (the
632 /* Copy data over into macro block data structures. */
1064 int block = 0; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.m 232 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR",
344 * SimpleCTP.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) );
352 // SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) ) //ruleblock
413 // SimpleCTP.g:20:9: ^( FUNC_DEF functionHeader block ) // alt
428 [self block];
721 * $ANTLR start block
722 * SimpleCTP.g:46:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
724 - (void) block
730 // SimpleCTP.g:47:5: ( ^( BLOCK ( variable )* ( stat )* ) ) // ruleBlockSingleAl
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.m 237 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK",
332 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) );
339 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) ) //ruleblock
392 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:20:9: ^( FUNC_DEF functionHeader block ) // alt
403 [self block];
639 * $ANTLR start block
640 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:46:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
642 - (void) block
647 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:47:5: ( ^( BLOCK ( variable )* ( stat )* ) ) // ruleBlockSingleAl
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRTreePrinter.g 58 private ANTLRTreePrinter.block_return block(GrammarAST t, boolean forceParens) throws RecognitionException {
61 return other.block(forceParens);
246 b=block[false]
267 b=block[false]
295 block[boolean forceParens]
300 : ^( BLOCK
306 // if ( parent.getType() == BLOCK && countAltsForBlock((GrammarAST)parent) > 1 )
386 | ^( SYNPRED block[true] ) {out("=>");}
406 block(predAST, true);
419 : block[true] {out(" ");
    [all...]
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 58 case BLOCK:
219 // Block the resource requests for the render view host while it is hidden.
220 TakeActionOnResourceDispatcher(BLOCK);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.def 59 /* A symbol binding block. These are arranged in a tree,
62 BLOCK_SUPERCONTEXT points to the parent block.
63 For a block which represents the outermost scope of a function, it
66 BLOCK_CHAIN points to the next BLOCK at the same level.
68 this block is an instance of, or else is NULL to indicate that this
69 block is not an instance of anything else. When non-NULL, the value
70 could either point to another BLOCK node or it could point to a
71 FUNCTION_DECL node (e.g. in the case of a block representing the
73 BLOCK_ABSTRACT is nonzero if the block represents an abstract
74 instance of a block (i.e. one which is nested within an abstrac
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 232 * tokens to BLOCK etc... You'll see
234 * r : lc='{' ID+ '}' -> ^(BLOCK[$lc] ID+) ;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 53 AREA Block, CODE, READONLY
445 ; BLOCK A: 16-19,28-31
446 ; BLOCK B: 20-23,24-27
447 ; BLOCK C: 8-10,11-15
448 ; BLOCK D: 0-3,4-7
450 ; block B, further calculations are performed using the results from
451 ; block A. In block D, further calculations are performed using the results
452 ; from block C and then the final calculations are done using results from
453 ; block A and B which have been combined at the end of block B
    [all...]
  /external/clang/include/clang/Sema/
Template.h 415 #define BLOCK(DERIVED, BASE)
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 53 AREA Block, CODE, READONLY
445 ; BLOCK A: 16-19,28-31
446 ; BLOCK B: 20-23,24-27
447 ; BLOCK C: 8-10,11-15
448 ; BLOCK D: 0-3,4-7
450 ; block B, further calculations are performed using the results from
451 ; block A. In block D, further calculations are performed using the results
452 ; from block C and then the final calculations are done using results from
453 ; block A and B which have been combined at the end of block B
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 53 AREA Block, CODE, READONLY
445 ; BLOCK A: 16-19,28-31
446 ; BLOCK B: 20-23,24-27
447 ; BLOCK C: 8-10,11-15
448 ; BLOCK D: 0-3,4-7
450 ; block B, further calculations are performed using the results from
451 ; block A. In block D, further calculations are performed using the results
452 ; from block C and then the final calculations are done using results from
453 ; block A and B which have been combined at the end of block B
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 40 /// \brief The block containing the index.
150 // Entries in the global index block are handled below.
252 /// \brief The main bitstream cursor for the main block.
403 /// \brief Write the block-info block for the global module index file.
439 // Emit the block name if present.
462 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Record)
464 BLOCK(GLOBAL_INDEX_BLOCK);
469 #undef BLOCK
548 // Found the control block
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 95 # - Removed duplicated block at end of file.
367 2588;block;FULL BLOCK
409 2584;dnblock;LOWER HALF BLOCK
514 258C;lfblock;LEFT HALF BLOCK
616 2590;rtblock;RIGHT HALF BLOCK
676 2580;upblock;UPPER HALF BLOCK
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 90 /** If this is a BLOCK node, track options here */
93 /** If this is a BLOCK node for a rewrite rule, track referenced
107 * If BLOCK then tracks every element at that level and below.
554 if ( this.getType()!=ANTLRParser.BLOCK ) return null;

Completed in 1711 milliseconds

1 2 3 4 56 7 8 9