HomeSort by relevance Sort by last modified time
    Searched refs:rule (Results 426 - 450 of 808) sorted by null

<<11121314151617181920>>

  /cts/tests/SignatureTest/
Android.mk 57 # sure the generated resources rule depend on it, we can ensure that
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 74 #pragma mark Dynamic Rule Scopes
76 #pragma mark Rule return scopes start
200 * $ANTLR start rule
201 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:8:1: rule : INT subrule -> ^( subrule INT ) ;
203 - (TreeRewriteParser_rule_return *) rule
225 description:@"rule subrule"] retain];
243 // rule labels: retval
245 // rule list labels:
278 // token+rule list labels
297 /* $ANTLR end rule */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 85 /** Add this to each rule's return value struct */
262 /** x+=rule when output=template */
263 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
320 * Set the value of the rule's template *after* having set
321 * the attributes because the rule's template might be used as
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestNFAConstruction.java 1193 private void checkRule(Grammar g, String rule, String expecting)
1196 State startState = g.getRuleStartState(rule);
TestSymbolDefinitions.java 111 // 'x' is token and char in lexer rule
154 String rule = "a"; local
157 checkPlusEqualsLabels(g, rule, tokenLabels, ruleLabels);
167 String rule = "a"; local
170 checkPlusEqualsLabels(g, rule, tokenLabels, ruleLabels);
185 // this must return A not I to the parser; calling a nonfragment rule
186 // from a nonfragment rule does not set the overall token.
200 // this must return A not I to the parser; calling a nonfragment rule
201 // from a nonfragment rule does not set the overall token.
843 Rule r = g.getRule(ruleName)
    [all...]
  /external/bison/src/
