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

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m.old 6 #pragma mark Rule return scopes start
7 #pragma mark Rule return scopes end
82 // rule cleanup
83 // token+rule list labels
105 // rule cleanup
106 // token+rule list labels
135 // rule cleanup
136 // token+rule list labels
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
JavaTarget.java 32 import org.antlr.tool.Rule;
50 for (Rule rule : grammar.getRules()) {
51 rule.throwsSpec.add("RecognitionException");
53 Set<Rule> delegatedRules = grammar.getDelegatedRules();
55 for (Rule rule : delegatedRules) {
56 rule.throwsSpec.add("RecognitionException");
  /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...]
NameSpaceChecker.java 46 Rule r = grammar.composite.ruleIndexToRuleList.elementAt(i);
50 // walk all labels for Rule r
58 // walk rule scope attributes for Rule r
75 // check for missing rule, tokens
79 protected void checkForRuleArgumentAndReturnValueConflicts(Rule r) {
96 protected void checkForRuleDefinitionProblems(Rule r) {
119 /** If ref to undefined rule, give error at first occurrence.
121 * Give error if you cannot find the scope override on a rule reference.
123 * If you ref ID in a combined grammar and don't define ID as a lexer rule
133 Rule rule = grammar.getRule(ruleName); local
175 Rule rule = grammar.getRule(scopeG.name, ruleName); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry_unittest.cc 51 // Add a rule.
52 linked_ptr<RulesRegistry::Rule> rule(new RulesRegistry::Rule);
53 RulesRegistry::Rule::Populate(
67 rule.get());
68 std::vector<linked_ptr<RulesRegistry::Rule> > rules;
69 rules.push_back(rule);
  /external/chromium_org/components/dom_distiller/webui/
DEPS 8 # platforms, this DEPS rule is kept instead.
9 # To ensure this DEPS rule is not a nuisance to engineers refactoring the
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSRuleList.h 88 template <class Rule>
91 static PassOwnPtrWillBeRawPtr<LiveCSSRuleList> create(Rule* rule)
93 return adoptPtrWillBeNoop(new LiveCSSRuleList(rule));
108 LiveCSSRuleList(Rule* rule) : m_rule(rule) { }
114 RawPtrWillBeMember<Rule> m_rule;
  /external/chromium_org/third_party/icu/source/tools/genbrk/
genbrk.1.in 31 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
35 reads the break (boundary) rule source code from
36 .I rule-file
41 The details of the rule syntax can be found in ICU's User Guide.
75 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
82 .IR rule-file
86 .IR rule-file
90 .IR rule-file
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_normalizer.cc 26 #include "rule.h"
48 const Rule* parent_rule = supplier_->GetRule(parent_key);
63 const Rule* rule = supplier_->GetRule(lookup_key); local
64 assert(rule != NULL);
67 compare_->NaturalEquals(field_value, rule->GetLatinName());
70 compare_->NaturalEquals(field_value, rule->GetName());
73 field, matches_latin_name ? rule->GetLatinName() : *key_it);
  /external/chromium_org/tools/gyp/test/rules-use-built-dependencies/
gyptest-use-built-dependencies.py 15 test.run_gyp('use-built-dependencies-rule.gyp', chdir='src')
17 test.build('use-built-dependencies-rule.gyp', chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/same-rule-output-file-name/
gyptest-all.py 20 test.must_exist('relocate/src/subdir1/rule.txt')
21 test.must_exist('relocate/src/subdir2/rule.txt')
  /external/chromium_org/tools/gyp/test/sanitize-rule-names/
sanitize-rule-names.gyp 12 # Make sure this rule name doesn't cause an invalid ninja file.
13 'rule_name': 'rule name with odd characters ()/',
  /external/icu/icu4c/source/i18n/
funcrepl.cpp 97 UnicodeString& FunctionReplacer::toReplacerPattern(UnicodeString& rule,
100 rule.truncate(0);
101 rule.append(AMPERSAND);
102 rule.append(translit->getID());
103 rule.append(OPEN, 2);
104 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable));
105 rule.append(CLOSE, 2);
106 return rule;
rbt_pars.h 40 * of rules in the rule set
46 * A Vector of UnicodeStrings containing all of the ID blocks in the rule set
89 * rule. segmentStandins.charAt(0) is the standin for "$1" and corresponds
96 * parsing of a single rule.
184 * MAIN PARSER. Parse the next rule in the given rule string, starting
192 * parses the end-of-rule character. It recognizes context and cursor
193 * indicators. Once it does a lexical breakdown of the rule at pos, it
194 * creates a rule object and adds it to our rule list
    [all...]
  /external/icu/icu4c/source/tools/genbrk/
genbrk.1.in 31 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
35 reads the break (boundary) rule source code from
36 .I rule-file
41 The details of the rule syntax can be found in ICU's User Guide.
75 .BI "\-r\fP, \fB\-\-rules" " rule\-file"
82 .IR rule-file
86 .IR rule-file
90 .IR rule-file
  /external/junit/src/org/junit/rules/
TestName.java 6 * The TestName Rule makes the current test name available inside test methods:
10 * &#064;Rule
  /external/srec/config/en.us/grammars/
boolean.grxml 9 <rule id="_boolean" scope="public">
14 </rule>
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule_unittest.cc 309 typedef DeclarativeRule<FulfillableCondition, SummingAction> Rule;
310 linked_ptr<Rule::JsonRule> json_rule(new Rule::JsonRule);
311 ASSERT_TRUE(Rule::JsonRule::Populate(
337 scoped_ptr<Rule> rule(Rule::Create(matcher.condition_factory(),
341 Rule::ConsistencyChecker(),
344 ASSERT_TRUE(rule.get());
346 EXPECT_EQ(kExtensionId, rule->id().first)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.h 40 * of rules in the rule set
46 * A Vector of UnicodeStrings containing all of the ID blocks in the rule set
89 * rule. segmentStandins.charAt(0) is the standin for "$1" and corresponds
96 * parsing of a single rule.
184 * MAIN PARSER. Parse the next rule in the given rule string, starting
192 * parses the end-of-rule character. It recognizes context and cursor
193 * indicators. Once it does a lexical breakdown of the rule at pos, it
194 * creates a rule object and adds it to our rule list
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTParser.stg 7 * token, set, rule, wildcard
14 @rule.setErrorReturnValue() ::= <<
92 // RULE REF AST
94 /** rule when output=AST */
95 ruleRef(rule,label,elementIndex,args,scope) ::= <<
100 /** rule! is same as normal rule ref */
101 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
103 /** rule^ */
104 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <
    [all...]
  /external/bison/tests/
reduce.at 175 input.y:6.11-13: warning: rule useless in grammar
178 input.y:7.11-13: warning: rule useless in grammar
181 input.y:8.11-13: warning: rule useless in grammar
184 input.y:9.11-13: warning: rule useless in grammar
187 input.y:10.11-13: warning: rule useless in grammar
190 input.y:11.11-13: warning: rule useless in grammar
193 input.y:12.11-13: warning: rule useless in grammar
196 input.y:13.11-13: warning: rule useless in grammar
199 input.y:14.11-13: warning: rule useless in grammar
216 input.y:6.11-13: warning: rule useless in grammar: useless1: '1
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 59 problems creating lexer rule listing all tokens: <exception>
98 "rule <arg> redefinition"
100 "lexer rule <arg> not allowed in parser"
102 "parser rule <arg> not allowed in lexer"
106 "no lexer rule corresponding to token: <arg>"
108 "reference to undefined rule: <arg>"
110 "literal has no associated lexer rule: <arg>"
114 "reference to attribute outside of a rule: <arg><if(arg2)>.<arg2><endif>"
118 "unknown attribute for rule <arg>: <arg2>"
122 "missing attribute access on rule scope: <arg>
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 112 # lexer rule t__10! (T__10)
115 # -> uncomment the next line to manually enable rule tracing
122 # - - - - main rule block - - - -
131 # -> uncomment the next line to manually enable rule tracing
136 # lexer rule t__11! (T__11)
139 # -> uncomment the next line to manually enable rule tracing
146 # - - - - main rule block - - - -
155 # -> uncomment the next line to manually enable rule tracing
160 # lexer rule t__12! (T__12)
163 # -> uncomment the next line to manually enable rule tracin
    [all...]
  /external/chromium_org/chrome/tools/convert_dict/
aff_reader.cc 185 int AffReader::AddAffixGroup(std::string* rule) {
186 TrimLine(rule);
188 // We use the 1-based index of the rule. This matches the way Hunspell
191 affix_groups_.insert(std::make_pair(*rule, affix_id));
195 void AffReader::AddAffix(std::string* rule) {
196 TrimLine(rule);
197 CollapseDuplicateSpaces(rule);
211 for (size_t i = 0; i < rule->length(); i++) {
212 if ((*rule)[i] == ' ') {
223 part = rule->substr(part_start); // From here to end
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
Cactus.svg 74 <path d="M 92.47861 983.4811 C 134.7889 985.3882 173.8434 978.2825 213.5231 963.6467 C 230.1834 957.5016 262.3758 941.4752 226.7852 933.7814 C 207.7668 929.67 275.5958 905.7188 277.345 904.9143 C 332.0743 879.7407 401.19 873.3859 448.8553 836.8973 C 474.0602 817.6024 405.1945 800.5452 437.0946 778.5715 C 455.822 765.6715 514.4518 749.8425 537.8186 743.3202 C 555.035 738.5145 619.6378 725.051 621.3149 704.7956 C 622.1698 694.4709 571.9722 695.8993 565.9041 695.4307 C 519.5159 691.8483 633.5741 663.2022 590.0346 658.2551 C 574.8117 656.5254 514.732 655.9414 565.5225 636.8289 C 595.1332 625.6865 673.0989 595.0064 671.796 557.6451 C 670.8805 531.392 606.6667 549.7538 628.9909 504.5458 C 646.7731 468.5354 674.162 439.3423 696.4051 406.4385 C 717.4079 375.3699 696.7788 367.6392 670.4457 362.4631 C 637.5558 355.9981 678.6593 286.3703 684.9987 272.2561 C 703.2427 231.6378 677.7383 230.8813 647.7036 238.5273 C 624.9923 244.309 571.8718 256.2299 597.9183 215.2816 C 616.1001 186.6976 642.9759 161.323 664.8004 135.4709 C 677.5921 120.3186 726.6228 73.45987 721.2863 53.95197 C 718.4177 43.46587 694.0515 68.00847 680.0448 79.60787 C 633.8744 117.8409 586.2537 153.9471 536.6084 187.6637 C 510.7175 205.2475 539.7221 155.2961 542.2901 149.0908 C 546.3106 139.3756 555.6227 110.9887 535.0634 127.7657 C 511.2137 147.228 481.6415 182.4684 451.5793 189.8821 C 439.8252 192.7808 455.9061 167.4296 465.7148 155.0552 C 474.5417 143.9194 514.1964 105.0621 500.0009 91.19467 C 493.6987 85.03827 459.8532 122.371 455.6233 126.928 C 422.8861 162.1963 390.5668 198.0334 351.012 225.9236 C 346.8945 228.8268 350.3233 208.9667 350.5055 208.4913 C 359.2613 185.6499 400.7551 164.0788 400.245 142.7201 C 400.0126 132.9853 365.028 154.7981 357.4056 160.0102 C 280.7702 212.4121 217.1307 284.6417 154.3693 352.3637 C 141.5693 366.1754 99.31763 409.4397 137.9743 414.2083 C 168.3584 417.9565 173.4805 419.2005 154.4378 451.1918 C 129.3767 493.2942 70.24131 557.4076 76.32791 608.7361 C 79.09661 632.0862 135.6993 594.7636 142.9329 591.0692 C 156.5352 584.1219 210.587 551.5075 220.6264 570.8711 C 226.0232 581.2801 188.3494 621.3252 181.3602 628.832 C 175.428 635.2036 148.2586 675.1344 144.3386 652.3547 C 143.0364 644.7867 140.0151 638.7189 137.7559 631.6071 C 134.779 622.2364 144.7778 608.8062 125.3313 618.5718 C 102.1817 630.1968 46.32952 676.8512 52.11692 706.2249 C 53.73382 714.4314 98.09763 699.2481 106.0311 700.3838 C 120.5986 702.4692 86.06211 734.1482 84.56081 735.7058 C 72.09231 748.6415 25.47733 800.1124 72.25391 792.7489 C 95.03331 789.1629 170.6192 762.3846 171.7557 804.0481 C 172.1283 817.7086 121.164 849.738 111.0937 857.7476 C 90.90651 873.8038 62.96542 905.6636 44.63952 925.184 C 14.79273 956.9759 22.30983 972.2802 61.89962 954.9162 C 75.10201 949.1257 120.9725 928.2473 131.5635 936.6828 C 140.522 943.8181 105.1009 958.0443 100.4059 967.1072 C 97.33663 973.0322 98.25263 976.5874 92.47861 983.4811 z " id="path671" style="fill:url(#linearGradient656);fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:5;stroke-linejoin:miter;stroke-linecap:butt;stroke-dasharray:none;fill-opacity:1;"/>
75 <path d="M 423.9675 981.2895 C 423.9675 981.2895 395.3055 808.7325 384.2101 776.7135 C 373.1146 744.6935 298.155 886.4735 111.2644 641.2355 C -18.20133 434.2812 34.89976 402.23 113.9995 415.3355 C 224.9658 431.482 443.9569 859.3515 271.8219 463.7325 C 99.68696 68.11363 305.7788 64.84063 305.7788 64.84063 C 336.8841 67.23323 551.6731 60.85223 548.7561 575.1178 C 545.839 1089.384 621.8738 726.2695 621.8738 726.2695 C 629.5417 675.6455 668.4174 667.6105 668.7835 781.6665 C 669.1495 895.7215 598.5896 931.5105 598.5896 931.5105 C 598.5896 931.5105 555.304 941.7815 545.6409 902.5445 C 535.9777 940.3095 532.0746 953.1515 530.896 980.7125 " id="path605" sodipodi:nodetypes="cccccccccccc" style="font-size:12;fill:#6da829;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0;"/>
76 <path d="M 314.2557 70.70988 C 314.2557 70.70988 249.8778 81.69354 348.341 206.3801 C 446.8043 331.0669 535.4222 661.7913 528.2122 769.6469 C 521.0023 877.5026 631.0656 111.634 314.2557 70.70988 z " id="path607" style="fill:url(#linearGradient665);fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:5;stroke-linejoin:miter;stroke-linecap:butt;stroke-dasharray:none;fill-opacity:1;"/>
77 <path d="M 77.51476 489.8238 C 132.7058 537.254 170.7031 484.9522 267.8727 602.0671 C 222.6304 515.7811 117.2931 379.9255 63.06925 442.6594 L 63.06925 442.6594 L 63.06925 442.6594 L 63.06925 442.6594 C 51.75061 462.467 63.84616 474.7925 77.51476 489.8238 L 77.51476 489.8238 z " id="path608" sodipodi:nodetypes="ccccccc" style="font-size:12;fill:url(#linearGradient669);fill-rule:evenodd;stroke:none;stroke-width:5;fill-opacity:1;"/>
78 <path d="M 680.2968 161.3067 A 85.37054 85.37056 0 1 0 509.5557 161.3067 A 85.37054 85.37056 0 1 0 680.2968 161.3067 z" id="path616" sodipodi:cx="594.926208" sodipodi:cy="161.306732" sodipodi:rx="85.3705444" sodipodi:ry="85.3705597" sodipodi:type="arc" style="fill:#ffe40f;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-opacity:1;stroke-width:2.8396;stroke-linejoin:miter;stroke-linecap:butt;stroke-dasharray:5.679195,2.839597;stroke-dashoffset:0;" transform="matrix(0.856049,0.359071,-0.580396,0.662009,-251.1592,540.8679)"/>
79 <path d="M 291.8235 773.4587 C 275.691 768.9426 129.2896 730.6572 55.07642 485.8648 C 189.8688 635.9021 139.6555 674.7869 377.9925 758.9541 L 321.1576 777.1254 L 291.8235 773.4587 L 291.8235 773.4587 z " id="path660" sodipodi:nodetypes="ccccc" style="font-size:12;fill:url(#linearGradient661);fill-rule:evenodd;stroke:none;stroke-width:5;fill-opacity:1;"/>
82 <path d="M 177.7965 152.0366 C 130.4974 154.5379 134.8811 157.8592 131.7432 156.2486 " id="path1864" style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.99999;"/>
83 <path d="M 187.9201 219.473 C 142.1932 230.0269 146.622 232.6801 143.4932 231.5646 " id="path1865" style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.999989;"/>
84 <path d="M 215.4194 286.0496 C 173.1808 309.8645 177.6015 311.3508 174.5465 311.0839 " id="path1866" style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.999989;"/>
85 <path d="M 245.9104 354.2253 C 207.3254 388.628 211.66 389.1188 208.7211 389.5614 " id="path1867" style="font-size:12;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.999988;"/
    [all...]

Completed in 461 milliseconds

1 2 3 4 56 7 8 91011>>