/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRv3Tree.g | 64 : ^('scope' ID ACTION) 68 : ^('@' ID ID ACTION) 69 | ^('@' ID ACTION) 102 : ^('@' ID ACTION) 110 : ^('scope' ACTION) 111 | ^('scope' ACTION ID+) 134 : ^('catch' ARG_ACTION ACTION) 138 : ^('finally' ACTION) 146 | ACTION 221 | ACTION [all …]
|
D | ANTLRv3.g | 121 : 'scope' id ACTION -> ^('scope' id ACTION) 126 : '@' (actionScopeName '::')? id ACTION -> ^('@' actionScopeName? id ACTION) 177 : '@' id ACTION -> ^('@' id ACTION) 185 : 'scope' ACTION -> ^('scope' ACTION) 187 | 'scope' ACTION 189 -> ^('scope' ACTION id+ ) 227 : 'catch' ARG_ACTION ACTION -> ^('catch' ARG_ACTION ACTION) 231 : 'finally' ACTION -> ^('finally' ACTION) 248 | ACTION 395 | ACTION [all …]
|
D | DefineGrammarItemsWalker.g | 131 : ^( 'scope' name=ID attrScopeAction* attrs=ACTION ) 142 : ^(AMPERSAND ID ACTION) 144 $AttributeScopeActions::actions.put( $ID, $ACTION ); 170 ( id2=ID a1=ACTION 172 | a2=ACTION 265 : ^(amp=AMPERSAND id=ID a=ACTION ) {if (r!=null) r.defineNamedAction($amp,$id,$a);} 294 ( attrScopeAction* attrs=ACTION 344 : ^(amp=AMPERSAND id=ID a=ACTION ) // {r.defineAction(#amp,#id,#a);} 379 : ^('catch' ARG_ACTION ACTION) {trackInlineAction($ACTION);} 383 : ^('finally' ACTION) {trackInlineAction($ACTION);} [all …]
|
D | ANTLRTreePrinter.g | 146 : ^( 'scope' ID ruleAction* ACTION ) 170 ( id2=ID a1=ACTION 172 | a2=ACTION 275 : ^(AMPERSAND id=ID a=ACTION ) 293 : ^( 'scope' ruleAction* (ACTION)? ( ID )* ) 332 : ^('catch' ARG_ACTION ACTION) 336 : ^('finally' ACTION) 352 | ACTION {out(" {"+$ACTION.text+"}");} 360 | ind=ACTION {out(" ({"+$ind.text+"})");} 365 a=ACTION {out($a.text);} [all …]
|
D | AssignTokenTypesWalker.g | 158 * stringAlias2 = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] ACTION[] EOA[]) EOB[]) 164 adaptor.addChild( alt, adaptor.create( ACTION, "ACTION" ) ); 171 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] ACTION[] EOA[]) EOB[]) 177 adaptor.addChild( alt, adaptor.create( ACTION, "ACTION" ) ); 224 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION ) 326 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* ) 347 : ^('catch' ARG_ACTION ACTION) 351 : ^('finally' ACTION) 372 | ACTION
|
D | ANTLR.g | 468 ( ACTION )? 500 : AMPERSAND^ (actionScopeName COLON! COLON!)? id ACTION 563 : 'scope'^ id ruleActions? ACTION 630 : AMPERSAND^ id ACTION 638 : ( 'scope' ruleActions? ACTION )? 640 -> ^(SCOPE[$start,"scope"] ruleActions? ACTION? idList*) 681 // linear approx LL(2) issue. COLON ACTION 686 | ACTION COLON 704 -> ^($block optionsSpec? ruleActions? ACTION? alternative+ EOB[$rp,"<end-of-block>"]) 722 : 'catch'^ ARG_ACTION ACTION [all …]
|
/external/antlr/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/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/intent/ |
D | TemplateIntentFactoryTest.java | 42 private static final String ACTION = Intent.ACTION_VIEW; field in TemplateIntentFactoryTest 86 ACTION, in create_full() 106 assertThat(intent.getAction()).isEqualTo(ACTION); in create_full() 128 ACTION, in normalizesScheme() 152 ACTION, in create_minimal() 171 assertThat(intent.getAction()).isEqualTo(ACTION); in create_minimal() 197 ACTION, in invalidTemplate_nonEmptyPackageName() 220 ACTION, in invalidTemplate_emptyTitle() 243 ACTION, in invalidTemplate_emptyDescription()
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestAttributes.java | 62 new CommonToken(ANTLRParser.ACTION,action),0); in testEscapedLessThanInAction() 90 new CommonToken(ANTLRParser.ACTION,action),0); in testEscaped$InAction() 110 new CommonToken(ANTLRParser.ACTION,action),1); in testArguments() 135 new CommonToken(ANTLRParser.ACTION,action),1); in testComplicatedArgParsing() 188 new CommonToken(ANTLRParser.ACTION,action),1); in testStringArgParsing() 224 new CommonToken(ANTLRParser.ACTION,action),1); in testComplicatedSingleArgParsing() 249 new CommonToken(ANTLRParser.ACTION,action),1); in testArgWithLT() 280 new CommonToken(ANTLRParser.ACTION,action),1); in testGenericsAsArgumentDefinition() 318 new CommonToken(ANTLRParser.ACTION,action),1); in testGenericsAsArgumentDefinition2() 359 new CommonToken(ANTLRParser.ACTION,action),1); in testComplicatedArgParsingWithTranslation() [all …]
|
D | TestTemplates.java | 74 new CommonToken(ANTLRParser.ACTION,action),1); in testTemplateConstructor() 111 new CommonToken(ANTLRParser.ACTION,action),1); in testTemplateConstructorNoArgs() 149 new CommonToken(ANTLRParser.ACTION,action),1); in testIndirectTemplateConstructor() 184 new CommonToken(ANTLRParser.ACTION,action),1); in testStringConstructor() 220 new CommonToken(ANTLRParser.ACTION,action),1); in testSetAttr() 255 new CommonToken(ANTLRParser.ACTION,action),1); in testSetAttrOfExpr()
|
/external/autotest/database/ |
D | schema_129.sql | 31 …_aborted_by_id_fk` FOREIGN KEY (`aborted_by_id`) REFERENCES `afe_users` (`id`) ON DELETE NO ACTION, 32 …d_fk` FOREIGN KEY (`queue_entry_id`) REFERENCES `afe_host_queue_entries` (`id`) ON DELETE NO ACTION 65 …aclgroup_id_fk` FOREIGN KEY (`aclgroup_id`) REFERENCES `afe_acl_groups` (`id`) ON DELETE NO ACTION, 66 …_groups_hosts_host_id_fk` FOREIGN KEY (`host_id`) REFERENCES `afe_hosts` (`id`) ON DELETE NO ACTION 84 …aclgroup_id_fk` FOREIGN KEY (`aclgroup_id`) REFERENCES `afe_acl_groups` (`id`) ON DELETE NO ACTION, 85 …_groups_users_user_id_fk` FOREIGN KEY (`user_id`) REFERENCES `afe_users` (`id`) ON DELETE NO ACTION 148 …cy_labels_label_id_fk` FOREIGN KEY (`label_id`) REFERENCES `afe_labels` (`id`) ON DELETE NO ACTION, 149 …cy_labels_test_id_fk` FOREIGN KEY (`test_id`) REFERENCES `afe_autotests` (`id`) ON DELETE NO ACTION 257 …_ibfk_1` FOREIGN KEY (`atomic_group_id`) REFERENCES `afe_atomic_groups` (`id`) ON DELETE NO ACTION, 258 …ueue_entries_host_id_fk` FOREIGN KEY (`host_id`) REFERENCES `afe_hosts` (`id`) ON DELETE NO ACTION, [all …]
|
/external/expat/conftools/ |
D | expatcfg-compiler-supports-visibility.m4 | 5 # EXPATCFG_COMPILER_SUPPORTS_VISIBILITY([ACTION-IF-YES], 6 # [ACTION-IF-NO]) 14 # In addition, execute ACTION-IF-YES or ACTION-IF-NO.
|
D | ax-check-link-flag.m4 | 7 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
/external/igt-gpu-tools/m4/ |
D | as-compiler-flag.m4 | 9 dnl AS_COMPILER_FLAG(CFLAGS, ACTION-IF-ACCEPTED, [ACTION-IF-NOT-ACCEPTED]) 11 dnl Runs ACTION-IF-ACCEPTED if the compiler can compile with the flags, 12 dnl and ACTION-IF-NOT-ACCEPTED otherwise.
|
/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/ImageMagick/m4/ |
D | ax_prog_perl_version.m4 | 7 # AX_PROG_PERL_VERSION([VERSION],[ACTION-IF-TRUE],[ACTION-IF-FALSE]) 12 # commands in ACTION-IF-TRUE are executed. If not the shell commands in 13 # ACTION-IF-FALSE are run. Note if $PERL is not set (for example by
|
D | ax_check_compile_flag.m4 | 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
/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/antlr/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()
|
/external/libxkbcommon/ |
D | LICENSE | 44 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 68 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 99 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 100 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 123 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 147 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 186 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 187 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 213 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 214 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
|
/external/libxkbcommon/xkbcommon/ |
D | COPYING | 44 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 68 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 99 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 100 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH 123 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, 147 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 186 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 187 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 213 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 214 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
|