Home
last modified time | relevance | path

Searched defs:rule (Results 1 - 25 of 243) sorted by relevance

12345678910

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dbackup_rule_manager_test.cpp48 std::vector<std::string> rule = { "TestRule" }; in HWTEST_F() local
/third_party/ninja/src/
H A Dstate_test.cc32 Rule* rule = new Rule("cat"); in TEST() local
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/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go71 type rule struct { type
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_validate.c195 const struct rogue_instr_rule *rule; in rogue_validate_instr() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/ecological_rule/
H A Dability_ecological_rule_mgr_service_param.cpp26 auto *rule = new (std::nothrow) AbilityExperienceRule(); in Unmarshalling() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbms_ecological_rule_mgr_service_param.cpp31 auto *rule = new (std::nothrow) BmsExperienceRule(); in Unmarshalling() local
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/
H A Decological_rule_mgr_service_param.cpp38 auto *rule = new (std::nothrow) AmsExperienceRule(); in Unmarshalling() local
62 auto *rule = new (std::nothrow) BmsExperienceRule(); in Unmarshalling() local
[all...]
/third_party/gn/src/gn/
H A Dninja_outputs_writer_unittest.cc36 std::string rule = NinjaTargetWriter::RunAndWriteFile(target, nullptr, in BackgroundDoWrite() local
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/
H A DUtilityExtensions.java25 public static void appendToRule(StringBuffer rule, in appendToRule() argument
41 public static void appendToRule(StringBuffer rule, in appendToRule() argument
/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/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...]
/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
/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...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py42 def rule( member in Writer

Completed in 9 milliseconds

12345678910