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

12

/external/compiler-rt/lib/builtins/arm/
H A Dclzdi2.S67 #define BLOCK(shift) \ define
72 BLOCK(16)
73 BLOCK(8)
74 BLOCK(4)
75 BLOCK(2)
H A Dclzsi2.S46 #define BLOCK(shift) \ define
51 BLOCK(16)
52 BLOCK(8)
53 BLOCK(4)
54 BLOCK(2)
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.h23 BLOCK, enumerator in enum:ExternalProtocolHandler::BlockState
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter.h40 BLOCK, enumerator in enum:SupervisedUserURLFilter::FilteringBehavior
/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:
/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:
/external/clang/include/clang/Sema/
H A DTemplate.h415 #define BLOCK(DERIVED, BASE) macro
/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/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.h32 BLOCK, enumerator in enum:content::ResourceRequestAction
/external/chromium_org/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])
397 self._AddContext(EcmaContext.BLOCK)
402 context = self._PopContextType(EcmaContext.BLOCK,
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTagBalancingHtmlStreamEventReceiver.java299 BLOCK, enum constant in enum:TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships.ElementGroup
427 ElementGroup.BLOCK
435 ElementGroup.BLOCK, ElementGroup.INLINE,
485 ElementGroup.BLOCK
487 ElementGroup.BLOCK, ElementGroup.INLINE
493 ElementGroup.BLOCK, ElementGroup.INLINE
503 ElementGroup.BLOCK, ElementGroup.INLINE
522 ElementGroup.BLOCK
524 ElementGroup.BLOCK, ElementGroup.INLINE
552 ElementGroup.BLOCK, ElementGrou
[all...]
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
H A Dmessageformat.js116 BLOCK: 1
468 part.type = goog.i18n.MessageFormat.Element_.BLOCK;
575 } else if (goog.i18n.MessageFormat.Element_.BLOCK == parts[i].type) {
635 if (goog.i18n.MessageFormat.Element_.BLOCK == parts[pos].type) {
683 if (goog.i18n.MessageFormat.Element_.BLOCK == parts[pos].type) {
737 if (goog.i18n.MessageFormat.Element_.BLOCK == parts[pos].type) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h55 } BLOCK; typedef in typeref:struct:block
75 BLOCK block[25];
162 void (*quantize_b)(BLOCK *b, BLOCKD *d);
163 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/libvpx/libvpx/vp8/encoder/
H A Dblock.h55 } BLOCK; typedef in typeref:struct:block
75 BLOCK block[25];
161 void (*quantize_b)(BLOCK *b, BLOCKD *d);
162 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);

Completed in 6011 milliseconds

12