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

1 2 3 4 5 67 8 9

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 320 //System.out.println("blk "+tree.findFirstType(ANTLRParser.BLOCK).toStringTree());
359 GrammarAST blk = tree.findFirstType(ANTLRParser.BLOCK);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseMultipleFieldsDateAndTimeInputType.cpp 333 else if (originalDisplay == BLOCK)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 52 renderer->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentStyle, BLOCK));
87 // block), unless this is the first set. We know that the top offset for the first set will be
277 // Get the offset within the flow thread in its block progression direction. Then get the
392 // In the block direction, we will not clip overflow out of the top of the first column, or out of the bottom of
478 // is physical too, but the block direction coordinate is "logical top". This is the same as
538 // Column gap can apply in the block direction for page fragmentainers.
550 // multicolumn block as well. This won't be an issue until we start creating multiple multicolumn sets.
RenderTextControlSingleLine.cpp 76 // Center in the block progression direction.
129 // Set the text block height
163 // Center the child block in the block progression direction (vertical centering for horizontal text fields).
353 textBlockStyle->setDisplay(BLOCK);
RenderBlock.cpp 111 OverflowEventDispatcher(const RenderBlock* block)
112 : m_block(block)
169 static void removeBlockFromDescendantAndContainerMaps(RenderBlock* block, TrackedDescendantsMap*& descendantMap, TrackedContainerMap*& containerMap)
171 if (OwnPtr<TrackedRendererListHashSet> descendantSet = descendantMap->take(block)) {
179 ASSERT(containerSet->contains(block));
180 containerSet->remove(block);
272 // If we are an anonymous block, then our line boxes might have children
273 // that will outlast this block. In the non-anonymous block case those
308 // inserted into our containing block's positioned objects list during layout
680 RenderBlock* block = containingColumnsBlock(); local
733 RenderBlock* block = this; \/\/ Eventually block will not just be |this|, but will also be a block nested inside |this|. Assign to a variable local
1014 RenderBlock* block = createAnonymousBlock(); local
1331 RenderBlock* block = *it; local
4307 RenderBlock* block = toRenderBlock(box); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 420 INLINE, BLOCK, LIST_ITEM, INLINE_BLOCK,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c 153 BLOCK *b = &x->block[0];
154 BLOCKD *d = &x->e_mbd.block[0];
259 * therefore only extended by 8. The largest mv that a UV block
289 mbd->block[0].bmi.mv.as_mv.row = 0;
290 mbd->block[0].bmi.mv.as_mv.col = 0;
327 mbd->block[0].bmi.mv.as_mv.row,
328 mbd->block[0].bmi.mv.as_mv.col,
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 152 BLOCK *b = &x->block[0];
153 BLOCKD *d = &x->e_mbd.block[0];
258 * therefore only extended by 8. The largest mv that a UV block
288 mbd->block[0].bmi.mv.as_mv.row = 0;
289 mbd->block[0].bmi.mv.as_mv.col = 0;
326 mbd->block[0].bmi.mv.as_mv.row,
327 mbd->block[0].bmi.mv.as_mv.col,
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 123 %token BLOCK
798 | BLOCK '(' exp ')'
ScriptScanner.ll 108 <EXPRESSION>"BLOCK" { return token::BLOCK; }
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 152 BLOCK *b = &x->block[0];
153 BLOCKD *d = &x->e_mbd.block[0];
258 * therefore only extended by 8. The largest mv that a UV block
288 mbd->block[0].bmi.mv.as_mv.row = 0;
289 mbd->block[0].bmi.mv.as_mv.col = 0;
326 mbd->block[0].bmi.mv.as_mv.row,
327 mbd->block[0].bmi.mv.as_mv.col,
  /external/chromium_org/third_party/expat/files/lib/
xmlparse.c 217 typedef struct block { struct
218 struct block *next;
221 } BLOCK;
224 BLOCK *blocks;
225 BLOCK *freeBlocks;
963 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
    [all...]
  /external/expat/lib/
xmlparse.c 217 typedef struct block { struct
218 struct block *next;
221 } BLOCK;
224 BLOCK *blocks;
225 BLOCK *freeBlocks;
963 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 22 ; r0 BLOCK *b
vp8_subtract_armv6.asm 24 ; r0 BLOCK *be
88 ; Subtract U block
133 ; Subtract V block
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 22 ; r0 BLOCK *b
vp8_subtract_armv6.asm 24 ; r0 BLOCK *be
88 ; Subtract U block
133 ; Subtract V block
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm 23 ;void vp8_subtract_b_neon(BLOCK *be, BLOCKD *bd, int pitch)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 22 ; r0 BLOCK *b
vp8_subtract_armv6.asm 24 ; r0 BLOCK *be
88 ; Subtract U block
133 ; Subtract V block
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm 23 ;void vp8_subtract_b_neon(BLOCK *be, BLOCKD *bd, int pitch)
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
indentation.py 44 # For each token, we determine if it is a block or continuation token.
64 is_block: Whether the token represents a block indentation.
86 is_block: Whether the token represents a block indentation.
211 # to outdent to the parent block.
249 # Handle implied block closes.
270 # block.
460 # block. Illustration of the tokens found prior to the start block:
504 token_info.token.metadata.context.type == Context.BLOCK and
507 # When starting a function block, the override can transcend lines
    [all...]
  /external/chromium_org/chrome/browser/search/
search.cc 255 SupervisedUserURLFilter::BLOCK) {
  /external/chromium_org/third_party/closure_linter/closure_linter/
indentation.py 44 # For each token, we determine if it is a block or continuation token.
64 is_block: Whether the token represents a block indentation.
86 is_block: Whether the token represents a block indentation.
211 # to outdent to the parent block.
250 # Handle implied block closes.
271 # block.
496 token_info.token.metadata.context.type == Context.BLOCK and
499 # When starting a function block, the override can transcend lines.
547 """Pops the stack until an implied block token is found."""
  /external/clang/lib/Serialization/
ASTWriter.cpp 663 // Emit the block name if present.
797 #define BLOCK(X) EmitBlockID(X ## _ID, #X, Stream, Record)
800 // Control Block.
801 BLOCK(CONTROL_BLOCK);
817 BLOCK(INPUT_FILES_BLOCK);
820 // AST Top-Level Block.
821 BLOCK(AST_BLOCK);
871 // SourceManager Block.
872 BLOCK(SOURCE_MANAGER_BLOCK);
878 // Preprocessor Block
    [all...]

Completed in 695 milliseconds

1 2 3 4 5 67 8 9