Searched refs:rarg (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 107 static char *narg, *Narg, *qarg, *rarg, *Rarg, *aarg, *Targ, *barg, *targ; variable 663 if (tst_parse_int(rarg, &client_max_requests, 1, INT_MAX)) in setup() 664 tst_brk(TBROK, "Invalid client max requests '%s'", rarg); in setup() 743 {"r:", &rarg, "-r x Number of client requests"},
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | DefineGrammarItemsWalker.g | 498 : ^( rr=RULE_REF (rarg=ARG_ACTION)? ) 501 if ( $rarg != null ) 503 $rarg.outerAltNum = this.outerAltNum; 504 trackInlineAction($rarg);
|
D | ANTLRTreePrinter.g | 433 (rarg=ARG_ACTION {out("["+$rarg.toString()+"]");})?
|
D | CodeGenTreeWalker.g | 968 : ^( r=RULE_REF (rarg=ARG_ACTION)? ) 970 grammar.checkRuleReference(scope, $r, $rarg, currentRuleName); 1003 if ( $rarg!=null ) { 1004 List args = generator.translateAction(currentRuleName,$rarg);
|
D | TreeToNFAConverter.g | 569 : ^( r=RULE_REF (rarg=ARG_ACTION)? (as1=ast_suffix)? )
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | serialize.g | 227 : #( rr:RULE_REF (rarg:ARG_ACTION)? ) {out.ruleRef(#rr);}
|
/external/python/cpython2/Lib/test/ |
D | test_set.py | 126 for rarg in '', 'a', 'ab', 'abc', 'ababac', 'cdc', 'cc', 'efgfe', 'ccb', 'ef': 128 s2 = C(rarg)
|