Home
last modified time | relevance | path

Searched defs:rule (Results 1 – 25 of 255) sorted by relevance

1234567891011

/external/chromium_org/third_party/icu/source/i18n/
Dzrule.cpp31 zrule_close(ZRule* rule) { in zrule_close()
41 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength) { in zrule_getName()
50 zrule_getRawOffset(ZRule* rule) { in zrule_getRawOffset()
55 zrule_getDSTSavings(ZRule* rule) { in zrule_getDSTSavings()
75 izrule_close(IZRule* rule) { in izrule_close()
80 izrule_clone(IZRule *rule) { in izrule_clone()
90 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength) { in izrule_getName()
101 izrule_getRawOffset(IZRule* rule) { in izrule_getRawOffset()
106 izrule_getDSTSavings(IZRule* rule) { in izrule_getDSTSavings()
116 izrule_getFirstStart(IZRule* rule, int32_t prevRawOffset, int32_t prevDSTSavings, in izrule_getFirstStart()
[all …]
/external/icu4c/i18n/
Dzrule.cpp31 zrule_close(ZRule* rule) { in zrule_close()
41 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength) { in zrule_getName()
50 zrule_getRawOffset(ZRule* rule) { in zrule_getRawOffset()
55 zrule_getDSTSavings(ZRule* rule) { in zrule_getDSTSavings()
75 izrule_close(IZRule* rule) { in izrule_close()
80 izrule_clone(IZRule *rule) { in izrule_clone()
90 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength) { in izrule_getName()
101 izrule_getRawOffset(IZRule* rule) { in izrule_getRawOffset()
106 izrule_getDSTSavings(IZRule* rule) { in izrule_getDSTSavings()
116 izrule_getFirstStart(IZRule* rule, int32_t prevRawOffset, int32_t prevDSTSavings, in izrule_getFirstStart()
[all …]
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
Drule_test.cc43 Rule rule; in TEST() local
75 Rule rule; in TEST() local
112 Rule rule; in TEST() local
119 Rule rule; in TEST() local
129 Rule rule; in TEST() local
135 Rule rule; in TEST() local
145 Rule rule; in TEST() local
150 Rule rule; in TEST() local
/external/chromium/net/base/
Dhost_mapping_rules.cc36 const ExclusionRule& rule = *it; in RewriteHost() local
44 const MapRule& rule = *it; in RewriteHost() local
76 ExclusionRule rule; in AddRuleFromString() local
84 MapRule rule; in AddRuleFromString() local
/external/chromium_org/net/base/
Dhost_mapping_rules.cc36 const ExclusionRule& rule = *it; in RewriteHost() local
44 const MapRule& rule = *it; in RewriteHost() local
76 ExclusionRule rule; in AddRuleFromString() local
84 MapRule rule; in AddRuleFromString() local
/external/nist-sip/java/gov/nist/core/
DParserCore.java100 protected void dbg_enter(String rule) { in dbg_enter()
114 protected void dbg_leave(String rule) { in dbg_leave()
135 protected void peekLine(String rule) { in peekLine()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DRuleClosureTransition.java40 public Rule rule; field in RuleClosureTransition
45 public RuleClosureTransition(Rule rule, in RuleClosureTransition()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
Dfilter.rb50 def memoize( rule, start_index, success ) argument
54 def already_parsed_rule?( rule ) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
DRuleSet.cpp191 RuleData::RuleData(StyleRule* rule, unsigned selectorIndex, unsigned position, AddRuleFlags addRule… in RuleData()
299 void RuleSet::addRule(StyleRule* rule, unsigned selectorIndex, AddRuleFlags addRuleFlags) in addRule()
310 void RuleSet::addPageRule(StyleRulePage* rule) in addPageRule()
316 void RuleSet::addViewportRule(StyleRuleViewport* rule) in addViewportRule()
322 void RuleSet::addFontFaceRule(StyleRuleFontFace* rule) in addFontFaceRule()
328 void RuleSet::addKeyframesRule(StyleRuleKeyframes* rule) in addKeyframesRule()
362 StyleRuleBase* rule = rules[i].get(); in addChildRules() local
412 void RuleSet::addStyleRule(StyleRule* rule, AddRuleFlags addRuleFlags) in addStyleRule()
DStyleInvalidationAnalysis.cpp77 const StyleRuleBase* rule = rules[i].get(); in hasDistributedRule() local
111 static bool ruleAdditionMightRequireDocumentStyleRecalc(StyleRuleBase* rule) in ruleAdditionMightRequireDocumentStyleRecalc()
165 StyleRuleBase* rule = rules[i].get(); in analyzeStyleSheet() local
DCSSGroupingRule.cpp129 RefPtr<CSSRule>& rule = m_childRuleCSSOMWrappers[index]; in item() local
142 void CSSGroupingRule::reattach(StyleRuleBase* rule) in reattach()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
DgUnitTestSuite.java35 protected String rule = null; // paeser rule name for unit testing field in gUnitTestSuite
49 public gUnitTestSuite(String rule) { in gUnitTestSuite()
53 public gUnitTestSuite(String treeRule, String rule) { in gUnitTestSuite()
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
Drewrites.rb8 def parse( grammar, rule, input, expect_errors = false ) argument
32 def tree_parse( grammar, tree_grammar, rule, tree_rule, input ) argument
Dauto-ast.rb8 def parse( grammar, rule, input, expect_errors = false ) argument
32 def tree_parse( grammar, tree_grammar, rule, tree_rule, input ) argument
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
DNotifiedTestExecuter.java55 final Rule rule = testSuite.getRule(ruleName); in onFail() local
68 final Rule rule = testSuite.getRule(ruleName); in onPass() local
/external/chromium_org/chrome/browser/content_settings/
Dcontent_settings_rule_unittest.cc30 Rule rule = rules_.front(); in Next() local
62 Rule rule; in TEST() local
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DRuleBasedCollatorTest.java49 String rule = "< a < b < c < d"; in testHashCode() local
55 String rule = "< a < b < c < d < e"; in testHashCode() local
76 String rule = "< a < b < c < d < e"; in testEqualsObject() local
96 String rule = "< c < b < a"; in testCompareStringString() local
116 String rule = "< a = b < c"; in testGetRules() local
/external/chromium_org/chrome/common/extensions/features/
Dcomplex_feature_unittest.cc41 scoped_ptr<base::DictionaryValue> rule( in TEST_F() local
96 scoped_ptr<base::DictionaryValue> rule( in TEST_F() local
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
Daddress_ui.cc39 static Rule rule; in InitDefaultRule() local
96 Rule rule; in BuildComponents() local
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DRunnerController.java107 public void OnShowRuleResult(Rule rule) { in OnShowRuleResult()
136 final Rule rule = suite.getRule(i); in TestSuiteTreeNode() local
156 private TestGroupTreeNode(Rule rule) { in TestGroupTreeNode()
/external/chromium/net/tools/tld_cleanup/
Dtld_cleanup.cc103 NormalizeResult NormalizeRule(std::string* domain, Rule* rule) { in NormalizeRule()
195 Rule rule; in NormalizeFile() local
230 Rule rule; in NormalizeFile() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dprofile.rb61 def already_parsed_rule?( rule ) argument
70 def memoize( rule, start_index, success ) argument
254 def examine_rule_memoization( rule ) argument
264 def memoize( rule, start_index, success ) argument
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
Dcontent_rules_registry.cc131 ContentRule* rule = rule_iter->second; in GetMatches() local
152 for (std::vector<linked_ptr<RulesRegistry::Rule> >::const_iterator rule = in AddRulesImpl() local
219 ContentRule* rule = content_rules_entry->second.get(); in RemoveRulesImpl() local
275 ContentRule& rule = *i->second; in UpdateConditionCache() local
/external/chromium/net/proxy/
Dinit_proxy_resolver_unittest.cc52 Rule rule(GURL(url), OK /*fetch_error*/, OK /*set_pac_error*/); in AddSuccessRule() local
100 const Rules::Rule& rule = rules_->GetRuleByUrl(url); in Fetch() local
147 const Rules::Rule& rule = expects_pac_bytes() ? in SetPacScript() local
181 Rules::Rule rule = rules.AddSuccessRule("http://custom/proxy.pac"); in TEST() local
283 Rules::Rule rule = rules.AddSuccessRule("http://wpad/wpad.dat"); in TEST() local
302 Rules::Rule rule = rules.AddSuccessRule("http://custom/proxy.pac"); in TEST() local
322 Rules::Rule rule = rules.AddSuccessRule("http://custom/proxy.pac"); in TEST() local
424 Rules::Rule rule = rules.AddSuccessRule("http://custom/proxy.pac"); in TEST() local
/external/icu4c/common/
Dutil.cpp295 void ICU_Utility::appendToRule(UnicodeString& rule, in appendToRule()
384 void ICU_Utility::appendToRule(UnicodeString& rule, in appendToRule()
398 void ICU_Utility::appendToRule(UnicodeString& rule, in appendToRule()

1234567891011