| /third_party/musl/src/time/ |
| H A D | __tz.c | 82 static void getrule(const char **p, int rule[5]) in getrule() argument 493 rule_to_secs(const int *rule, int year) rule_to_secs() argument [all...] |
| /third_party/ninja/ |
| H A D | configure.py | 147 def rule(self, name, **kwargs): member in Bootstrap [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_core.c | 440 struct rbug_proto_context_draw_rule *rule = (struct rbug_proto_context_draw_rule *)header; in rbug_context_draw_rule() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | dayperiodrules.cpp | 193 DayPeriodRules &rule = data->rules[ruleSetNum]; in setDayPeriodForHoursFromCutoffs() local
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttsubpix.c | 849 scale_test_tweak( TT_Face face, const FT_String* family, FT_UInt ppem, const FT_String* style, FT_UInt glyph_index, const SPH_ScaleRule* rule, FT_UInt num_rules ) scale_test_tweak() argument [all...] |
| /base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
| H A D | sys_event_service_ohos_test.cpp | 149 SysEventRule rule; in GetTestRule() local
|
| /base/hiviewdfx/hisysevent/test/moduletest/common/ |
| H A D | hisysevent_manager_c_test.cpp | 60 void InitQueryRule(HiSysEventQueryRule& rule)
in InitQueryRule() argument 68 void InitQueryRuleWithCondition(HiSysEventQueryRule& rule, const std::string& cond)
in InitQueryRuleWithCondition() argument 148 HiSysEventQueryRule rule; QueryTestWithCondition() local 373 HiSysEventQueryRule rule; HWTEST_F() local 681 HiSysEventQueryRule rule; HWTEST_F() local 710 HiSysEventQueryRule rule; HWTEST_F() local 739 HiSysEventQueryRule rule; HWTEST_F() local 772 HiSysEventQueryRule rule; HWTEST_F() local 805 HiSysEventQueryRule rule; HWTEST_F() local 838 HiSysEventQueryRule rule; HWTEST_F() local 877 HiSysEventQueryRule rule; HWTEST_F() local 1172 HiSysEventWatchRule rule = {"HIVIEWDFX", "PLUGIN_LOAD", "", 1, 0}; HWTEST_F() local 1217 HiSysEventWatchRule rule = {"HIVIEWDFX", "PLUGIN_LOAD", "", 1, 0}; HWTEST_F() local 1249 HiSysEventWatchRule rule = {"HIVIEWDFX", "PLUGIN_LOAD", "", 1, 0}; HWTEST_F() local [all...] |
| /base/telephony/core_service/services/network_search/src/ |
| H A D | operator_name.cpp | 302 void OperatorName::UpdateVSimSpn(std::string &spn, int32_t &rule, bool &showSpn) in UpdateVSimSpn() argument 352 void OperatorName::PublishEvent(const int32_t rule, const RegServiceState state, const bool showPlmn, in PublishEvent() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/ |
| H A D | js_app_control.cpp | 500 void ConvertRuleInfo(napi_env env, napi_value nRule, const DisposedRule &rule) in ConvertRuleInfo() argument 533 bool ParseDiposedRule(napi_env env, napi_value nRule, DisposedRule &rule) in ParseDiposedRule() argument 681 InnerSetDisposedRule(napi_env env, std::string &appId, DisposedRule &rule, int32_t appIndex) InnerSetDisposedRule() argument 732 DisposedRule rule; SetDisposedRule() local [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
| H A D | event_report.h | 153 std::string rule; member
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
| H A D | bms_bundle_permission_system_app_test.cpp | 1316 DisposedRule rule; in HWTEST_F() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
| H A D | bms_bundle_app_control_test.cpp | 1441 DisposedRule rule; HWTEST_F() local 1529 DisposedRule rule; HWTEST_F() local 1543 DisposedRule rule; HWTEST_F() local 1561 DisposedRule rule; HWTEST_F() local 1577 DisposedRule rule; HWTEST_F() local 1689 DisposedRule rule; HWTEST_F() local 1885 DisposedRule rule; HWTEST_F() local 1970 DisposedRule rule; HWTEST_F() local 2006 DisposedRule rule; HWTEST_F() local [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
| H A D | bms_bundle_free_install_test.cpp | 1984 BmsExperienceRule rule; in HWTEST_F() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
| H A D | dns_param_cache.cpp | 505 BuildFirewallDomainLsmTrie(const sptr<NetFirewallDomainRule> &rule, const std::string &domain) BuildFirewallDomainLsmTrie() argument 534 BuildFirewallDomainMap(const sptr<NetFirewallDomainRule> &rule, const std::string &raw) BuildFirewallDomainMap() argument [all...] |
| /foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
| H A D | bpf_netfirewall.cpp | 349 RuleCode rule; WriteSrcIpv4BpfMap() local 355 WriteBpfMap(GET_MAP_PATH(ingress, saddr), key, rule); WriteSrcIpv4BpfMap() local 369 RuleCode rule; WriteSrcIpv6BpfMap() local 375 WriteBpfMap(GET_MAP_PATH(ingress, saddr6), key, rule); WriteSrcIpv6BpfMap() local 388 RuleCode rule; WriteDstIpv4BpfMap() local 394 WriteBpfMap(GET_MAP_PATH(ingress, daddr), key, rule); WriteDstIpv4BpfMap() local 408 RuleCode rule; WriteDstIpv6BpfMap() local 414 WriteBpfMap(GET_MAP_PATH(ingress, daddr6), key, rule); WriteDstIpv6BpfMap() local 429 RuleCode rule; WriteSrcPortBpfMap() local 432 WriteBpfMap(GET_MAP_PATH(ingress, sport), key, rule); WriteSrcPortBpfMap() local 447 RuleCode rule; WriteDstPortBpfMap() local 450 WriteBpfMap(GET_MAP_PATH(ingress, dport), key, rule); WriteDstPortBpfMap() local 465 RuleCode rule; WriteProtoBpfMap() local 468 WriteBpfMap(GET_MAP_PATH(ingress, proto), key, rule); WriteProtoBpfMap() local 483 RuleCode rule; WriteAppUidBpfMap() local 486 WriteBpfMap(GET_MAP_PATH(ingress, appuid), key, rule); WriteAppUidBpfMap() local 501 RuleCode rule; WriteUidBpfMap() local 504 WriteBpfMap(GET_MAP_PATH(ingress, uid), key, rule); WriteUidBpfMap() local 519 RuleCode rule; WriteActionBpfMap() local 522 WriteBpfMap(GET_MAP_PATH(ingress, action), key, rule); WriteActionBpfMap() local [all...] |
| /foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
| H A D | netfirewall_db_helper.cpp | 142 int32_t NetFirewallDbHelper::FillValuesOfFirewallRule(ValuesBucket &values, const NetFirewallRule &rule)
in FillValuesOfFirewallRule() argument 197 AddFirewallRule(NativeRdb::ValuesBucket &values, const NetFirewallRule &rule) AddFirewallRule() argument 203 AddFirewallRuleRecord(const NetFirewallRule &rule) AddFirewallRuleRecord() argument 243 UpdateFirewallRuleRecord(const NetFirewallRule &rule) UpdateFirewallRuleRecord() argument 778 IsDnsRuleExist(const sptr<NetFirewallRule> &rule) IsDnsRuleExist() argument [all...] |
| /third_party/gn/src/gn/ |
| H A D | command_gen.cc | 109 std::string rule = in BackgroundDoWrite() local
|
| /third_party/benchmark/test/ |
| H A D | output_test_helper.cc | 348 TestCase::TestCase(std::string re, int rule) in TestCase() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Utility.java | 1220 public static int parsePattern(String rule, int pos, int limit, in parsePattern() argument 1339 public static int parseInteger(String rule, int[] pos, int limit) { in parseInteger() argument 1651 appendToRule(StringBuffer rule, int c, boolean isLiteral, boolean escapeUnprintable, StringBuffer quoteBuf) appendToRule() argument 1743 appendToRule(StringBuffer rule, String text, boolean isLiteral, boolean escapeUnprintable, StringBuffer quoteBuf) appendToRule() argument 1758 appendToRule(StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuffer quoteBuf) appendToRule() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | utransts.c | 352 UChar rule[]={ 0x0061, 0x003c, 0x003e, 0x0063}; /*a<>b*/ in TestRegisterUnregister() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | rbbimonkeytest.cpp | 434 BreakRule *rule = static_cast<BreakRule *>(rules->fBreakRules.elementAt(ruleNum)); set() local 463 BreakRule *rule = static_cast<BreakRule *>(rules->fBreakRules.elementAt(ruleNum)); set() local 588 const BreakRule *rule = static_cast<BreakRule *>(fBkRules->fBreakRules.elementAt(fRuleForPosition.charAt(charIdx))); dump() local [all...] |
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | TransliteratorParser.java | 409 public int parse(String rule, in argument 446 parseSection(String rule, int pos, int limit, TransliteratorParser parser, StringBuffer buf, UnicodeSet illegal, boolean isSegment) parseSection() argument 1139 parseRule(String rule, int pos, int limit) parseRule() argument 1331 checkVariableRange(int ch, String rule, int start) checkVariableRange() argument 1371 resemblesPragma(String rule, int pos, int limit) resemblesPragma() argument 1385 parsePragma(String rule, int pos, int limit) parsePragma() argument 1434 syntaxError(String msg, String rule, int start) syntaxError() argument 1440 ruleEnd(String rule, int start, int limit) ruleEnd() argument 1452 parseSet(String rule, ParsePosition pos) parseSet() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | rbbi.cpp | 934 uint16_t rule = row->fLookAhead; in handleNext() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | TransliteratorParser.java | 410 public int parse(String rule, in argument 447 parseSection(String rule, int pos, int limit, TransliteratorParser parser, StringBuffer buf, UnicodeSet illegal, boolean isSegment) parseSection() argument 1140 parseRule(String rule, int pos, int limit) parseRule() argument 1332 checkVariableRange(int ch, String rule, int start) checkVariableRange() argument 1372 resemblesPragma(String rule, int pos, int limit) resemblesPragma() argument 1386 parsePragma(String rule, int pos, int limit) parsePragma() argument 1435 syntaxError(String msg, String rule, int start) syntaxError() argument 1441 ruleEnd(String rule, int start, int limit) ruleEnd() argument 1453 parseSet(String rule, ParsePosition pos) parseSet() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | PluralRulesTest.java | 642 private void assertRuleValue(String rule, double value) { in assertRuleValue() argument 646 private void assertRuleKeyValue(String rule, String key, double value) { in assertRuleKeyValue() argument [all...] |