Searched refs:rule (Results 251 - 275 of 1180) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/i18n/
H A Dnfrs.cpp141 // throw new IllegalArgumentException("Empty rule set description");
146 // if the description begins with a rule set name (the rule set
148 // of only one rule set), copy it out into our "name" member
166 // throw new IllegalArgumentException("Empty rule set description");
185 // the descriptions of the rules (one rule per element). The rules
187 // semicolons are rule delimiters)
193 // ensure we are starting with an empty rule list
222 NFRule* rule = rules[i]; local
224 switch (rule
340 NFRule *rule = findNormalRule(number); local
356 NFRule *rule = findDoubleRule(number); local
[all...]
H A Drbtz.cpp115 RuleBasedTimeZone::addTransitionRule(TimeZoneRule* rule, UErrorCode& status) { argument
119 AnnualTimeZoneRule* atzrule = dynamic_cast<AnnualTimeZoneRule*>(rule);
121 // A final rule
132 fFinalRules->addElement((void*)rule, status);
134 // Non-final rule
141 fHistoricRules->addElement((void*)rule, status);
214 // No more transitions from this rule - skip this rule next time
432 const TimeZoneRule *rule = NULL; local
434 rule
678 TimeZoneRule *rule = (TimeZoneRule*)rules->orphanElementAt(i); local
[all...]
H A Dcpdtrans.cpp395 // general. If we have several rule-based transliterators, this
408 UnicodeString rule; local
415 trans[i]->toRules(rule, escapeUnprintable);
417 rule = UNICODE_STRING_SIMPLE("::Null;") + rule;
424 trans[i]->toRules(rule, escapeUnprintable);
428 trans[i]->Transliterator::toRules(rule, escapeUnprintable);
431 rulesSource.append(rule);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.h119 - (TreeRewriteParser_rule_return *)rule;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Drule-tracer.rb8 RuleTracer is simple debug event listener that writes the names of rule methods
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dfilter-mode.rb49 * I made this rule to compensate.
183 * I made this rule to compensate.
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3Tree.g42 : ^( grammarType ID DOC_COMMENT? optionsSpec? tokensSpec? attrScope* action* rule+ )
87 rule
169 /** Matches ENBF blocks (and token sets via block rule) */
H A DDefineGrammarItemsWalker.g78 // form is (header ... ) ( grammar ID (scope ...) ... ( rule ... ) ( rule ... ) ... )
89 //Console.Out.WriteLine( "rule " + ruleName + " prev=" + prev.getText() );
91 // remove lexer rule
203 : (rule | ^(PREC_RULE .*))+
206 rule
256 // copy rule options into the block AST, which is where
527 Rule rule = grammar.getRule(currentRuleName);
528 if ( rule != null )
529 rule
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DST.stg39 /** Add this to each rule's return value struct */
72 /** x+=rule when output=template */
73 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
74 <ruleRef(rule,label,elementIndex,args,scope)>
124 * Set the value of the rule's template *after* having set
125 * the attributes because the rule's template might be used as
/external/bison/src/
H A Dreader.c109 | type as TYPE as required by the lhs of the rule whose %merge declaration |
167 | rule is represented by a sequence of symbols: the left hand side |
169 | null pointer instead of a symbol to terminate the rule. The next |
170 | symbol is the lhs of the following rule. |
172 | All actions are copied out, labelled by the rule number they apply |
192 /* A null SYM stands for an end of rule; it is not an actual
217 /* The rule currently being defined, and the previous rule.
218 CURRENT_RULE points to the first LHS of the current rule, while
219 PREVIOUS_RULE_END points to the *end* of the previous rule (NUL
[all...]
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_store_unittest.cc20 void CheckRule(const content_settings::Rule& rule, argument
24 EXPECT_EQ(primary_pattern.ToString(), rule.primary_pattern.ToString());
25 EXPECT_EQ(secondary_pattern.ToString(), rule.secondary_pattern.ToString());
26 EXPECT_EQ(setting, content_settings::ValueToContentSetting(rule.value.get()));
/external/chromium_org/chrome/installer/util/
H A Dadvanced_firewall_manager_win.h32 // Returns true if there is any rule for the application.
35 // Adds a firewall rule allowing inbound connections to the application on UDP
36 // port |port|. Replaces the rule if it already exists. Needs elevation.
50 // Creates a firewall rule allowing inbound connections to UDP port |port|.
60 void DeleteRule(base::win::ScopedComPtr<INetFwRule> rule);
/external/chromium_org/net/proxy/
H A Dproxy_bypass_rules.h21 // Interface for an individual proxy bypass rule.
27 // Returns true if |url| matches the rule.
30 // Returns a string representation of this rule. This is used both for
34 // Creates a copy of this rule. (Caller is responsible for deleting it)
37 bool Equals(const Rule& rule) const;
76 // Adds a rule that matches a URL when all of the following are true:
82 // Returns true if the rule was successfully added.
87 // Adds a rule that bypasses all "local" hostnames.
94 // Adds a rule given by the string |raw|. The format of |raw| can be any of
139 // Returns true if the rule wa
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttsubpix.h81 const SPH_TweakRule* rule,
/external/chromium_org/third_party/icu/source/i18n/
H A Drbtz.cpp115 RuleBasedTimeZone::addTransitionRule(TimeZoneRule* rule, UErrorCode& status) { argument
119 AnnualTimeZoneRule* atzrule = dynamic_cast<AnnualTimeZoneRule*>(rule);
121 // A final rule
132 fFinalRules->addElement((void*)rule, status);
134 // Non-final rule
141 fHistoricRules->addElement((void*)rule, status);
214 // No more transitions from this rule - skip this rule next time
432 const TimeZoneRule *rule = NULL; local
434 rule
678 TimeZoneRule *rule = (TimeZoneRule*)rules->orphanElementAt(i); local
[all...]
H A Dcpdtrans.cpp395 // general. If we have several rule-based transliterators, this
408 UnicodeString rule; local
415 trans[i]->toRules(rule, escapeUnprintable);
417 rule = UNICODE_STRING_SIMPLE("::Null;") + rule;
424 trans[i]->toRules(rule, escapeUnprintable);
428 trans[i]->Transliterator::toRules(rule, escapeUnprintable);
431 rulesSource.append(rule);
/external/chromium_org/third_party/icu/source/samples/ufortune/resources/
H A Dfortune_resources.mak34 # File name extensions for inference rule matching.
41 # Inference rule, for compiling a .txt file into a .res file.
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dondemand_supplier.cc26 #include "rule.h"
57 task->hierarchy_.rule[depth] = it->second;
/external/freetype/src/truetype/
H A Dttsubpix.h81 const SPH_TweakRule* rule,
/external/icu/icu4c/source/samples/ufortune/resources/
H A Dfortune_resources.mak34 # File name extensions for inference rule matching.
41 # Inference rule, for compiling a .txt file into a .res file.
/external/iproute2/man/man8/
H A DMakefile7 tc-sfb.8 tc-netem.8 tc-choke.8 ip-tunnel.8 ip-rule.8 ip-ntable.8 \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttsubpix.h81 const SPH_TweakRule* rule,
/external/srec/srec/include/
H A Dann_util.h80 int construct_syntax_for_annotation(syntax_info *rule, annotate_info* hAnnotation);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb61 def already_parsed_rule?( rule )
62 @debug_listener.examine_rule_memoization( rule )
70 def memoize( rule, start_index, success )
71 @debug_listener.memoize( rule, rule_start_index, sucess )
254 def examine_rule_memoization( rule )
255 stop_index = parser.rule_memoization( rule, @parser.input.index )
264 def memoize( rule, start_index, success )
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DASTTreeParser.stg36 * token, set, rule, wildcard
50 /** What to emit when there is no rewrite rule. For auto build
78 <if(root.el.rule)>
207 /** rule auto construct */
208 ruleRef(rule,label,elementIndex,args,scope) ::= <<
219 /** x+=rule auto construct */
220 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
225 /** ^(rule ...) auto construct */
226 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
234 /** ^(x+=rule
[all...]

Completed in 895 milliseconds

<<11121314151617181920>>