HomeSort by relevance Sort by last modified time
    Searched refs:rule (Results 151 - 175 of 1247) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg 35 * token, set, rule, wildcard
128 // RULE REF AST
130 /** rule when output=AST */
131 ruleRef(rule,label,elementIndex,args,scope) ::= <<
136 /** rule! is same as normal rule ref */
137 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
139 /** rule^ */
140 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
145 /** x+=rule when output=AST *
    [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/third_party/WebKit/Source/core/css/
CSSKeyframesRule.h 77 static PassRefPtrWillBeRawPtr<CSSKeyframesRule> create(StyleRuleKeyframes* rule, CSSStyleSheet* sheet)
79 return adoptRefWillBeNoop(new CSSKeyframesRule(rule, sheet));
93 void insertRule(const String& rule);
CSSPageRule.cpp 98 void CSSPageRule::reattach(StyleRuleBase* rule)
100 ASSERT(rule);
101 m_pageRule = toStyleRulePage(rule);
CSSGroupingRule.h 43 unsigned insertRule(const String& rule, unsigned index, ExceptionState&);
  /external/chromium_org/third_party/icu/source/i18n/
rbt_rule.cpp 31 * Construct a new rule with the given input, output text, and other
50 * @param anchorStart TRUE if the the rule is anchored on the left to
52 * @param anchorEnd TRUE if the rule is anchored on the right to the
213 * Internal method. Returns 8-bit index value for this rule.
229 * Internal method. Returns true if this rule matches the given
232 * It matches this rule if it matches the first character of the
235 * value. If the rule contains only ante context, as in foo)>bar,
246 * Return true if this rule masks another rule. If r1 masks r2 then
252 /* Rule r1 masks rule r2 if the string formed of th
    [all...]
funcrepl.h 90 virtual UnicodeString& toReplacerPattern(UnicodeString& 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/chromium_org/third_party/icu/source/test/intltest/
itrbnfp.cpp 54 // Try various rule parsing errors. Shouldn't crash.
105 "11: << x", // formating a multiple of 10 causes rollback rule to fail
121 const char* rule = rules[i]; local
122 logln("rule[%d] \"%s\"", i, rule);
125 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(rule, Locale::getUS(), perr, status);
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
ruleset.cc 27 #include "rule.h"
34 Ruleset::Ruleset(AddressField field, scoped_ptr<Rule> rule)
40 rule_(rule.Pass()),
91 scoped_ptr<Rule> rule) {
93 assert(rule != NULL);
94 language_codes_[language_code] = rule.release();
103 const Rule& Ruleset::GetLanguageCodeRule(
105 std::map<std::string, const Rule*>::const_iterator it
207 const Rule& rule = ruleset->GetLanguageCodeRule(language_code); local
    [all...]
ruleset.h 26 #include "rule.h"
45 // The rules in Canada are in English by default. Each rule also has a French
49 // Builds a ruleset for |field| with a region-wide |rule| in the default
51 // DEPENDENT_LOCALITY (inclusively). The |rule| should not be NULL.
52 Ruleset(AddressField field, scoped_ptr<Rule> rule);
64 // Returns the region-wide rule for this ruleset in the default language of
66 const Rule& rule() const { return *rule_; } function in class:i18n::addressinput::Ruleset
78 // Adds a language-specific |rule| for |language_code| for this region.
    [all...]
  /external/deqp/framework/egl/
egluConfigFilter.hpp 50 ConfigFilter (EGLint attribute, EGLint value, Filter rule)
53 , m_rule (rule)
105 FilterList& operator<< (const ConfigFilter& rule);
  /external/elfutils/0.153/libdw/
dwarf_frame_register.c 83 switch (reg->rule)
87 /* Use the default rule for registers not yet mentioned in CFI. */
107 if (reg->rule == reg_val_offset)
134 true, reg->rule == reg_val_expression,
  /external/icu/icu4c/source/i18n/
