Home
last modified time | relevance | path

Searched refs:ACTION (Results 1 – 25 of 252) sorted by relevance

1234567891011

/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRv3Tree.g63 : ^('scope' ID ACTION)
67 : ^('@' ID ID ACTION)
68 | ^('@' ID ACTION)
101 : ^('@' ID ACTION)
109 : ^('scope' ACTION)
110 | ^('scope' ACTION ID+)
133 : ^('catch' ARG_ACTION ACTION)
137 : ^('finally' ACTION)
145 | ACTION
220 | ACTION
[all …]
DANTLRv3.g120 : 'scope' id ACTION -> ^('scope' id ACTION)
125 : '@' (actionScopeName '::')? id ACTION -> ^('@' actionScopeName? id ACTION)
176 : '@' id ACTION -> ^('@' id ACTION)
184 : 'scope' ACTION -> ^('scope' ACTION)
186 | 'scope' ACTION
188 -> ^('scope' ACTION id+ )
226 : 'catch' ARG_ACTION ACTION -> ^('catch' ARG_ACTION ACTION)
230 : 'finally' ACTION -> ^('finally' ACTION)
247 | ACTION
394 | ACTION
[all …]
DDefineGrammarItemsWalker.g130 : ^( 'scope' name=ID attrScopeAction* attrs=ACTION )
141 : ^(AMPERSAND ID ACTION)
143 $AttributeScopeActions::actions.put( $ID, $ACTION );
169 ( id2=ID a1=ACTION
171 | a2=ACTION
264 : ^(amp=AMPERSAND id=ID a=ACTION ) {if (r!=null) r.defineNamedAction($amp,$id,$a);}
293 ( attrScopeAction* attrs=ACTION
343 : ^(amp=AMPERSAND id=ID a=ACTION ) // {r.defineAction(#amp,#id,#a);}
378 : ^('catch' ARG_ACTION ACTION) {trackInlineAction($ACTION);}
382 : ^('finally' ACTION) {trackInlineAction($ACTION);}
[all …]
DANTLRTreePrinter.g145 : ^( 'scope' ID ruleAction* ACTION )
169 ( id2=ID a1=ACTION
171 | a2=ACTION
274 : ^(AMPERSAND id=ID a=ACTION )
292 : ^( 'scope' ruleAction* (ACTION)? ( ID )* )
331 : ^('catch' ARG_ACTION ACTION)
335 : ^('finally' ACTION)
351 | ACTION {out(" {"+$ACTION.text+"}");}
359 | ind=ACTION {out(" ({"+$ind.text+"})");}
364 a=ACTION {out($a.text);}
[all …]
DAssignTokenTypesWalker.g157 * stringAlias2 = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] ACTION[] EOA[]) EOB[])
163 adaptor.addChild( alt, adaptor.create( ACTION, "ACTION" ) );
170 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] ACTION[] EOA[]) EOB[])
176 adaptor.addChild( alt, adaptor.create( ACTION, "ACTION" ) );
223 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )
325 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )
346 : ^('catch' ARG_ACTION ACTION)
350 : ^('finally' ACTION)
371 | ACTION
DANTLR.g452 ( ACTION )?
484 : AMPERSAND^ (actionScopeName COLON! COLON!)? id ACTION
547 : 'scope'^ id ruleActions? ACTION
614 : AMPERSAND^ id ACTION
622 : ( 'scope' ruleActions? ACTION )?
624 -> ^(SCOPE[$start,"scope"] ruleActions? ACTION? idList*)
665 // linear approx LL(2) issue. COLON ACTION
670 | ACTION COLON
688 -> ^($block optionsSpec? ruleActions? ACTION? alternative+ EOB[$rp,"<end-of-block>"])
706 : 'catch'^ ARG_ACTION ACTION
[all …]
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g122 : 'scope' id ACTION -> ^('scope' id ACTION)
127 : '@' (actionScopeName '::')? id ACTION -> ^('@' actionScopeName? id ACTION)
181 : '@' id ACTION -> ^('@' id ACTION)
189 : 'scope' ACTION -> ^('scope' ACTION)
191 | 'scope' ACTION
193 -> ^('scope' ACTION id+ )
230 : 'catch' ARG_ACTION ACTION -> ^('catch' ARG_ACTION ACTION)
234 : 'finally' ACTION -> ^('finally' ACTION)
255 | ACTION
390 | ACTION
[all …]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestAttributes.java60 new CommonToken(ANTLRParser.ACTION,action),0); in testEscapedLessThanInAction()
88 new CommonToken(ANTLRParser.ACTION,action),0); in testEscaped$InAction()
108 new CommonToken(ANTLRParser.ACTION,action),1); in testArguments()
133 new CommonToken(ANTLRParser.ACTION,action),1); in testComplicatedArgParsing()
186 new CommonToken(ANTLRParser.ACTION,action),1); in testStringArgParsing()
222 new CommonToken(ANTLRParser.ACTION,action),1); in testComplicatedSingleArgParsing()
247 new CommonToken(ANTLRParser.ACTION,action),1); in testArgWithLT()
278 new CommonToken(ANTLRParser.ACTION,action),1); in testGenericsAsArgumentDefinition()
316 new CommonToken(ANTLRParser.ACTION,action),1); in testGenericsAsArgumentDefinition2()
357 new CommonToken(ANTLRParser.ACTION,action),1); in testComplicatedArgParsingWithTranslation()
[all …]
DTestTemplates.java72 new CommonToken(ANTLRParser.ACTION,action),1); in testTemplateConstructor()
109 new CommonToken(ANTLRParser.ACTION,action),1); in testTemplateConstructorNoArgs()
147 new CommonToken(ANTLRParser.ACTION,action),1); in testIndirectTemplateConstructor()
182 new CommonToken(ANTLRParser.ACTION,action),1); in testStringConstructor()
218 new CommonToken(ANTLRParser.ACTION,action),1); in testSetAttr()
253 new CommonToken(ANTLRParser.ACTION,action),1); in testSetAttrOfExpr()
/external/mdnsresponder/mDNSShared/
DDebugServices.h875 #define require_noerr_action_string( ERR, LABEL, ACTION, STR ) \ argument
884 { ACTION; } \
931 #define require_noerr_action( ERR, LABEL, ACTION ) \ argument
940 { ACTION; } \
961 #define require_noerr_action_quiet( ERR, LABEL, ACTION ) \ argument
966 { ACTION; } \
988 #define require_action( X, LABEL, ACTION ) \ argument
994 { ACTION; } \
1015 #define require_action_quiet( X, LABEL, ACTION ) \ argument
1020 { ACTION; } \
[all …]
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
150 : DIR ACTION
165 | DIR PRIORITY PRIO_OFFSET ACTION
184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION
206 | DIR PRIORITY PRIO_BASE ACTION
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION
Dpolicy_parse.h47 ACTION = 263, enumerator
66 #define ACTION 263 macro
/external/libopus/m4/
Das-gcc-inline-assembly.m47 dnl AS_COMPILER_FLAG(ACTION-IF-ACCEPTED, [ACTION-IF-NOT-ACCEPTED])
9 dnl Runs ACTION-IF-ACCEPTED if the compiler can compile with the flags,
10 dnl and ACTION-IF-NOT-ACCEPTED otherwise.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
Dpixman-licenses.txt18 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
42 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
65 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
66 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
89 USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
90 OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Dserialize.g88 : #( "scope" ID ACTION )
164 : #( "scope" (ACTION)? ( ID )* )
185 : #("catch" ARG_ACTION ACTION)
189 : #("finally" ACTION)
193 : ( #( REWRITE (SEMPRED)? (ALT|TEMPLATE|ACTION|ETC) ) )*
209 | ACTION
/external/iproute2/doc/actions/
Dgact-usage2 gact <ACTION> [RAND] [INDEX]
5 ACTION := reclassify | drop | continue | pass | ok
6 RAND := random <RANDTYPE> <ACTION> <VAL>
11 ACTION semantics
/external/eigen/bench/btl/generic_bench/timers/
DSTL_perf_analyzer.hh26 template<class ACTION>
45 ACTION action(size); in eval_mflops()
Dx86_perf_analyzer.hh26 template<class ACTION>
46 ACTION action(size); in eval_mflops()
/external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/
DContextHandler-mbean.properties13 removeContextAttribute(java.lang.String): MBean:ACTION: remove context attribute
16 setContextAttribute(java.lang.String,java.lang.Object): MBean:ACTION: Set context attribute
19 setContextAttribute(java.lang.String,java.lang.String): MBean:ACTION: Set context attribute
/external/libmtp/
Dlibmtp.sh.in13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
Dlibmtp.sh13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
DgUnit.g83 header : '@header' ACTION
86 if ( (pos1=$ACTION.text.indexOf("package"))!=-1 && (pos2=$ACTION.text.indexOf(';'))!=-1 ) {
87 …grammarInfo.setGrammarPackage($ACTION.text.substring(pos1+8, pos2).trim()); // substring the packa…
90 System.err.println("error(line "+$ACTION.getLine()+"): invalid header");
168 | ACTION {$token = $ACTION;}
298 ACTION
/external/iptables/m4/
Dax_check_linker_flags.m48 # AX_CHECK_LINKER_FLAGS(FLAGS, [ACTION-SUCCESS], [ACTION-FAILURE])
15 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
/external/libexif/m4m/
Dgp-check-library.m43 dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND],
18 dnl ACTION-IF-FOUND shell action to execute if found
20 dnl ACTION-IF-NOT-FOUND shell action to execute if not found
28 dnl What the ACTION-IFs can do:
223 dnl ACTION-IF-FOUND
227 # ACTION-IF-FOUND
232 dnl ACTION-IF-NOT-FOUND
236 # ACTION-IF-NOT-FOUND
/external/google-breakpad/src/testing/test/
Dgmock-generated-actions_test.cc604 ACTION(Return5) { return 5; } in ACTION() function
615 ACTION(IncrementArg1) { (*arg1)++; } in ACTION() function
626 ACTION(IncrementArg2) { in ACTION() function
641 ACTION(Sum2) { in ACTION() function
657 ACTION(InvokeDummy) { in ACTION() function
671 ACTION(InvokeDummy2) { in ACTION() function
684 ACTION(ReturnAddrOfConstBoolReferenceArg) { in ACTION() function
696 ACTION(ReturnAddrOfIntReferenceArg) { in ACTION() function
709 ACTION(Sum) { return arg0 + arg1; } in ACTION() function
719 ACTION(PlusTwo) { return arg0 + 2; } in ACTION() function
[all …]

1234567891011