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

1 23 4 5 6 7 8 9

  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 41 BLOCK;
191 block
196 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? altpair+ EOB[$rp,"EOB"] )
205 // it's really BLOCK[firstToken,"BLOCK"]; set line/col to previous ( or : token.
206 CommonTree blkRoot = (CommonTree)adaptor.create(BLOCK,input.LT(-1),"BLOCK");
235 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["EOB"])
    [all...]
AssignTokenTypesWalker.g 133 * stringAlias = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] EOA[]) EOB[])
135 stringAlias = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
145 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] EOA[]) EOB[])
147 charAlias = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
157 * stringAlias2 = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] ACTION[] EOA[]) EOB[])
159 stringAlias2 = (GrammarAST)adaptor.create( BLOCK, "BLOCK" );
170 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] ACTION[] EOA[]) EOB[]
    [all...]
LeftRecursiveRuleWalker.g 143 : ^( BLOCK
154 block
155 : ^( BLOCK
189 : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel ^( BLOCK ( ^( ALT op=token EOA {setTokenPrec($op.t, outerAlt);} ) )+ EOB ) recurse EOA )
252 | ^(SYNPRED block)
262 ebnf: block
263 | ^( OPTIONAL block )
264 | ^( CLOSURE block )
265 | ^( POSITIVE_CLOSURE block )
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.cc 207 // If we are being carpet bombed, block the request.
209 return BLOCK;
215 return BLOCK;
230 return should_block ? BLOCK : DONT_BLOCK;
249 update_excluded_schemas->SetBoolean(scheme, (state == BLOCK));
267 if (block_state == BLOCK) {
external_protocol_handler.h 23 BLOCK,
43 // Returns whether we should block a given scheme.
46 // Sets whether we should block a given scheme.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
rewrites.rb 517 tokens {BLOCK;}
518 a : lc='{' ID+ '}' -> ^(BLOCK[$lc] ID+) ;
533 tokens {BLOCK;}
534 a : lc='{' ID+ '}' -> ^(BLOCK[$lc,"block"] ID+) ;
541 result.should == '(block a b c)'
549 tokens {BLOCK;}
566 tokens {BLOCK;}
604 tokens {BLOCK;}
652 tokens {BLOCK;}
    [all...]
construction.rb 19 BLOCK;
113 : t='for' -> ^(BLOCK)
117 : t='for' -> ^(BLOCK[$t])
121 : t='for' -> ^(BLOCK[$t,"FOR"])
125 : t='for' -> BLOCK
129 : t='for' -> BLOCK[$t]
133 : t='for' -> BLOCK[$t,"FOR"]
145 : r+=statement (',' r+=statement)+ -> ^(BLOCK $r+)
157 : (r+=statement)* -> ^(BLOCK $r+)
161 : statement* -> ^(BLOCK statement?
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 62 case BLOCK:
72 return BLOCK;
93 return BLOCK;
99 return BLOCK;
167 // Absolute/fixed positioned elements, floating elements and the document element need block-like outside display.
196 // including the creation of a containing block for fixed position descendants.
233 // SVG text layout code expects us to be a block-level style element.
235 style->setDisplay(BLOCK);
330 // Sites commonly use display:inline/block on <td>s and <table>s. In quirks mode we force
344 style->setDisplay(BLOCK);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
subtract_test.cc 18 #include "vp8/encoder/block.h"
21 typedef void (*SubtractBlockFunc)(BLOCK *be, BLOCKD *bd, int pitch);
36 BLOCK be;
  /external/libvpx/libvpx/test/
subtract_test.cc 18 #include "vp8/encoder/block.h"
21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
36 BLOCK be;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
subtract_test.cc 18 #include "vp8/encoder/block.h"
21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
36 BLOCK be;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
common.ver 163 BLOCK "StringFileInfo"
165 BLOCK VER_VERSION_UNICODE_LANG
181 BLOCK VER_VERSION_ANSI_LANG
198 BLOCK "VarFileInfo"
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 31 #define BLOCK 5
132 - (void)block;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 43 #define BLOCK 9
SimpleCTP.h 31 #define BLOCK 9
95 - (void)block;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_resource_throttle.cc 37 SupervisedUserURLFilter::BLOCK) {
supervised_user_resource_throttle_browsertest.cc 62 new base::FundamentalValue(SupervisedUserURLFilter::BLOCK)));
supervised_user_url_filter.h 24 // * A default setting (allow, block or warn).
27 // * User-specified manual overrides (allow or block) for either sites
40 BLOCK,
supervised_user_url_filter.cc 196 DCHECK_LE(behavior_value, BLOCK);
275 return url_it->second ? ALLOW : BLOCK;
281 return host_it->second ? ALLOW : BLOCK;
287 if ((host_it->second == (default_behavior_ == BLOCK)) &&
289 return host_it->second ? ALLOW : BLOCK;
310 return BLOCK;
  /external/chromium_org/chrome/browser/ui/
external_protocol_dialog_delegate.cc 78 url.scheme(), ExternalProtocolHandler::BLOCK);
  /external/javassist/src/main/javassist/compiler/
TokenId.java 120 int BLOCK = 'B'; // block statement
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodeintra.c 42 x->e_mbd.block[i].bmi.as_mode = B_DC_PRED;
54 BLOCKD *b = &x->e_mbd.block[ib];
55 BLOCK *be = &x->block[ib];
95 BLOCK *b = &x->block[0];
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 42 x->e_mbd.block[i].bmi.as_mode = B_DC_PRED;
54 BLOCKD *b = &x->e_mbd.block[ib];
55 BLOCK *be = &x->block[ib];
95 BLOCK *b = &x->block[0];
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.asm 16 ; (BLOCK *b, | 0
43 mov rdi, arg(0) ; BLOCK *b
47 mov rdi, rcx ; BLOCK *b
50 ;mov rdi, rdi ; BLOCK *b
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeintra.c 42 x->e_mbd.block[i].bmi.as_mode = B_DC_PRED;
54 BLOCKD *b = &x->e_mbd.block[ib];
55 BLOCK *be = &x->block[ib];
95 BLOCK *b = &x->block[0];

Completed in 1390 milliseconds

1 23 4 5 6 7 8 9