HomeSort by relevance Sort by last modified time
    Searched refs:rule (Results 126 - 150 of 575) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 38 * token, set, rule, wildcard
57 /** What to emit when there is no rewrite rule. For auto build
92 <if(root.el.rule)>
236 // RULE REF AST
238 /** rule auto construct */
239 ruleRef(rule,label,elementIndex,args,scope) ::= <<
253 /** x+=rule auto construct */
254 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
259 /** ^(rule ...) auto construct */
260 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
AST.stg 64 /** Add a variable to track rule's return AST */
87 * one alt will be taken in a rule, but we are declaring all the streams here. So we define
101 #define CREATE_stream_<it> if (stream_<it> == NULL) {stream_<it> = antlr3RewriteRuleSubtreeStreamNewAE(ADAPTOR, RECOGNIZER, (pANTLR3_UINT8)"rule <it>"); \}}; separator="\n">
109 /** a rule label including default value */
117 * as a rule could have both rewrite and AST within the same alternative
140 /** ID but track it for use in a rewrite rule */
146 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
164 /** rule when output=AST and tracking for rewrite */
165 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
167 <if(backtracking)>if ( <actions.(actionScope).synpredgate> ) { <endif>CREATE_stream_<rule.name>; stream_<rule.name>->add(stream_<rule.name>, <label>.tree, NULL);<if(backtracking)> }<endif
    [all...]