conflicts.c 62 | Explain how an SR conflict between TOKEN and RULE was resolved: |
67 log_resolution (rule *r, symbol_number token,
78 _(" Conflict between rule %d and token %s"
87 _(" Conflict between rule %d and token %s"
95 _(" Conflict between rule %d and token %s"
150 " <resolution rule=\"%d\" symbol=\"%s\""
159 " <resolution rule=\"%d\" symbol=\"%s\""
167 " <resolution rule=\"%d\" symbol=\"%s\""
249 | Attempt to resolve shift-reduce conflict for one rule by means of |
251 | rule has a precedence. A conflict is resolved by modifying the
    [all...]
lalr.c 57 /* LA is an NLA by NTOKENS matrix of bits. LA[l, i] is 1 if the rule
207 add_lookback_edge (state *s, rule *r, goto_number gotono)
231 rule **rulep;
256 /* Each rhs ends in a rule number, and there is a
436 fprintf (out, " on %d (%s) -> rule %d\n",
print-xml.c 98 "<item rule-number=\"%d\" point=\"%d\">",
110 "<item rule-number=\"%d\" point=\"%d\"/>",
212 | Report a reduction of RULE on LOOKAHEAD_TOKEN (which can be `default'). |
213 | If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
219 rule *r, bool enabled)
223 "<reduction symbol=\"%s\" rule=\"%d\" enabled=\"%s\"/>",
229 "<reduction symbol=\"%s\" rule=\"accept\" enabled=\"%s\"/>",
244 rule *default_reduction = NULL;
print.c 210 | Report a reduction of RULE on LOOKAHEAD_TOKEN (which can be `default'). |
211 | If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
218 rule *r, bool enabled)
227 fprintf (out, _("reduce using rule %d (%s)"), r->number, r->lhs->tag);
245 rule *default_reduction = NULL;
410 /* TERMINAL (type #) : rule #s terminal is on RHS */
LR0.c 82 static rule **redset;
172 | rule number. Compute each kernel_base[symbol] with the same |
267 | record their rule numbers. |
346 item of this initial rule. */
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 28 // Register a webRequest rule to redirect bing to google.
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 159 // needs to be reconstructed. To handle insertions too the rule order numbers would need to be updated.
225 ruleSet->addRule(rules[i].rule, rules[i].selectorIndex, rules[i].hasDocumentSecurityOrigin ? RuleHasDocumentSecurityOrigin : RuleHasNoSpecialState);
279 void StyleResolver::addKeyframeStyle(PassRefPtr<StyleRuleKeyframes> rule)
281 AtomicString s(rule->name());
282 m_keyframesRuleMap.set(s.impl(), rule);
453 // Tables and table cells share an additional mapped rule that must be applied
1148 StyleRule* rule = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itercoll.cpp 297 UnicodeString rule("&a < ab < c/aba < d < z < ch");
298 RuleBasedCollator *coll = new RuleBasedCollator(rule, status);
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 174 # TODO(thakis): The solink_module rule is likely wrong. Xcode seems to pass
248 # generated dependency rule Makefiles in one pass.
303 # ccache or distcc lose the path to the target, so we convert a rule of
    [all...]
  /external/compiler-rt/make/
util.mk 111 # General debugging rule, use 'make print-XXX' to print the definition, value
  /external/icu4c/extra/uconv/
makedata.mak 99 # Inference rule for creating resource bundles
  /external/icu4c/test/intltest/
itercoll.cpp 297 UnicodeString rule("&a < ab < c/aba < d < z < ch");
298 RuleBasedCollator *coll = new RuleBasedCollator(rule, status);
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 1631 final String rule = allow ? ALLOW : DENY; local
1643 final String rule = allow ? ALLOW : DENY; local
1655 final String rule = allow ? ALLOW : DENY; local
1667 final String rule = allow ? ALLOW : DENY; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 526 /// Tracks the set of token types that can follow any rule invocation.
552 /// In lieu of a return value, this indicates that a rule or token
570 /// the stop token index for each rule.
575 /// associated rule or MEMO_RULE_FAILED.
577 /// This is only used if rule memoization is on (which it is by default).
593 /// matching lexer rule(s). If you subclass to allow multiple token
717 /// in a rule will cause an exception and immediate exit from
718 /// rule. Rule would recover by resynchronizing to the set of
719 /// symbols that can follow rule ref
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
auto-ast.rb 8 def parse( grammar, rule, input, expect_errors = false )
21 r = parser.send( rule )
32 def tree_parse( grammar, tree_grammar, rule, tree_rule, input )
50 r = parser.send( rule )
145 example 'rule with token wildcard' do
262 example "invoking another rule without any AST ops, resulting in a flat list" do
278 example "hoisting the results of another rule as root using the `^' operator" do
294 example "hoisting another rule's true as root using the `^' operator (with a label)" do
310 example "hoisting another rule's result tree as root using the `^' operator (with a list += label)" do
339 example "hoisting another rule's result tree as root from within a (...)* loop resulting in a deeply nested tree" d
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g 141 Rule r = grammar.getRule( currentRuleName );
147 // unless we're in a synpred rule.
171 if (name == "matchSet" && elementAST.enclosingRuleName != null && elementAST.enclosingRuleName.length() > 0 && Rule.getRuleType(elementAST.enclosingRuleName) == Grammar.LEXER)
173 if ( ( elementAST.getParent().getType() == ANTLRLexer.ALT && elementAST.getParent().getParent().getParent().getType() == RULE && elementAST.getParent().getParent().getChildCount() == 2 )
174 || ( elementAST.getParent().getType() == ANTLRLexer.NOT && elementAST.getParent().getParent().getParent().getParent().getType() == RULE && elementAST.getParent().getParent().getParent().getChildCount() == 2 ) ) {
175 // single alt at the start of the rule needs to be checked
183 // unless we're in a synpred rule.
184 Rule r = grammar.getRule( currentRuleName );
209 Rule r = grammar.getRule( currentRuleName );
239 Rule ruleDescr = grammar.getRule( currentRuleName )
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 46 protected Set<Rule> visitedDuringRecursionCheck = null;
54 * of troublesome rule cycles. This method has two side-effects: it notifies
58 public List<Set<Rule>> checkAllRulesForLeftRecursion() {
61 List<Set<Rule>> listOfRecursiveCycles = new ArrayList();
63 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
79 /** From state s, look for any transition to a rule that is currently
82 * invoking rule that it is nullable, which implies that invoking
83 * rule must look at follow transition for that invoking state.
84 * The visitedStates tracks visited states within a single rule so
91 List<Set<Rule>> listOfRecursiveCycles
    [all...]
  /external/chromium_org/chrome/test/base/
js2gtest.js 86 // 'unit' - unit_tests harness, js2unit rule, V8UnitTest superclass.
87 // 'webui' - browser_tests harness, js2webui rule, WebUIBrowserTest superclass.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
vtzone.h 30 * With the <code>VTimeZone</code> instance created from the ID, you can write out the rule
108 * NULL if failed to load the rule from the VTIMEZONE data.
169 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce
173 * @param time The date used for rule extraction.
305 * Returns true if this zone has the same rule and offset as another zone.
350 * rule instance held by this time zone instance. Therefore, after this time zone
352 * @param initial Receives the initial timezone rule
405 void writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule,
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 44 # Finally, wrap the whole thing in quotes so that the above quote rule
604 def IsRuleRunUnderCygwin(self, rule):
607 return int(rule.get('msvs_cygwin_shell',
611 """Determine if there's an explicit rule for a particular extension."""
612 for rule in spec.get('rules', []):
613 if rule['extension'] == extension:
618 """Determine if there's an explicit rule for idl files. When there isn't we
623 """Determine if there's an explicit rule for asm files. When there isn't we
    [all...]

Completed in 427 milliseconds

<<11121314151617181920>>