/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | backup_rule_manager_test.cpp | 48 std::vector<std::string> rule = { "TestRule" }; in HWTEST_F() local
|
/third_party/ninja/src/ |
H A D | state_test.cc | 32 Rule* rule = new Rule("cat"); in TEST() local
|
H A D | manifest_parser_test.cc | 54 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 D | main.go | 71 type rule struct { type [all...] |
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_validate.c | 195 const struct rogue_instr_rule *rule; in rogue_validate_instr() local [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ecological_rule/ |
H A D | ability_ecological_rule_mgr_service_param.cpp | 26 auto *rule = new (std::nothrow) AbilityExperienceRule(); in Unmarshalling() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bms_ecological_rule_mgr_service_param.cpp | 31 auto *rule = new (std::nothrow) BmsExperienceRule(); in Unmarshalling() local
|
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/ |
H A D | ecological_rule_mgr_service_param.cpp | 38 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 D | ninja_outputs_writer_unittest.cc | 36 std::string rule = NinjaTargetWriter::RunAndWriteFile(target, nullptr, in BackgroundDoWrite() local
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/ |
H A D | UtilityExtensions.java | 25 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 D | TransliteratorDisorderedMarksTest.java | 195 public void TestSourceTargetSet2(String rule) { in TestSourceTargetSet2() argument
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorDisorderedMarksTest.java | 192 public void TestSourceTargetSet2(String rule) { in TestSourceTargetSet2() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UtilityExtensions.java | 27 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 D | audio.py | 71 def rule(rulefunc): function
|
/third_party/skia/third_party/externals/tint/tools/src/glob/ |
H A D | glob.go | 123 type rule func(path string, cond bool) bool type [all...] |
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | netfirewall_rule_native_helper_test.cpp | 63 sptr<NetFirewallIpRule> rule = new (std::nothrow) NetFirewallIpRule(); in HWTEST_F() local
|
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/ |
H A D | net_policy_callback_test.cpp | 51 int32_t NetPolicyCallbackTest::NetUidRuleChange(uint32_t uid, uint32_t rule) in NetUidRuleChange() argument
|
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_rule_native_helper_test.cpp | 66 sptr<NetFirewallIpRule> rule = new (std::nothrow) NetFirewallIpRule();
in HWTEST_F() local
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itrbnfp.cpp | 123 const char* rule = rules[i]; in TestParse() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Holiday.java | 133 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 D | RangeDateRule.java | 41 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 D | Holiday.java | 135 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 D | RangeDateRule.java | 43 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 D | util_props.cpp | 28 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 D | ninja_syntax.py | 42 def rule( member in Writer
|