Dbg.stg 131 @rule.preamble() ::= <<
141 @rule.postamble() ::= <<
227 goto rule<ruleDescriptor.name>Ex;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 38 * token, set, rule, wildcard
58 /** What to emit when there is no rewrite rule. For auto build
87 <if(root.el.rule)>
225 // RULE REF AST
227 /** rule auto construct */
228 ruleRef(rule,label,elementIndex,args,scope) ::= <<
239 /** x+=rule auto construct */
240 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
245 /** ^(rule ...) auto construct */
246 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTTreeParser.stg 35 * token, set, rule, wildcard
48 /** What to emit when there is no rewrite rule. For auto build
76 <if(root.el.rule)>
218 // RULE REF AST
220 /** rule auto construct */
221 ruleRef(rule,label,elementIndex,args,scope) ::= <<
232 /** x+=rule auto construct */
233 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
238 /** ^(rule ...) auto construct */
239 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTTreeParser.stg 7 * token, set, rule, wildcard
21 /** What to emit when there is no rewrite rule. For auto build
49 <if(root.el.rule)>
176 // RULE REF AST
178 /** rule auto construct */
179 ruleRef(rule,label,elementIndex,args,scope) ::= <<
190 /** x+=rule auto construct */
191 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
196 /** ^(rule ...) auto construct */
197 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 35 * token, set, rule, wildcard
57 /** What to emit when there is no rewrite rule. For auto build
84 <if(root.el.rule)>
230 // RULE REF AST
232 /** rule auto construct */
233 ruleRef(rule,label,elementIndex,args,scope) ::= <<
246 /** x+=rule auto construct */
247 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
252 /** ^(rule ...) auto construct */
253 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
AST.stg 73 /** Add a variable to track rule's return AST */
88 :{it | stream_<it> = RewriteRuleSubtreeStream(self._adaptor, "rule <it>")}; separator="\n">
93 * as a rule could have both rewrite and AST within the same alternative
109 /** ID and track it for use in a rewrite rule */
115 /** ids+=ID and track it for use in a rewrite rule; adds to ids *and*
135 /** rule when output=AST and tracking for rewrite */
136 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
138 <finishedBacktracking({stream_<rule.name>.add(<label>.tree)})>
141 /** x+=rule when output=AST and tracking for rewrite */
142 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
RuleBasedTimeZone.java 39 * @param initialRule The initial time zone rule.
54 * @param rule The <code>TimeZoneRule</code>.
58 public void addTransitionRule(TimeZoneRule rule) {
62 if (!rule.isTransitionRule()) {
63 throw new IllegalArgumentException("Rule must be a transition rule");
65 if (rule instanceof AnnualTimeZoneRule
66 && ((AnnualTimeZoneRule)rule).getEndYear() == AnnualTimeZoneRule.MAX_YEAR) {
70 finalRules[0] = (AnnualTimeZoneRule)rule;
72 finalRules[1] = (AnnualTimeZoneRule)rule;
620 TimeZoneRule rule = null; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 92 %w(--rule r --lexer-name MainForCombined::Lexer),
115 %w(--rule r --lexer-name ASTParserMain::Lexer),
151 %w(--rule r --parser-name TreeMain::Parser
152 --parser-rule r --lexer-name TreeMain::Lexer),
187 %w(--rule r --parser-name TreeRewriteMain::Parser
188 --parser-rule r --lexer-name TreeRewriteMain::Lexer),
219 %w(--rule s --lexer-name MainMaster::Lexer),
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
CompoundTransliterator.java 256 * Create a rule string that can be passed to createFromRules()
262 * @return the rule string
266 // general. If we have several rule-based transliterators, this
278 String rule; local
285 rule = trans[i].toRules(escapeUnprintable);
287 rule = "::Null;" + rule;
294 rule = trans[i].toRules(escapeUnprintable);
298 rule = trans[i].baseToRules(escapeUnprintable);
301 rulesSource.append(rule);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /external/bison/src/
nullable.c 39 rule *value;
80 rule *rules_ruleno = &rules[ruleno];
83 /* This rule has a non empty RHS. */
90 /* This rule has only nonterminals: schedule it for the second
104 /* This rule has an empty RHS. */
119 rule *r = p->value;
scan-code.c 196 /* Action number for EOF rule of a given start state. */
703 static void handle_action_dollar (symbol_list *rule, char *cp,
705 static void handle_action_at (symbol_list *rule, char *cp, location at_loc);
723 /* Whether in a rule or symbol action. Specifies the translation
852 /* Copy whatever the last rule matched to the standard output. */
953 /* Code executed at the beginning of each rule, after code_text and code_leng
960 /* Code executed at the end of each rule. */
1106 fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n",
1109 fprintf( stderr, "--accepting default rule (\"%s\")\n",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
makesetup 35 # - for each object file mentioned in Setup, append a rule
37 # - for each module mentioned in Setup, append a rule
224 rule="$obj: $src; $cc $cpps -c $src -o $obj"
225 echo "$rule" >>$rulesf
240 rule="$file: $objs"
241 rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file"
242 echo "$rule" >>$rulesf
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
makesetup 35 # - for each object file mentioned in Setup, append a rule
37 # - for each module mentioned in Setup, append a rule
224 rule="$obj: $src; $cc $cpps -c $src -o $obj"
225 echo "$rule" >>$rulesf
240 rule="$file: $objs"
241 rule="$rule; \$(BLDSHARED) $objs $libs $ExtraLibs -o $file"
242 echo "$rule" >>$rulesf
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
NamePrepTransform.java 180 MapTransform(String id, String rule, int direction) {
181 isReady = initialize(id, rule, direction);
184 boolean initialize(String id, String rule, int direction) {
188 translitInstance = createMethod.invoke(null, id, rule, Integer.valueOf(direction));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeController.java 47 public void onManualRuleChanged(ZenRule rule) {}
  /frameworks/base/tools/aapt2/data/lib/
Makefile 49 define make-collect-rule
55 $(foreach d,$(PRIVATE_RESOURCE_TYPES),$(eval $(call make-collect-rule,$d)))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 64 * keyword "other" by the default rule.
71 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first
72 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
89 * rules = rule (';' rule)*
90 * rule = keyword ':' condition
321 * for values to which no other form in the rule applies. It
373 private static final Rule DEFAULT_RULE = new Rule("other", NO_CONSTRAINT, null, null);
377 * @param description the rule description
1426 Rule rule = parseRule(rules[i].trim()); local
1681 Rule rule = it.next(); local
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 60 * keyword "other" by the default rule.
67 * This illustrates that the same keyword can be defined multiple times. Each rule is examined in order, and the first
68 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
85 * rules = rule (';' rule)*
86 * rule = keyword ':' condition
308 * for values to which no other form in the rule applies. It
360 private static final Rule DEFAULT_RULE = new Rule("other", NO_CONSTRAINT, null, null);
364 * @param description the rule description
1416 Rule rule = parseRule(rules[i].trim()); local
1671 Rule rule = it.next(); local
    [all...]

Completed in 1045 milliseconds

1 2 3 4 56 7 8 91011>>