Home
last modified time | relevance | path

Searched refs:RULE (Results 1 – 25 of 66) sorted by relevance

123

/external/iproute2/examples/
DREADME.cbq57 # 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/
Dc++.m4114 # 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
Djava.m4190 # 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
Dyacc.c145 # 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/restorecond/
Duser.c55 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/python/cpython2/Include/
Dmetagrammar.h9 #define RULE 257 macro
/external/bison/tests/
Dglr-regression.at261 #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/
DDefineGrammarItemsWalker.g85 if ( p.getChild( i ).getType() != RULE )
213 : ^( RULE id=ID {opts = $RULE.getBlockOptions();}
DANTLRTreePrinter.g232 : ^( RULE id=ID
304 …e.Tree parent = $start.getParent(); parent != null && parent.getType() != RULE; parent = parent.ge…
DANTLRv3Tree.g88 : ^( RULE ID modifier? (^(ARG ARG_ACTION))? (^(RET ARG_ACTION))?
DANTLRv3.g40 RULE;
166 … -> ^( RULE id {modifier!=null?adaptor.create(modifier):null} ^(ARG[$arg] $arg)? ^('returns' $rt)?
DANTLR.g74 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"]
DTreeToNFAConverter.g216 : ^( RULE id=ID
679 : ^( RULE id=ID (modifier)? ARG RET ( ^(OPTIONS .*) )? ( ruleScopeSpec )?
816 : ^( RULE id=ID (modifier)? ARG RET ( ^(OPTIONS .*) )? ( ruleScopeSpec )?
DCodeGenTreeWalker.g173 …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
DLeftRecursiveRuleWalker.g116 : ^( r=RULE id=ID {ruleName=$id.getText();}
/external/antlr/antlr-3.4/gunit/
DCHANGES.txt41 "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/
DANTLRv3.g41 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/
Dserialize.g143 : #( RULE id:ID {out.rule(#id.getText());}
DStrip.java210 CommonTree root = (CommonTree)t.getAncestor(ANTLRv3Parser.RULE); in ACTION()
DCompositeGrammar.java354 for (GrammarAST r : g.grammarTree.findAllType(ANTLRParser.RULE)) { in translateLeftRecursiveRules()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DASTParser.stg92 // RULE REF AST
DASTTreeParser.stg176 // RULE REF AST
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DASTParser.stg128 // RULE REF AST
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DASTParser.stg121 // RULE REF AST
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DASTParser.stg120 // RULE REF AST

123