Searched defs:BLOCK (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/
H A Dexternal_protocol_handler.h19 BLOCK, enumerator in enum:ExternalProtocolHandler::BlockState
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.h22 #define BLOCK 5 macro
H A DSimpleCTP.h31 #define BLOCK 5 macro
H A DSimpleCLexer.java27 public static final int BLOCK=9; field in class:SimpleCLexer
H A DSimpleCParser.h40 #define BLOCK 5 macro
H A DSimpleCTP.java10 "<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", "';'", "'('", "','", "')'", "'{'", "'}'"
30 public static final int BLOCK=9; field in class:SimpleCTP
399 // SimpleCTP.g:41:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
402 // SimpleCTP.g:42:5: ( ^( BLOCK ( variable )* ( stat )* ) )
403 // SimpleCTP.g:42:9: ^( BLOCK ( variable )* ( stat )* )
405 match(input,BLOCK,FOLLOW_BLOCK_in_block273);
444 if ( ((LA5_0>=BLOCK && LA5_0<=FOR)||(LA5_0>=EQEQ && LA5_0<=PLUS)) ) {
507 case BLOCK:
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...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.h43 #define BLOCK 9 macro
H A DSimpleCTP.h31 #define BLOCK 9 macro
H A DSimpleCLexer.java27 public static final int BLOCK=9; field in class:SimpleCLexer
H A DSimpleCParser.h39 #define BLOCK 9 macro
H A DSimpleCTP.java10 "<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", "';'", "'('", "','", "')'", "'{'", "'}'"
30 public static final int BLOCK=9; field in class:SimpleCTP
399 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:41:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
402 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:42:5: ( ^( BLOCK ( variable )* ( stat )* ) )
403 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:42:9: ^( BLOCK ( variable )* ( stat )* )
405 match(input,BLOCK,FOLLOW_BLOCK_in_block273);
444 if ( ((LA5_0>=BLOCK && LA5_0<=FOR)||(LA5_0>=EQEQ && LA5_0<=PLUS)) ) {
507 case BLOCK:
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...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java51 static final int BLOCK = (1 << 3); field in class:ElemDesc
/external/e2fsprogs/e2fsck/
H A Dmtrace.h154 #define BLOCK(A) (((char *) (A) - _heapbase) / BLOCKSIZE + 1) macro
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py60 BLOCK = 'block' variable in class:EcmaContext
90 # and a BLOCK with the code.
92 # Since that BLOCK is not a normal block, it can not contain statements except
116 ROOT, BLOCK, CASE_BLOCK, FOR_GROUP_BLOCK, IMPLIED_BLOCK])
350 self._AddContext(EcmaContext.BLOCK)
355 context = self._PopContextType(EcmaContext.BLOCK,
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h48 } BLOCK; typedef in typeref:struct:block
68 BLOCK block[25];
142 void (*quantize_b)(BLOCK *b, BLOCKD *d);
143 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java120 int BLOCK = 'B'; // block statement field in interface:TokenId
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp504 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Record) macro
506 BLOCK(GLOBAL_INDEX_BLOCK);
511 #undef BLOCK macro
H A DASTWriter.cpp770 #define BLOCK(X) EmitBlockID(X ## _ID, #X, Stream, Record) macro
774 BLOCK(CONTROL_BLOCK);
788 BLOCK(INPUT_FILES_BLOCK);
792 BLOCK(AST_BLOCK);
841 BLOCK(SOURCE_MANAGER_BLOCK);
848 BLOCK(PREPROCESSOR_BLOCK);
854 BLOCK(DECLTYPES_BLOCK);
948 BLOCK(PREPROCESSOR_DETAIL_BLOCK);
954 #undef BLOCK macro
/external/clang/include/clang/AST/
H A DStmt.h1761 enum { FILTER_EXPR, BLOCK }; enumerator in enum:clang::SEHExceptStmt::__anon3434
1788 return cast<CompoundStmt>(Children[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/rendering/style/
H A DRenderStyleConstants.h387 INLINE, BLOCK, LIST_ITEM, RUN_IN, COMPACT, INLINE_BLOCK, enumerator in enum:WebCore::EDisplay
/external/expat/lib/
H A Dxmlparse.c221 } BLOCK; typedef in typeref:struct:block
224 BLOCK *blocks;
225 BLOCK *freeBlocks;
6113 BLOCK *p = pool->blocks;
6115 BLOCK *tem = p->next;
6130 BLOCK *p = pool->blocks;
6132 BLOCK *tem = p->next;
6138 BLOCK *tem = p->next;
6223 BLOCK *tem = pool->freeBlocks->next;
6237 BLOCK *tem
[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/ ...

Completed in 2860 milliseconds

12