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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 160 * Make rule memoization happen only at levels above 1 as we start mTokens
284 <! generate rule/method definitions for imported rules so they
329 /** A simpler version of a rule template that is specific to the imaginary
333 * As predicates cannot be inlined into the invoking rule, they need to
334 * be in a rule by themselves.
390 /** This rule has failed, exit indicating failure during backtrack */
399 /** How to generate code for a rule. This includes any return type
402 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= <<
559 /** How to generate a rule in the lexer; naked blocks are used for
613 /** How to generate code for the implicitly-defined lexer grammar rule
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker_unittest.py 168 for rule in base_filter_rules:
170 self.assertEqual(rule, rule.strip())
173 self.assertTrue(rule.startswith('-'))
174 # Check no rule occurs twice.
175 self.assertNotIn(rule, already_seen)
176 already_seen.append(rule)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditsPanel.js 206 * @param {!WebInspector.AuditRule} rule
209 addRule: function(rule, severity)
211 rule.severity = severity;
212 this._rules.push(rule);
  /sdk/adtproductbuild/
Android.mk 37 # Common not-quite-phony rule to perform the eclipse build only once
77 # Defines the rule needed to make one of the OS specific android IDE.
78 # If ADT_IDE_DEST_DIR it also defines the rule to produce the final dest zip.
84 # This rule is in used primarily to post process the .zip file that is
136 # Defines the rule needed to make one of the OS specific android IDE.
159 # This rule triggers the build of the 3 ide zip files.
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitExecutor.java 164 private gUnitTestResult runCorrectParser(String parserName, String lexerName, String rule, String lexicalRule, String treeRule, gUnitTestInput input) throws Exception
167 else if ( treeRule!=null ) return runTreeParser(parserName, lexerName, rule, treeRule, input);
168 else return runParser(parserName, lexerName, rule, input);
173 String rule = ts.getRuleName(); local
176 for ( gUnitTestInput input: ts.testSuites.keySet() ) { // each rule may contain multiple tests
183 //System.out.print(numOfTest + ". Running rule: " + rule + "; input: '" + input.testInput + "'");
184 result = runCorrectParser(parserName, lexerName, rule, lexicalRule, treeRule, input);
189 test.setHeader(rule, lexicalRule, treeRule, numOfTest, input.line);
201 test.setHeader(rule, lexicalRule, treeRule, numOfTest, input.line)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 23 /** In this rule, the functionHeader left prefix on the last two
nuances.rb 27 example "rule with empty alternative" do
132 // this rule used to generate an infinite loop in DFA.predict
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 158 @rule.preamble() ::= <<
165 @rule.postamble() ::= <<
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 375 for (ContentSettingsRules::iterator rule = rules.begin();
376 rule != rules.end();
377 ++rule) {
378 DispatchToMethod(this, &PolicyProvider::UpdateContentSettingsMap, *rule);
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 189 std::vector<Rule> rules_to_delete;
201 for (std::vector<Rule>::const_iterator it = rules_to_delete.begin();
309 std::vector<Rule> rules_to_delete;
315 const content_settings::Rule& rule = rule_iterator->Next(); local
316 DCHECK(rule.primary_pattern != ContentSettingsPattern::Wildcard());
317 if (!rule.value.get())
319 rules_to_delete.push_back(rule);
323 for (std::vector<Rule>::const_iterator it = rules_to_delete.begin();
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.cc 25 using content_settings::Rule;
260 const Rule& rule = rule_iterator->Next(); local
263 rule.primary_pattern.ToString());
265 rule.secondary_pattern.ToString());
271 ContentSetting content_setting = ValueToContentSetting(rule.value.get());
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 51 // RulesRegistry::Rule consists of Conditions and Actions, these are
97 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules) OVERRIDE;
156 // deleting |rule| from one of the maps in |webrequest_rules_|. It will erase
157 // the rule from |rule_triggers_| and |rules_with_untriggered_conditions_|,
158 // and add every of the rule's URLMatcherConditionSet to
162 const WebRequestRule* rule,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Path.cpp 70 bool Path::contains(const FloatPoint& point, WindRule rule) const
72 return SkPathContainsPoint(m_path, point, rule == RULE_NONZERO ? SkPath::kWinding_FillType : SkPath::kEvenOdd_FillType);
242 void Path::setWindRule(const WindRule rule)
244 m_path.setFillType(rule == RULE_EVENODD
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_tests.css 147 -webkit-column-rule: 1px dashed black;
150 -moz-column-rule: 1px dashed black;
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 182 # error int64_t is required for decimal format and rule-based number format.
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 287 # variables for the action rule with an absolute version so that the
343 for rule in rules:
344 if len(rule.get('rule_sources', [])) == 0:
348 rule['rule_name']))
349 self.WriteLn('\n### Generated for rule "%s":' % name)
350 self.WriteLn('# "%s":' % rule)
352 inputs = rule.get('inputs')
353 for rule_source in rule.get('rule_sources', []):
360 for out in rule['outputs']]
365 print ('WARNING: Rule for target %s writes output to local path %s
    [all...]
  /external/compiler-rt/make/
AppleBI.mk 53 # Rule to make each dylib slice
70 # Rule to make fat dylib
92 # Rule to make fat archive
97 # rule to make each archive slice for dyld (which removes a few archive members)
107 # rule to make make archive for dyld
  /external/icu4c/test/intltest/
plurults.cpp 311 PluralRulesTest::assertRuleValue(const UnicodeString& rule, double expected) {
312 assertRuleKeyValue("a:" + rule, "a", expected);
316 PluralRulesTest::assertRuleKeyValue(const UnicodeString& rule,
319 PluralRules *pr = PluralRules::createRules(rule, status);
340 assertRuleKeyValue("a: n is 1", "other", UPLRULES_NO_UNIQUE_VALUE); // key matches default rule
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h 199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h 199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h 199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h 199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 1205 rule; \/* Array of Rule tables member in struct:OT::RuleSet
1766 rule; \/* Array of ChainRule tables member in struct:OT::ChainRuleSet
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 537 // Parse the first rule
554 // Only support the rule using 7 continuous days
584 // Use DOW_GEQ_DOM rule with firstDay as the start date
588 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines.
600 // Note: To check valid date range across multiple rule is a little
628 // Check if BYMONTH + BYMONTHDAY + BYDAY rule
638 // support the rule
704 // Day in month rule, for example, 15th day in the month
707 // Nth day of week rule, for example, last Sunday
710 // First day of week after day of month rule, for example
1499 TimeZoneRule *rule = NULL; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 1205 rule; \/* Array of Rule tables member in struct:OT::RuleSet
1766 rule; \/* Array of ChainRule tables member in struct:OT::ChainRuleSet
    [all...]

Completed in 727 milliseconds

<<11121314151617181920>>