Home
last modified time | relevance | path

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

12345678910>>...13

/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/chromium_org/third_party/sqlite/src/test/
Dfkey1.test84 {0 0 t5 e c {NO ACTION} {NO ACTION} NONE} \
85 {1 0 t5 d {} {NO ACTION} {NO ACTION} NONE} \
95 {0 0 t5 d a {NO ACTION} {NO ACTION} NONE} \
96 {0 1 t5 e b {NO ACTION} {NO ACTION} NONE} \
/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/chromium_org/tools/gn/
Dninja_group_target_writer_unittest.cc21 dep.set_output_type(Target::ACTION); in TEST()
27 dep2.set_output_type(Target::ACTION); in TEST()
33 datadep.set_output_type(Target::ACTION); in TEST()
/external/chromium_org/third_party/opus/src/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/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/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/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/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/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/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/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

12345678910>>...13