Searched refs:ACTION (Results 1 - 25 of 129) sorted by relevance

123456

/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A 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...]
H A 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 i
[all...]
H A 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);}
[all...]
H A 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 {ou
[all...]
H A DLeftRecursiveRuleWalker.g138 : ^('scope' ACTION? ID*)
231 : ^('catch' ARG_ACTION ACTION)
235 : ^('finally' ACTION)
239 : ^(REWRITES ( ^( REWRITE SEMPRED? (^(ALT .*)|^(TEMPLATE .*)|ACTION|ETC) ) )* )
254 | ACTION
H A 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)
[all...]
H A 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/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DIntents.java34 public static final String ACTION = "com.google.zxing.client.android.YOUTUBE_SCAN"; field in class:Intents.Scan
/external/eigen/bench/btl/generic_bench/timers/
H A DSTL_perf_analyzer.hh26 template<class ACTION>
45 ACTION action(size);
H A Dx86_perf_analyzer.hh26 template<class ACTION>
46 ACTION action(size);
/external/ipsec-tools/src/libipsec/
H A Dpolicy_parse.h47 ACTION = 263, enumerator in enum:yytokentype
66 #define ACTION 263 macro
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DActionLabel.java37 super(ACTION);
/external/libmtp/
H A Dlibmtp.sh13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
H A Dlibmtp.sh.in13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb
18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
/external/chromium_org/tools/gn/
H A Dninja_group_target_writer_unittest.cc21 dep.set_output_type(Target::ACTION);
27 dep2.set_output_type(Target::ACTION);
33 datadep.set_output_type(Target::ACTION);
H A Dninja_target_writer_unittest.cc39 base_target.set_output_type(Target::ACTION);
57 action.set_output_type(Target::ACTION);
120 toolchain_dep_target.set_output_type(Target::ACTION);
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A 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 i
[all...]
H A DStGUnit.g59 : '@header' ACTION
95 | ACTION
159 ACTION
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
H A 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 package path
90 System.err.println("error(line "+$ACTION.getLine()+"): invalid header");
168 | ACTION {$token = $ACTION;}
298 ACTION
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestAttributes.java60 new CommonToken(ANTLRParser.ACTION,action),0);
88 new CommonToken(ANTLRParser.ACTION,action),0);
108 new CommonToken(ANTLRParser.ACTION,action),1);
133 new CommonToken(ANTLRParser.ACTION,action),1);
186 new CommonToken(ANTLRParser.ACTION,action),1);
222 new CommonToken(ANTLRParser.ACTION,action),1);
247 new CommonToken(ANTLRParser.ACTION,action),1);
278 new CommonToken(ANTLRParser.ACTION,action),1);
316 new CommonToken(ANTLRParser.ACTION,action),1);
357 new CommonToken(ANTLRParser.ACTION,actio
[all...]
H A DTestTemplates.java72 new CommonToken(ANTLRParser.ACTION,action),1);
109 new CommonToken(ANTLRParser.ACTION,action),1);
147 new CommonToken(ANTLRParser.ACTION,action),1);
182 new CommonToken(ANTLRParser.ACTION,action),1);
218 new CommonToken(ANTLRParser.ACTION,action),1);
253 new CommonToken(ANTLRParser.ACTION,action),1);
H A DTestMessages.java65 new CommonToken(ANTLRParser.ACTION,action),1);
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h875 #define require_noerr_action_string( ERR, LABEL, ACTION, STR ) \
884 { ACTION; } \
931 #define require_noerr_action( ERR, LABEL, ACTION ) \
940 { ACTION; } \
961 #define require_noerr_action_quiet( ERR, LABEL, ACTION ) \
966 { ACTION; } \
988 #define require_action( X, LABEL, ACTION ) \
994 { ACTION; } \
1015 #define require_action_quiet( X, LABEL, ACTION ) \
1020 { ACTION; } \
[all...]
/external/chromium_org/base/
H A Dgmock_unittest.cc56 ACTION(ReturnVal) { function in namespace:__anon2271
60 ACTION(ReturnSecond) { function in namespace:__anon2271
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dmake_macros.sh14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
15 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN

Completed in 2932 milliseconds

123456