Home
last modified time | relevance | path

Searched defs:rule (Results 26 - 50 of 676) sorted by relevance

12345678910>>...28

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorDisorderedMarksTest.java195 public void TestSourceTargetSet2(String rule) { in TestSourceTargetSet2() argument
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorDisorderedMarksTest.java192 public void TestSourceTargetSet2(String rule) { in TestSourceTargetSet2() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUtilityExtensions.java27 public static void appendToRule(StringBuffer rule, in appendToRule() argument
43 public static void appendToRule(StringBuffer rule, in appendToRule() argument
/third_party/ninja/src/
H A Dmanifest_parser_test.cc54 const Rule* rule = state.bindings_.GetRules().begin()->second; in TEST_F() local
87 const Rule* rule = state.bindings_.GetRules().begin()->second; in TEST_F() local
120 const Rule* rule = state.bindings_.GetRules().begin()->second; TEST_F() local
137 const Rule* rule = state.bindings_.GetRules().begin()->second; TEST_F() local
198 const Rule* rule = state.bindings_.GetRules().begin()->second; TEST_F() local
[all...]
/third_party/python/Lib/email/mime/
H A Daudio.py71 def rule(rulefunc): function
/third_party/skia/third_party/externals/tint/tools/src/glob/
H A Dglob.go123 type rule func(path string, cond bool) bool type
[all...]
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/executer/
H A Diexecuter_test.cpp110 std::shared_ptr<ChainRule> rule = std::make_shared<DomainChainRule>(domainFilterRule); in HWTEST_F() local
142 std::shared_ptr<ChainRule> rule = std::make_shared<DomainChainRule>(domainFilterRule); in HWTEST_F() local
196 std::shared_ptr<ChainRule> rule = std::make_shared<DomainChainRule>(domainFilterRule); HWTEST_F() local
[all...]
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule_test.cpp50 std::string rule = in HWTEST_F() local
H A Dchain_rule_test.cpp35 explicit ChainRuleMock(const std::string& rule) : ChainRule(rule) {} in ChainRuleMock() argument
52 std::string rule = in HWTEST_F() local
76 std::string rule; in HWTEST_F() local
107 std::string rule; in HWTEST_F() local
[all...]
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddomain_filter_rule_plugin.cpp44 auto rule = ruleParcel.GetRule(); in OnSetPolicy() local
53 auto rule = ruleParcel.GetRule(); in OnRemovePolicy() local
H A Dfirewall_rule_plugin.cpp44 auto rule = ruleParcel.GetRule(); in OnSetPolicy() local
53 auto rule = ruleParcel.GetRule(); in OnRemovePolicy() local
/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dfirewall_rule.cpp21 FirewallRuleParcel::FirewallRuleParcel(FirewallRule rule) : rule_(std::move(rule)) {} in FirewallRuleParcel() argument
/base/security/security_guard/services/config_manager/src/
H A Dmodel_cfg_marshalling.cpp55 void from_json(const nlohmann::json &jsonObj, Rule &rule) in from_json() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dnetfirewall_rule_native_helper_test.cpp63 sptr<NetFirewallIpRule> rule = new (std::nothrow) NetFirewallIpRule(); in HWTEST_F() local
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dnet_policy_callback_test.cpp51 int32_t NetPolicyCallbackTest::NetUidRuleChange(uint32_t uid, uint32_t rule) in NetUidRuleChange() argument
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H A Dnetfirewall_rule_native_helper_test.cpp66 sptr<NetFirewallIpRule> rule = new (std::nothrow) NetFirewallIpRule(); in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet_wol.c127 struct bcmgenet_rxnfc_rule *rule; in bcmgenet_wol_power_down_cfg() local
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet_wol.c144 struct bcmgenet_rxnfc_rule *rule; in bcmgenet_wol_power_down_cfg() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_dmfs.c13 struct mlx5_flow_handle *rule; member
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnfp.cpp123 const char* rule = rules[i]; in TestParse() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHoliday.java133 protected Holiday(String name, DateRule rule) in Holiday() argument
198 public void setRule(DateRule rule) { in setRule() argument
203 private DateRule rule; global() field in Holiday
[all...]
H A DRangeDateRule.java41 public void add(DateRule rule) { in add() argument
48 public void add(Date start, DateRule rule) { in add() argument
160 Range(Date start, DateRule rule) Range() argument
165 public DateRule rule; global() field in Range
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHoliday.java135 protected Holiday(String name, DateRule rule) in Holiday() argument
200 public void setRule(DateRule rule) { in setRule() argument
205 private DateRule rule; global() field in Holiday
[all...]
H A DRangeDateRule.java43 public void add(DateRule rule) { in add() argument
50 public void add(Date start, DateRule rule) { in add() argument
158 Range(Date start, DateRule rule) Range() argument
163 public DateRule rule; global() field in Range
[all...]
/third_party/icu/icu4c/source/common/
H A Dutil_props.cpp28 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { in parseInteger() argument
88 int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit, in parsePattern() argument
[all...]

Completed in 9 milliseconds

12345678910>>...28