rbt_rule.cpp 32 * Construct a new rule with the given input, output text, and other
51 * @param anchorStart TRUE if the the rule is anchored on the left to
53 * @param anchorEnd TRUE if the rule is anchored on the right to the
214 * Internal method. Returns 8-bit index value for this rule.
230 * Internal method. Returns true if this rule matches the given
233 * It matches this rule if it matches the first character of the
236 * value. If the rule contains only ante context, as in foo)>bar,
247 * Return true if this rule masks another rule. If r1 masks r2 then
253 /* Rule r1 masks rule r2 if the string formed of th
    [all...]
funcrepl.h 90 virtual UnicodeString& toReplacerPattern(UnicodeString& 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/test/intltest/
itrbnfp.cpp 54 // Try various rule parsing errors. Shouldn't crash.
105 "11: << x", // formating a multiple of 10 causes rollback rule to fail
121 const char* rule = rules[i]; local
122 logln("rule[%d] \"%s\"", i, rule);
125 RuleBasedNumberFormat* formatter = new RuleBasedNumberFormat(rule, Locale::getUS(), perr, status);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeRewriter.java 36 public Object rule() throws RecognitionException; method in interface:TreeRewriter.fptr
61 TreeRuleReturnScope r = (TreeRuleReturnScope)whichRule.rule();
108 public Object rule() throws RecognitionException { return topdown(); }
112 public Object rule() throws RecognitionException { return bottomup(); }
116 // to override, just define tree grammar rule topdown and turn on
  /external/chromium_org/chrome/renderer/safe_browsing/
scorer.h 74 // Computes the score for a given rule and feature map. The score is computed
75 // by multiplying the rule weight with the product of feature weights for the
76 // given rule. The feature weights are stored in the feature map. If a
79 double ComputeRuleScore(const ClientSideModel::Rule& rule,
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 28 // 'outfile', with each rule terminated by a LF. The file must already have
71 // Adjusts the rule to a standard form: removes single extraneous dots and
72 // canonicalizes it using GURL. Returns kSuccess if the rule is interpreted as
74 // logs an error and returns kError if the rule is (almost) certainly invalid.
75 NormalizeResult NormalizeRule(std::string* domain, Rule* rule) {
82 LOG(WARNING) << "Ignoring empty rule";
88 LOG(WARNING) << "Ignoring empty rule";
96 rule->exception = true;
99 rule->wildcard = true
170 Rule rule; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
StyleSheetInvalidationAnalysis.cpp 81 const StyleRuleBase* rule = rules[i].get(); local
82 if (!rule->isStyleRule())
85 const StyleRule* styleRule = toStyleRule(rule);
110 static bool ruleAdditionMightRequireDocumentStyleRecalc(StyleRuleBase* rule)
113 // the added @rule can't require style recalcs.
114 switch (rule->type()) {
120 case StyleRule::Media: // If the media rule doesn't apply, we could avoid recalc.
163 StyleRuleBase* rule = rules[i].get(); local
164 if (!rule->isStyleRule()) {
165 if (ruleAdditionMightRequireDocumentStyleRecalc(rule)) {
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
country_rules_aggregator_test.cc 34 #include "rule.h"
88 const std::vector<std::string>& sub_keys = ruleset_->rule().GetSubKeys();
95 ruleset_->rule().GetLanguages();
99 ruleset_->rule().GetLanguage());
109 ruleset_->rule().GetLanguage());
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 57 public boolean contains(ISchedulingRule rule) {
58 return rule == this;
62 public boolean isConflicting(ISchedulingRule rule) {
63 return rule == this;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 49 IViewRule rule = new LinearLayoutRule(); local
59 DropFeedback feedback = rule.onDropEnter(targetNode, null/*targetView*/, elements);
64 feedback = rule.onDropMove(targetNode, elements, feedback, dropPoint);
97 rule.onDropped(targetNode, elements, feedback, dropPoint);
127 LinearLayoutRule rule = new LinearLayoutRule(); local
128 initialize(rule, "android.widget.LinearLayout");
132 rule.addContextMenuActions(contextMenu, node);
147 LinearLayoutRule rule = new LinearLayoutRule(); local
148 initialize(rule, "android.widget.LinearLayout");
154 rule.addContextMenuActions(contextMenu, node)
173 LinearLayoutRule rule = new LinearLayoutRule(); local
207 LinearLayoutRule rule = new LinearLayoutRule(); local
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 357 def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env):
362 mcs = rule.get('msvs_cygwin_shell')
367 quote_cmd = int(rule.get('msvs_quote_cmd', 1))
368 return _BuildCommandLineForRuleRaw(spec, rule['action'], mcs, has_input_path,
466 """Given the input file to which a rule applied, string substitute a path.
470 input_file: the file to which the rule applied.
484 def _FindRuleTriggerFiles(rule, sources):
485 """Find the list of files which a particular rule applies to.
488 rule: the rule in questio
    [all...]

Completed in 372 milliseconds

1 2 3 4 5 67 8 91011>>