Searched refs:BLOCK (Results 76 - 100 of 103) sorted by relevance

12345

/external/clang/lib/Serialization/
H A DASTWriter.cpp764 #define BLOCK(X) EmitBlockID(X ## _ID, #X, Stream, Record) macro
768 BLOCK(AST_BLOCK);
823 BLOCK(SOURCE_MANAGER_BLOCK);
830 BLOCK(PREPROCESSOR_BLOCK);
836 BLOCK(DECLTYPES_BLOCK);
930 BLOCK(PREPROCESSOR_DETAIL_BLOCK);
936 #undef BLOCK macro
H A DASTReaderStmt.cpp1502 S->Children[SEHExceptStmt::BLOCK] = Reader.ReadSubStmt();
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java411 * ( 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.
1587 if ( t.getType()==ANTLRParser.BLOCK ) {
1774 tokenRef.getType()==ANTLRParser.BLOCK||
2090 /** Get the list of tokens that are IDs like BLOCK and LPAREN */
2995 * are both valid sets themselves, else we must tree like a BLOCK
3000 //System.out.println("parse BLOCK as set tree: "+t.toStringTree());
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp129 else if (style->display() == BLOCK)
133 if (node->hasTagName(rtTag) && style->display() == BLOCK)
141 case BLOCK:
H A DRenderObject.h392 // RenderBlock having a BLOCK or BOX display. Other classes such as RenderTextFragment
394 return m_isAnonymous && (style()->display() == BLOCK || style()->display() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker();
H A DRenderTheme.cpp82 style->setDisplay(BLOCK);
H A DRenderBlock.cpp261 newStyle->setDisplay(BLOCK);
5328 pseudoStyle->setDisplay(pseudoStyle->isFloating() ? BLOCK : INLINE);
5978 newStyle->setDisplay(BLOCK);
5999 newStyle->setDisplay(BLOCK);
6010 newStyle->setDisplay(BLOCK);
H A DRenderInline.cpp248 newStyle->setDisplay(BLOCK);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.java13 "<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; field in class:SimpleCParser
749 // SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) ;
770 // SimpleC.g:51:5: (lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) )
861 // 55:9: -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* )
863 // SimpleC.g:55:12: ^( BLOCK[$lc,@\"BLOCK\"] ( variabl
[all...]
H A DSimpleCParser.m913 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR",
1881 * SimpleC.g:50:1: block : lc= K_LCURLY ( variable )* ( stat )* K_RCURLY -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) ;
1918 // SimpleC.g:51:5: (lc= K_LCURLY ( variable )* ( stat )* K_RCURLY -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) ) // ruleBlockSingleAlt
2014 // 55:9: -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* )
2016 // SimpleC.g:55:12: ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* )
2020 [treeAdaptor createTree:BLOCK FromToke
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.java13 "<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; field in class:SimpleCParser
749 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) ;
770 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:51:5: (lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) )
861 // 55:9: -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* )
863 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:55:12: ^( BLOCK[$lc,@\"BLOCK\"] ( variabl
[all...]
H A DSimpleCParser.m803 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK",
1663 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) ;
1698 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:51:5: (lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) ) // ruleBlockSingleAlt
1807 // 55:9: -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* )
1809 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:55:12: ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* )
1812 root_1 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:[[treeAdaptor createTree:(NSInteger)BLOCK Tex
[all...]
/external/clang/include/clang/AST/
H A DStmt.h1760 enum { FILTER_EXPR, BLOCK }; enumerator in enum:clang::SEHExceptStmt::__anon3304
1787 return llvm::cast<CompoundStmt>(Children[BLOCK]);
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java302 if (body.getOperator() == BLOCK)
344 else if (op == DECL || op == BLOCK) {
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc190 case ExternalProtocolHandler::BLOCK:
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmalintrules.py277 token.metadata.context.type == Context.BLOCK):
/external/clang/lib/AST/
H A DStmt.cpp1016 Children[BLOCK] = Block;
/external/libxml2/
H A DHTMLparser.c623 #define BLOCK HEADING, LIST, "pre", "p", "dl", "div", "center", "noscript", "noframes", "blockquote", "form", "isindex", "hr", "table", "fieldset", "address" macro
635 #define FLOW BLOCK,INLINE
726 static const char* const map_contents[] = { BLOCK, "area", NULL } ;
729 static const char* const blockli_elt[] = { BLOCK, "li", NULL } ;
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1193 documentStyle->setDisplay(BLOCK);
1827 style->setDisplay(BLOCK);
1835 style->setDisplay(BLOCK);
1837 // Mutate the display to BLOCK or TABLE for certain cases, e.g., if someone attempts to
1841 if (style->display() != BLOCK && style->display() != TABLE && style->display() != BOX &&
1852 style->setDisplay(BLOCK);
1855 style->setDisplay(BLOCK);
H A DCSSPrimitiveValueMappings.h818 case BLOCK:
/external/icu4c/i18n/
H A Dregexcmp.cpp4138 static const UChar BLOCK[] = {0x42, 0x6C, 0x6f, 0x63, 0x6b, 0x3d, 00}; // "Block="
4141 setExpr.append(BLOCK, -1);
/external/bison/tests/
H A Dtestsuite[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas663 /// tokens to BLOCK etc... You'll see
665 /// r : lc='{' ID+ '}' -> ^(BLOCK[$lc] ID+) ;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 903 milliseconds

12345