/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRv3Tree.g | 63 : ^('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 …]
|
D | ANTLRv3.g | 120 : '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 …]
|
D | DefineGrammarItemsWalker.g | 130 : ^( '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 …]
|
D | ANTLRTreePrinter.g | 145 : ^( '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 …]
|
D | AssignTokenTypesWalker.g | 157 * 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
|
D | ANTLR.g | 452 ( 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/ |
D | ANTLRv3.g | 122 : '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/ |
D | TestAttributes.java | 60 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 …]
|
D | TestTemplates.java | 72 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/ |
D | DebugServices.h | 875 #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/ |
D | policy_parse.y | 142 %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
|
D | policy_parse.h | 47 ACTION = 263, enumerator 66 #define ACTION 263 macro
|
/external/libopus/m4/ |
D | as-gcc-inline-assembly.m4 | 7 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/ |
D | pixman-licenses.txt | 18 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/ |
D | serialize.g | 88 : #( "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/ |
D | gact-usage | 2 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/ |
D | STL_perf_analyzer.hh | 26 template<class ACTION> 45 ACTION action(size); in eval_mflops()
|
D | x86_perf_analyzer.hh | 26 template<class ACTION> 46 ACTION action(size); in eval_mflops()
|
/external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/ |
D | ContextHandler-mbean.properties | 13 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/ |
D | libmtp.sh.in | 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb 18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
|
D | libmtp.sh | 13 /sbin/resmgr "${ACTION}" "${DEVICE}" desktop usb 18 if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
D | gUnit.g | 83 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/ |
D | ax_check_linker_flags.m4 | 8 # AX_CHECK_LINKER_FLAGS(FLAGS, [ACTION-SUCCESS], [ACTION-FAILURE]) 15 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
/external/libexif/m4m/ |
D | gp-check-library.m4 | 3 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/ |
D | gmock-generated-actions_test.cc | 604 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 …]
|