HomeSort by relevance Sort by last modified time
    Searched refs:rule (Results 301 - 325 of 1248) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/samples/ufortune/resources/
fortune_resources.mak 34 # File name extensions for inference rule matching.
41 # Inference rule, for compiling a .txt file into a .res file.
  /external/iproute2/man/man8/
Makefile 7 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/
ttsubpix.h 81 const SPH_TweakRule* rule,
  /external/srec/srec/include/
ann_util.h 80 int construct_syntax_for_annotation(syntax_info *rule, annotate_info* hAnnotation);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 61 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 )
131 report << '| ' << "ANTLR Rule Profile".center( 76 ) << " |\n"
135 report << "| Rule source generated from grammar file #{ grammar_file }".ljust( 78 ) << " |\n"
138 report << '| ' << "Rule Invocations".center( 76 ) << " |\n"
254 def examine_rule_memoization( rule )
255 stop_index = parser.rule_memoization( rule, @parser.input.index )
264 def memoize( rule, start_index, success
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
cpdtrans.cpp 397 // general. If we have several rule-based transliterators, this
410 UnicodeString rule; local
417 trans[i]->toRules(rule, escapeUnprintable);
419 rule = UNICODE_STRING_SIMPLE("::Null;") + rule;
426 trans[i]->toRules(rule, escapeUnprintable);
430 trans[i]->Transliterator::toRules(rule, escapeUnprintable);
433 rulesSource.append(rule);
rbtz.cpp 114 RuleBasedTimeZone::addTransitionRule(TimeZoneRule* rule, UErrorCode& status) {
118 AnnualTimeZoneRule* atzrule = dynamic_cast<AnnualTimeZoneRule*>(rule);
120 // A final rule
131 fFinalRules->addElement((void*)rule, status);
133 // Non-final rule
140 fHistoricRules->addElement((void*)rule, status);
198 // No more transitions from this rule - skip this rule next time
416 const TimeZoneRule *rule = NULL; local
418 rule = fInitialRule
660 TimeZoneRule *rule = (TimeZoneRule*)rules->orphanElementAt(i); local
    [all...]
rbt_set.cpp 23 static void U_CALLCONV _deleteRule(void *rule) {
24 delete (U_NAMESPACE_QUALIFIER TransliterationRule *)rule;
109 inline void _debugOut(const char* msg, TransliterationRule* rule,
112 if (rule) {
114 rule->toRule(r, TRUE);
127 #define _debugOut(msg, rule, theText, pos)
161 * Construct a new empty rule set.
236 * Add a rule to this set. Rules are added in order, and order is
238 * a call to <code>freeze()</code> before the rule set is used.
243 * @param adoptedRule the rule to ad
    [all...]
  /external/icu/icu4c/source/i18n/
cpdtrans.cpp 395 // 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);
rbt_set.cpp 24 static void U_CALLCONV _deleteRule(void *rule) {
25 delete (icu::TransliterationRule *)rule;
110 inline void _debugOut(const char* msg, TransliterationRule* rule,
113 if (rule) {
115 rule->toRule(r, TRUE);
128 #define _debugOut(msg, rule, theText, pos)
162 * Construct a new empty rule set.
237 * Add a rule to this set. Rules are added in order, and order is
239 * a call to <code>freeze()</code> before the rule set is used.
244 * @param adoptedRule the rule to ad
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
ASTTreeParser.stg 36 * token, set, rule, wildcard
50 /** What to emit when there is no rewrite rule. For auto build
78 <if(root.el.rule)>
205 // RULE REF AST
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) ::= <
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.cc 49 typedef std::vector<content_settings::Rule> Rules;
173 content_settings::Rule rule = rule_iterator->Next(); local
174 if (rule.primary_pattern == wildcard &&
175 rule.secondary_pattern == wildcard) {
176 return content_settings::ValueToContentSetting(rule.value.get());
512 const content_settings::Rule& rule = rule_iterator->Next(); local
519 rule.value.get() &&
520 rule.primary_pattern != ContentSettingsPattern::Wildcard())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp 172 setupParser("@-internal-rule ", string, "");
180 setupParser("@-internal-keyframe-rule ", string, "");
1583 RefPtrWillBeRawPtr<StyleRuleMedia> rule = nullptr; local
1600 RefPtrWillBeRawPtr<StyleRuleSupports> rule = nullptr; local
1749 RefPtrWillBeRawPtr<StyleRuleKeyframes> rule = StyleRuleKeyframes::create(); local
1801 RefPtrWillBeRawPtr<StyleRule> rule = StyleRule::create(); local
1828 RefPtrWillBeRawPtr<StyleRuleFontFace> rule = StyleRuleFontFace::create(); local
1963 RefPtrWillBeRawPtr<StyleRulePage> rule = StyleRulePage::create(); local
2108 RefPtrWillBeRawPtr<StyleRuleViewport> rule = StyleRuleViewport::create(); local
    [all...]
  /external/srec/config/en.us/
Android.mk 56 # Those without explicit rules are subject to the rule at the end of this makefile
59 # This needs an explicit rule to specify the vocabulary (dictionary)
68 # Those without explicit rules are subject to the rule below
78 # this rule generates cmu6plus.ok.zip, which is built manually and checked in.
86 # This make rule will fall back to 'zip' if 'advzip' is not
  /external/bison/src/
state.c 101 reductions_new (int num, rule **reds)
215 state_reductions_set (state *s, int num, rule **reds)
223 state_reduction_find (state *s, rule *r)
253 state_rule_lookahead_tokens_print (state *s, rule *r, FILE *out)
276 state_rule_lookahead_tokens_print_xml (state *s, rule *r,
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
code.c 329 /* we shouldn't need 'rule-following' protection here */
367 back = RegExp_fixedLength(a->d.rule->d.RuleOp.ctx);
371 line_source(o, a->d.rule->d.RuleOp.code->line);
372 SubStr_out(&a->d.rule->d.RuleOp.code->text, o);
752 move->rule = s->rule;
754 s->rule = NULL;
791 if(s->rule && s->rule->d.RuleOp.accept >= nRules)
792 nRules = s->rule->d.RuleOp.accept + 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditRules.js 346 * The reported CSS rule size is incorrect (parsed != original in WebKit),
405 var rule = styleSheet.rules[curRule];
406 if (!testedSelectors[rule.selectorText] || foundSelectors[rule.selectorText])
408 unusedRules.push(rule.selectorText);
536 * @param {!Array.<!WebInspector.CSSParser.Rule>} rules
547 var rule = rules[i];
548 if (rule.selectorText)
549 styleRules.push(rule);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 61 struct rule { struct
86 int r_todo; /* a rule to do (used in outzone) */
109 struct rule * z_rules;
112 struct rule z_untilrule;
167 static zic_t rpytime(const struct rule * rp, int wantedy);
168 static void rulesub(struct rule * rp,
173 static int stringrule(char * result, const struct rule * rp,
184 const struct rule* rule,
187 static void emit_icu_rule(FILE* f, const struct rule* r, int ruleIndex)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 61 struct rule { struct
86 int r_todo; /* a rule to do (used in outzone) */
109 struct rule * z_rules;
112 struct rule z_untilrule;
167 static zic_t rpytime(const struct rule * rp, int wantedy);
168 static void rulesub(struct rule * rp,
173 static int stringrule(char * result, const struct rule * rp,
184 const struct rule* rule,
187 static void emit_icu_rule(FILE* f, const struct rule* r, int ruleIndex)
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 207 # used for the Run All Tests target. support_targets are the action/rule
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y 75 StyleRuleBase* rule;
275 %type <rule> ruleset
276 %type <rule> media
277 %type <rule> import
278 %type <rule> namespace
279 %type <rule> page
280 %type <rule> margin_box
281 %type <rule> font_face
282 %type <rule> keyframes
283 %type <rule> rul
510 rule: label
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 227 lexerRuleDeclaration(rule) ::= <<
228 procedure m<rule.ruleName>(<rule.ruleDescriptor.parameterScope:parameterScope(scope=rule)>);<\n>
235 * Make rule memoization happen only at levels above 1 as we start mTokens
310 <rules: {r | <genericParserRuleReturnType(rule=r, ruleDescriptor=r.ruleDescriptor)>}>
312 <rules: {r | <genericParserRuleInterface(rule=r, ruleDescriptor=r.ruleDescriptor)>}>
350 <rules: {r | <genericParserRuleDeclaration(rule=r, ruleDescriptor=r.ruleDescriptor)>}>
352 <! generate rule/method definitions for imported rules so they
496 /** A simpler version of a rule template that is specific to the imaginar
    [all...]
  /external/ltrace/
options.c 223 struct filter_rule *rule = malloc(sizeof(*rule)); local
226 if (rule == NULL || matcher == NULL) {
228 free(rule);
256 filter_rule_init(rule, type, matcher, symbol_re);
257 filter_add_rule(filt, rule);
286 * initial rule is implicitly *@*. */
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_ciph.c 966 int rule, int strength_bits,
974 printf("Applying rule %d with %08lx/%08lx/%08lx/%08lx/%08lx %08lx (%d)\n",
975 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits);
978 if (rule == CIPHER_DEL)
1150 int j, multi, found, rule, retval, ok, buflen; local
    [all...]
  /external/openssl/ssl/
ssl_ciph.c 925 int rule, int strength_bits,
933 printf("Applying rule %d with %08lx/%08lx/%08lx/%08lx/%08lx %08lx (%d)\n",
934 rule, alg_mkey, alg_auth, alg_enc, alg_mac, alg_ssl, algo_strength, strength_bits);
937 if (rule == CIPHER_DEL)
995 printf("Action = %d\n", rule);
999 if (rule == CIPHER_ADD)
1009 else if (rule == CIPHER_ORD)
1017 else if (rule == CIPHER_DEL)
1029 else if (rule == CIPHER_KILL)
1109 int j, multi, found, rule, retval, ok, buflen; local
    [all...]

Completed in 799 milliseconds

<<11121314151617181920>>