/external/icu4c/i18n/ |
D | zrule.cpp | 31 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/dbus/bus/ |
D | policy.c | 37 BusPolicyRule *rule; in bus_policy_rule_new() local 78 bus_policy_rule_ref (BusPolicyRule *rule) in bus_policy_rule_ref() 88 bus_policy_rule_unref (BusPolicyRule *rule) in bus_policy_rule_unref() 141 BusPolicyRule *rule = data; in free_rule_func() local 247 BusPolicyRule *rule = link->data; in add_list_to_client() local 391 BusPolicyRule *rule = link->data; in list_allows_user() local 491 BusPolicyRule *rule) in bus_policy_append_default_rule() 503 BusPolicyRule *rule) in bus_policy_append_mandatory_rule() 542 BusPolicyRule *rule) in bus_policy_append_user_rule() 562 BusPolicyRule *rule) in bus_policy_append_group_rule() [all …]
|
D | signals.c | 55 BusMatchRule *rule; in bus_match_rule_new() local 72 bus_match_rule_ref (BusMatchRule *rule) in bus_match_rule_ref() 82 bus_match_rule_unref (BusMatchRule *rule) in bus_match_rule_unref() 123 match_rule_to_string (BusMatchRule *rule) in match_rule_to_string() 253 bus_match_rule_set_message_type (BusMatchRule *rule, in bus_match_rule_set_message_type() 264 bus_match_rule_set_interface (BusMatchRule *rule, in bus_match_rule_set_interface() 283 bus_match_rule_set_member (BusMatchRule *rule, in bus_match_rule_set_member() 302 bus_match_rule_set_sender (BusMatchRule *rule, in bus_match_rule_set_sender() 321 bus_match_rule_set_destination (BusMatchRule *rule, in bus_match_rule_set_destination() 340 bus_match_rule_set_path (BusMatchRule *rule, in bus_match_rule_set_path() [all …]
|
/external/chromium/net/base/ |
D | host_mapping_rules.cc | 36 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
|
D | mock_host_resolver.cc | 170 Rule rule(Rule::kResolverTypeSystem, host_pattern, address_family, flags, in AddRuleForAddressFamily() local 187 Rule rule(Rule::kResolverTypeIPLiteral, host_pattern, in AddIPLiteralRule() local 200 Rule rule(Rule::kResolverTypeSystem, host_pattern, ADDRESS_FAMILY_UNSPECIFIED, in AddRuleWithLatency() local 209 Rule rule(Rule::kResolverTypeSystem, host_pattern, ADDRESS_FAMILY_UNSPECIFIED, in AllowDirectLookup() local 218 Rule rule(Rule::kResolverTypeFail, host_pattern, ADDRESS_FAMILY_UNSPECIFIED, in AddSimulatedFailure() local
|
/external/webkit/Source/WebCore/css/ |
D | CSSRuleList.cpp | 62 StyleBase* rule = m_list->item(index); in item() local 90 void CSSRuleList::append(CSSRule* rule) in append() 101 unsigned CSSRuleList::insertRule(CSSRule* rule, unsigned index) in insertRule()
|
D | WebKitCSSKeyframesRule.cpp | 80 CSSRule* rule = m_lstCSSRules.get()->item(index); in item() local 86 CSSRule* rule = m_lstCSSRules.get()->item(index); in item() local 90 void WebKitCSSKeyframesRule::append(WebKitCSSKeyframeRule* rule) in append() 102 void WebKitCSSKeyframesRule::insertRule(const String& rule) in insertRule()
|
D | CSSMediaRule.cpp | 51 unsigned CSSMediaRule::append(CSSRule* rule) in append() 60 unsigned CSSMediaRule::insertRule(const String& rule, unsigned index, ExceptionCode& ec) in insertRule()
|
/external/nist-sip/java/gov/nist/core/ |
D | ParserCore.java | 100 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/ |
D | RuleClosureTransition.java | 40 public Rule rule; field in RuleClosureTransition 45 public RuleClosureTransition(Rule rule, in RuleClosureTransition()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
D | filter.rb | 50 def memoize( rule, start_index, success ) argument 54 def already_parsed_rule?( rule ) argument
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
D | gUnitTestSuite.java | 35 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/ |
D | auto-ast.rb | 8 def parse( grammar, rule, input, expect_errors = false ) argument 32 def tree_parse( grammar, tree_grammar, rule, tree_rule, input ) argument
|
D | rewrites.rb | 8 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/ |
D | NotifiedTestExecuter.java | 55 final Rule rule = testSuite.getRule(ruleName); in onFail() local 68 final Rule rule = testSuite.getRule(ruleName); in onPass() local
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | RuleBasedCollatorTest.java | 49 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/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | RunnerController.java | 107 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/webkit/Source/WebCore/rendering/style/ |
D | NinePieceImage.h | 64 void setHorizontalRule(ENinePieceImageRule rule) { m_horizontalRule = rule; } in setHorizontalRule() 67 void setVerticalRule(ENinePieceImageRule rule) { m_verticalRule = rule; } in setVerticalRule()
|
/external/chromium/net/tools/tld_cleanup/ |
D | tld_cleanup.cc | 103 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/ |
D | profile.rb | 61 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/net/proxy/ |
D | init_proxy_resolver_unittest.cc | 52 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/ |
D | util.cpp | 295 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()
|
/external/icu4c/tools/tzcode/ |
D | zic.c | 61 struct rule { struct 62 const char * r_filename; 86 int r_todo; /* a rule to do (used in outzone) */ argument 109 struct rule * z_rules; argument 516 const struct rule* rule, in emit_icu_zone()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTreeRewriter.h | 53 ANTLRfptr *rule; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRTreeRewriter.h | 51 ANTLRfptr *rule; variable
|