Home
last modified time | relevance | path

Searched refs:rules (Results 701 - 725 of 830) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java1415 // Now hardcode the same rules as for Brazil in tzdata 2006n, so that in TestFebruary()
1485 // Since then, the TZ maintainer found some historic rules in mid 20th century in TestCanonicalID()
1486 // were not really reliable, and many zones are now sharing rules. in TestCanonicalID()
1490 // with zone rules. in TestCanonicalID()
2288 TimeZoneRule[] rules = btz.getTimeZoneRules(start); in createRBTZ()
2289 RuleBasedTimeZone rbtz = new RuleBasedTimeZone("RBTZ:btz.getID()", (InitialTimeZoneRule)rules[0]); in createRBTZ()
2290 for (int i = 1; i < rules.length; i++) { in createRBTZ()
2291 rbtz.addTransitionRule(rules[i]); in createRBTZ()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationTest.java1321 StringBuilder rules = new StringBuilder(); in buildTailoring()
1323 rules.append(Utility.unescape(fileLine)); in buildTailoring()
1327 coll = new RuleBasedCollator(rules.toString()); in buildTailoring()
1329 logln(rules.toString()); in buildTailoring()
1330 errln("RuleBasedCollator(rules) failed - " + e.getMessage()); in buildTailoring()
1682 } else if (fileLine.equals("@ rules")) { in TestDataDriven()
/third_party/selinux/libsepol/cil/src/
H A Dcil_policy.c187 static void cil_simple_rules_to_policy(FILE *out, struct cil_list *rules, const char *kind) in cil_simple_rules_to_policy() argument
191 cil_list_for_each(i1, rules) { in cil_simple_rules_to_policy()
1480 static void cil_roles_to_policy(FILE *out, struct cil_list *rules) in cil_roles_to_policy() argument
1485 cil_list_for_each(i1, rules) { in cil_roles_to_policy()
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp973 UBreakIterator *ubrk_openRules(const UChar *rules, int32_t rulesLength, const UChar *text, int32_t textLength, in ubrk_openRules() argument
976 return U_ICU_ENTRY_POINT_RENAME(ubrk_openRules)(rules, rulesLength, text, textLength, parseErr, status); in ubrk_openRules()
1573 UCollator *ucol_openRules(const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, in ucol_openRules() argument
1576 return U_ICU_ENTRY_POINT_RENAME(ucol_openRules)(rules, rulesLength, normalizationMode, strength, parseError, in ucol_openRules()
2445 UTransliterator *utrans_openU(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, in utrans_openU() argument
2448 return U_ICU_ENTRY_POINT_RENAME(utrans_openU)(id, idLength, dir, rules, rulesLength, parseError, pErrorCode); in utrans_openU()
/third_party/icu/icu4c/source/i18n/
H A Dplurrule_impl.h160 void parse(const UnicodeString &rules, PluralRules *dest, UErrorCode &status);
170 const UnicodeString *ruleSrc; // The rules string.
171 int32_t ruleIndex; // String index in the input rules, the current parse position.
355 int32_t value = -1; // valid for 'is' rules only.
356 UVector32 *rangeList = nullptr; // for 'in', 'within' rules. Null otherwise.
357 UBool negated = false; // true for negated rules.
358 UBool integerOnly = false; // true for 'within' rules.
H A Dnumber_mapper.cpp58 macros.rules = properties.currencyPluralInfo.fPtr->getPluralRules(); in oldToNew()
198 // The mapping from property bag to scientific notation is nontrivial due to LDML rules. in oldToNew()
326 // 2) Otherwise, follows UTS 35 rules based on the pattern string. in setTo()
H A Dtranslit.cpp949 // instantiate "(Lower);Latin-Greek;", we want the rules to come out as "::Latin-Greek;" in createInstance()
1047 * if the rule string contains only rules, or a
1054 const UnicodeString& rules, in createFromRules()
1062 parser.parse(rules, dir, parseError, status); in createFromRules()
1053 createFromRules(const UnicodeString& ID, const UnicodeString& rules, UTransDirection dir, UParseError& parseError, UErrorCode& status) createFromRules() argument
H A Drbt_pars.cpp79 // transliteration rules can be expressed in XML without clashing with
855 TransliteratorParser::parse(const UnicodeString& rules, in parse() argument
860 parseRules(rules, transDirection, ec); in parse()
879 * Parse the given string as a sequence of rules, separated by newline
880 * characters ('\n'), and cause this object to implement those rules. Any
881 * previous rules are discarded. Typically this method is called exactly
884 * rules
953 // skip empty rules in parseRules()
957 // keep track of how many rules we've seen in parseRules()
1056 // By default, rules us in parseRules()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_mapper.cpp58 macros.rules = properties.currencyPluralInfo.fPtr->getPluralRules(); in oldToNew()
198 // The mapping from property bag to scientific notation is nontrivial due to LDML rules. in oldToNew()
326 // 2) Otherwise, follows UTS 35 rules based on the pattern string. in setTo()
H A Dplurrule_impl.h160 void parse(const UnicodeString &rules, PluralRules *dest, UErrorCode &status);
170 const UnicodeString *ruleSrc; // The rules string.
171 int32_t ruleIndex; // String index in the input rules, the current parse position.
355 int32_t value = -1; // valid for 'is' rules only.
356 UVector32 *rangeList = nullptr; // for 'in', 'within' rules. Null otherwise.
357 UBool negated = false; // true for negated rules.
358 UBool integerOnly = false; // true for 'within' rules.
H A Drbt_pars.cpp79 // transliteration rules can be expressed in XML without clashing with
855 TransliteratorParser::parse(const UnicodeString& rules, in parse() argument
860 parseRules(rules, transDirection, ec); in parse()
879 * Parse the given string as a sequence of rules, separated by newline
880 * characters ('\n'), and cause this object to implement those rules. Any
881 * previous rules are discarded. Typically this method is called exactly
884 * rules
953 // skip empty rules in parseRules()
957 // keep track of how many rules we've seen in parseRules()
1056 // By default, rules us in parseRules()
[all...]
H A Dtranslit.cpp949 // instantiate "(Lower);Latin-Greek;", we want the rules to come out as "::Latin-Greek;" in createInstance()
1047 * if the rule string contains only rules, or a
1054 const UnicodeString& rules, in createFromRules()
1062 parser.parse(rules, dir, parseError, status); in createFromRules()
1053 createFromRules(const UnicodeString& ID, const UnicodeString& rules, UTransDirection dir, UParseError& parseError, UErrorCode& status) createFromRules() argument
/third_party/node/deps/v8/
H A DPRESUBMIT.py138 change. Breaking - rules is an error, breaking ! rules is a
150 from rules import Rule
238 'You added one or more #includes that violate checkdeps rules.',
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_mapper.cpp58 macros.rules = properties.currencyPluralInfo.fPtr->getPluralRules(); in oldToNew()
197 // The mapping from property bag to scientific notation is nontrivial due to LDML rules. in oldToNew()
322 // 2) Otherwise, follows UTS 35 rules based on the pattern string. in setTo()
H A Dplurrule_impl.h160 void parse(const UnicodeString &rules, PluralRules *dest, UErrorCode &status);
170 const UnicodeString *ruleSrc; // The rules string.
171 int32_t ruleIndex; // String index in the input rules, the current parse position.
351 int32_t value = -1; // valid for 'is' rules only.
352 UVector32 *rangeList = nullptr; // for 'in', 'within' rules. Null otherwise.
353 UBool negated = false; // true for negated rules.
354 UBool integerOnly = false; // true for 'within' rules.
H A Drbt_pars.cpp79 // transliteration rules can be expressed in XML without clashing with
855 TransliteratorParser::parse(const UnicodeString& rules, in parse() argument
860 parseRules(rules, transDirection, ec); in parse()
879 * Parse the given string as a sequence of rules, separated by newline
880 * characters ('\n'), and cause this object to implement those rules. Any
881 * previous rules are discarded. Typically this method is called exactly
884 * rules
953 // skip empty rules in parseRules()
957 // keep track of how many rules we've seen in parseRules()
1048 // By default, rules us in parseRules()
[all...]
H A Dtranslit.cpp949 // instantiate "(Lower);Latin-Greek;", we want the rules to come out as "::Latin-Greek;" in createInstance()
1047 * if the rule string contains only rules, or a
1054 const UnicodeString& rules, in createFromRules()
1062 parser.parse(rules, dir, parseError, status); in createFromRules()
1053 createFromRules(const UnicodeString& ID, const UnicodeString& rules, UTransDirection dir, UParseError& parseError, UErrorCode& status) createFromRules() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_api.c548 list_for_each_entry(rule, &ctx->chain->rules, list) { in nft_delrule_by_chain()
2471 INIT_LIST_HEAD(&chain->rules); in nf_tables_addchain()
2953 list_for_each_entry(rule, &chain->rules, list) { in nf_tables_delchain()
2963 /* There are rules and elements that are still holding references to us, in nf_tables_delchain()
3311 list_for_each_entry_rcu(rule, &chain->rules, list) { in __nft_rule_lookup()
3422 !list_is_first(&rule->list, &ctx->chain->rules) && in nf_tables_rule_notify()
3423 !list_is_last(&rule->list, &ctx->chain->rules)) { in nf_tables_rule_notify()
3478 list_for_each_entry_rcu(rule, &chain->rules, list) { in __nf_tables_dump_rules()
3718 list_for_each_entry(rule, &chain->rules, list) { in nft_chain_validate()
4021 list_add_tail_rcu(&rule->list, &chain->rules); in nf_tables_newrule()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c731 struct ethtool_rxnfc *nfc, u32 *rules) in otx2_get_rxnfc()
754 ret = otx2_get_all_flows(pfvf, nfc, rules); in otx2_get_rxnfc()
730 otx2_get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *nfc, u32 *rules) otx2_get_rxnfc() argument
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak290 # On Unix, Python generates at configure time a list of Makefile rules.
292 # The alternative would be to use a preprocessor macro to generate rules for nmake.
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dcmake.py336 def WriteRules(target_name, rules, extra_sources, extra_deps, path_to_gyp, output):
337 """Write CMake for the 'rules' in the target.
347 for rule in rules:
695 if "rules" in spec:
698 spec["rules"],
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dcmake.py336 def WriteRules(target_name, rules, extra_sources, extra_deps, path_to_gyp, output):
337 """Write CMake for the 'rules' in the target.
347 for rule in rules:
695 if "rules" in spec:
698 spec["rules"],
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak271 # On Unix, Python generates at configure time a list of Makefile rules.
273 # The alternative would be to use a preprocessor macro to generate rules for nmake.
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.cpp872 std::vector<SecurityEventRuler> rules; in NapiQuerySecurityEvent() local
873 if (auto ret = ParseSecurityEventRulers(env, argv[index++], rules); ret != SUCCESS) { in NapiQuerySecurityEvent()
874 SGLOGE("failed to parse query rules, result code is %{public}d.", ret); in NapiQuerySecurityEvent()
901 int32_t code = SecurityGuardSdkAdaptor::QuerySecurityEvent(rules, querier); in NapiQuerySecurityEvent()
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_lib.c1132 new = krealloc(constrs->rules, new_rules * sizeof(*c), in snd_pcm_hw_rule_add()
1138 constrs->rules = new; in snd_pcm_hw_rule_add()
1141 c = &constrs->rules[constrs->rules_num]; in snd_pcm_hw_rule_add()

Completed in 58 milliseconds

1...<<21222324252627282930>>...34