HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK (Results 101 - 125 of 162) sorted by null

1 2 3 45 6 7

  /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;
Rule.java 320 //System.out.println("blk "+tree.findFirstType(ANTLRParser.BLOCK).toStringTree());
359 GrammarAST blk = tree.findFirstType(ANTLRParser.BLOCK);
Grammar.java 411 * ( grammar t ( rule a ( BLOCK ( ALT A ) ( ALT B ) ) <end-of-rule> ) )
474 * This is the a set of BLOCK type AST nodes.
492 * This is the a set of BLOCK type AST nodes.
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.cc 202 case ExternalProtocolHandler::BLOCK:
  /external/chromium_org/third_party/WebKit/Source/core/html/
BaseMultipleFieldsDateAndTimeInputType.cpp 311 else if (originalDisplay == BLOCK)
  /external/libvpx/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/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/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)
  /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...]
ecmalintrules.py 277 token.metadata.context.type == Context.BLOCK):
281 # This check is for object literal end block tokens, but there is no need
283 # block is undoubtedly a parse error.
315 'No semicolon is required to end a code block',
    [all...]
  /external/chromium_org/chrome/test/functional/webdriver_pages/
settings.py 278 BLOCK = 'block'
368 behavior: Setting for the hostname pattern (Allow, Block, Session Only).
409 Example: {'file:///*': 'block'}
445 behavior: Setting for the hostname pattern (Allow, Block, Session Only).
  /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.
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...]
ecmalintrules.py 277 token.metadata.context.type == Context.BLOCK):
281 # This check is for object literal end block tokens, but there is no need
283 # block is undoubtedly a parse error.
315 'No semicolon is required to end a code block',
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 647 // Emit the block name if present.
782 #define BLOCK(X) EmitBlockID(X ## _ID, #X, Stream, Record)
785 // Control Block.
786 BLOCK(CONTROL_BLOCK);
800 BLOCK(INPUT_FILES_BLOCK);
803 // AST Top-Level Block.
804 BLOCK(AST_BLOCK);
852 // SourceManager Block.
853 BLOCK(SOURCE_MANAGER_BLOCK);
859 // Preprocessor Block
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
33 public static final int BLOCK=9;
150 // SimpleC.g:20:1: declaration : ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) );
170 RewriteRuleSubtreeStream stream_block=new RewriteRuleSubtreeStream(adaptor,"rule block");
172 // SimpleC.g:21:5: ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) )
233 // SimpleC.g:23:9: functionHeader block
242 block6=block();
250 // elements: block, functionHeade
750 public final SimpleCParser.block_return block() throws RecognitionException { method in class:SimpleCParser
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.java 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
33 public static final int BLOCK=9;
150 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:20:1: declaration : ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) );
170 RewriteRuleSubtreeStream stream_block=new RewriteRuleSubtreeStream(adaptor,"rule block");
172 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:21:5: ( variable | functionHeader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) )
233 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:23:9: functionHeader block
242 block6=block();
250 // elements: functionHeader, block
750 public final SimpleCParser.block_return block() throws RecognitionException { method in class:SimpleCParser
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h 99 // These two functions are overridden for inline-block.
228 // Block flows subclass availableWidth to handle multi column layout (shrinking the width available to children when laying out.)
268 static RenderBlock* createAnonymousWithParentRendererAndDisplay(const RenderObject*, EDisplay = BLOCK);
271 RenderBlock* createAnonymousBlock(EDisplay display = BLOCK) const { return createAnonymousWithParentRendererAndDisplay(this, display); }
335 // Accessors for logical width/height and margins in the containing block's block-flow direction.
    [all...]
RenderInline.cpp 129 setInline(true); // Needed for run-ins, since run-in is considered a block display type.
146 static void updateStyleOfAnonymousBlockContinuations(RenderObject* block, const RenderStyle* newStyle, const RenderStyle* oldStyle)
148 for (;block && block->isAnonymousBlock(); block = block->nextSibling()) {
149 if (!toRenderBlock(block)->isAnonymousBlockContinuation() || block->style()->position() == newStyle->position())
151 // If we are no longer in-flow positioned but our descendant block(s) still have an in-flow positioned ancestor then
152 // their containing anonymous block should keep its in-flow positioning
186 RenderObject* block = containingBlock()->nextSibling(); local
433 RenderBlock* block = containingBlock(); local
1228 RenderBox* block = containingBlock(); local
    [all...]
RenderFlowThread.cpp 70 newStyle->setDisplay(BLOCK);
420 // and if so, drop the object's top position (which was computed relative to its containing block
576 bool RenderFlowThread::logicalWidthChangedInRegions(const RenderBlock* block, LayoutUnit offsetFromLogicalTopOfFirstPage)
583 getRegionRangeForBox(block, startRegion, endRegion);
590 if (block == this)
597 OwnPtr<RenderBoxRegionInfo> oldInfo = region->takeRenderBoxRegionInfo(block);
602 RenderBoxRegionInfo* newInfo = block->renderBoxRegionInfo(region, offsetFromLogicalTopOfFirstPage);
    [all...]
RenderObject.h 211 // function follows the containing block chain.
238 // Obtains the nearest enclosing block (including this block) that contributes a first-line style to our inline
497 // This function is kept in sync with anonymous block creation conditions in
499 // RenderBlock having a BLOCK or BOX display. Other classes such as RenderTextFragment
501 return isAnonymous() && (style()->display() == BLOCK || style()->display() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker() && !isRenderFlowThread()
712 // returns the containing block level element for this element.
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 302 if (body.getOperator() == BLOCK)
344 else if (op == DECL || op == BLOCK) {
647 throw new CompileError("bad type expr for synchronized block");
693 "sorry, cannot break/continue in synchronized block");
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 190 case ExternalProtocolHandler::BLOCK:
    [all...]

Completed in 781 milliseconds

1 2 3 45 6 7