Searched refs:RULE (Results 1 – 25 of 67) sorted by relevance
123
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
D | lifecycle.py | 26 RULE = 'Rule' variable 66 self.current_tag = RULE 83 self.validateStartTag(name, RULE) 101 self.validateStartTag(name, RULE) 114 if name == RULE: 119 self.current_tag = RULE 127 self.current_tag = RULE 146 s = '<' + RULE + '>' 164 s += '</' + RULE + '>' 182 elif name == RULE:
|
/external/iproute2/examples/ |
D | README.cbq | 57 # RULE=192.168.1.0/24 78 # RULE: [source addr][:source port],[dest addr][:dest port] 80 # RULE=10.1.1.0/24:80 - all traffic for network 10.1.1.0 to port 80 82 # RULE=10.2.2.5 - shaper works only for IP address 10.2.2.5 83 # RULE=:25,10.2.2.128/25:5000 - all traffic from any address and port 25 to 86 # RULE=10.5.5.5:80, - shaper active only for traffic from port 80 of 88 # Multiple RULE fields per one config file are allowed. For example: 89 # RULE=10.1.1.2:80 90 # RULE=10.1.1.2:25 91 # RULE=10.1.1.2:110 [all …]
|
/external/bison/data/ |
D | c++.m4 | 114 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE]) 116 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH 128 # b4_rhs_location(RULE-LENGTH, NUM) 130 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
|
D | java.m4 | 190 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE]) 192 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH 207 # b4_rhs_location(RULE-LENGTH, NUM) 209 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
|
D | yacc.c | 145 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE]) 147 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH 165 # b4_rhs_location(RULE-LENGTH, NUM) 167 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
|
/external/selinux/policycoreutils/restorecond/ |
D | user.c | 55 static const char *RULE="type='signal',interface='org.selinux.RestorecondIface'"; variable 93 dbus_bus_add_match (bus, RULE, &error); // see signals from the given interfacey in dbus_server()
|
/external/bison/tests/ |
D | glr-regression.at | 261 #define RULE(x) (1 << (x)) 275 NT1 : P1 T1 O1 T2 P2 { $$ = RULE(2); } %merge<MergeRule> 278 NT2 : NT1 { $$ = RULE(3); } %merge<MergeRule> 279 | P1 NT1 O1 T3 P2 { $$ = RULE(4); } %merge<MergeRule> 282 NT3 : T3 { $$ = RULE(5); } %merge<MergeRule> 283 | P1 NT1 O1 T3 P2 { $$ = RULE(6); } %merge<MergeRule> 286 NT4 : NT3 { $$ = RULE(7); } %merge<MergeRule> 287 | NT2 { $$ = RULE(8); } %merge<MergeRule> 288 | P1 NT2 O1 NT3 P2 { $$ = RULE(9); } %merge<MergeRule> 291 NT5 : NT4 { $$ = RULE(10); } %merge<MergeRule> [all …]
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | DefineGrammarItemsWalker.g | 85 if ( p.getChild( i ).getType() != RULE ) 213 : ^( RULE id=ID {opts = $RULE.getBlockOptions();}
|
D | ANTLRTreePrinter.g | 232 : ^( RULE id=ID 304 …e.Tree parent = $start.getParent(); parent != null && parent.getType() != RULE; parent = parent.ge…
|
D | ANTLRv3Tree.g | 88 : ^( RULE ID modifier? (^(ARG ARG_ACTION))? (^(RET ARG_ACTION))?
|
D | ANTLRv3.g | 40 RULE; 166 … -> ^( RULE id {modifier!=null?adaptor.create(modifier):null} ^(ARG[$arg] $arg)? ^('returns' $rt)?
|
D | ANTLR.g | 74 RULE; 388 …* ^(RULE[block,"rule"] ID["name"] {modifier} ARG["ARG"] RET["RET"] SCOPE["scope"] {block} EOR[EOBA… 390 GrammarAST rule = (GrammarAST)adaptor.create( RULE, block.getToken(), "rule" ); 588 -> ^( RULE[$ruleName.start, "rule"]
|
D | TreeToNFAConverter.g | 216 : ^( RULE id=ID 679 : ^( RULE id=ID (modifier)? ARG RET ( ^(OPTIONS .*) )? ( ruleScopeSpec )? 816 : ^( RULE id=ID (modifier)? ARG RET ( ^(OPTIONS .*) )? ( ruleScopeSpec )?
|
D | CodeGenTreeWalker.g | 173 …RLexer.ALT && elementAST.getParent().getParent().getParent().getType() == RULE && elementAST.getPa… 174 …& elementAST.getParent().getParent().getParent().getParent().getType() == RULE && elementAST.getPa… 382 | ^(RULE .*) 386 if ( input.LA(1) == RULE ) 419 : ^( RULE id=ID
|
D | LeftRecursiveRuleWalker.g | 116 : ^( r=RULE id=ID {ruleName=$id.getText();}
|
/external/antlr/antlr-3.4/gunit/ |
D | CHANGES.txt | 41 "a : A<X,Y=a.b.c>;" -> (RULE a (BLOCK (ALT
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
D | ANTLRv3.g | 41 RULE; 171 -> ^( RULE id {modifier!=null?adaptor.create(modifier):null} ^(ARG $arg)? ^(RET $rt)?
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | serialize.g | 143 : #( RULE id:ID {out.rule(#id.getText());}
|
D | Strip.java | 210 CommonTree root = (CommonTree)t.getAncestor(ANTLRv3Parser.RULE); in ACTION()
|
D | CompositeGrammar.java | 354 for (GrammarAST r : g.grammarTree.findAllType(ANTLRParser.RULE)) { in translateLeftRecursiveRules()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | ASTParser.stg | 92 // RULE REF AST
|
D | ASTTreeParser.stg | 176 // RULE REF AST
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | ASTParser.stg | 128 // RULE REF AST
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | ASTParser.stg | 120 // RULE REF AST
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ASTParser.stg | 121 // RULE REF AST
|
123