Home
last modified time | relevance | path

Searched refs:rule (Results 26 - 50 of 869) sorted by relevance

12345678910>>...35

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Doverride-set.js48 for (const rule of this.ruleset.values()) {
49 if (rule.name !== edge.name) {
54 if (rule.keySpec === '*') {
55 return rule
64 if (spec.gitRange && semver.intersects(spec.gitRange, rule.keySpec)) {
65 return rule
72 if (semver.intersects(spec.fetchSpec, rule.keySpec)) {
73 return rule
82 return rule
89 for (const rule o
[all...]
/third_party/icu/icu4c/source/i18n/
H A Drbt_pars.cpp259 * A class representing one side of a rule. This class knows how to
260 * parse half of a rule. It is tightly coupled to the method
305 int32_t parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status);
307 int32_t parseSection(const UnicodeString& rule, int32_t pos, int32_t limit,
331 const UnicodeString& rule, in syntaxError()
334 return parser.syntaxError(code, rule, start, status); in syntaxError()
359 * Parse one side of a rule, stopping at either the limit,
364 int32_t RuleHalf::parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) { in parse() argument
367 pos = parseSection(rule, pos, limit, text, UnicodeString(true, ILLEGAL_TOP, -1), false, status); in parse()
370 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, star in parse()
330 syntaxError(UErrorCode code, const UnicodeString& rule, int32_t start, UErrorCode& status) syntaxError() argument
399 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) parseSection() argument
886 parseRules(const UnicodeString& rule, UTransDirection theDirection, UErrorCode& status) parseRules() argument
1219 resemblesPragma(const UnicodeString& rule, int32_t pos, int32_t limit) resemblesPragma() argument
1233 parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parsePragma() argument
1287 parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parseRule() argument
1491 syntaxError(UErrorCode parseErrorCode, const UnicodeString& rule, int32_t pos, UErrorCode& status) syntaxError() argument
1525 parseSet(const UnicodeString& rule, ParsePosition& pos, UErrorCode& status) parseSet() argument
[all...]
H A Dzrule.h14 * \brief C API: Time zone rule classes
54 zrule_close(ZRule* rule);
68 * @param rule, the Zrule to use
73 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength);
77 * @param rule, the Zrule to use
81 zrule_getRawOffset(ZRule* rule);
85 * @param rule, the Zrule to use
86 * @return The amount of daylight saving offset used by this rule
90 zrule_getDSTSavings(ZRule* rule);
93 * Returns if this rule represent
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Drbt_pars.cpp259 * A class representing one side of a rule. This class knows how to
260 * parse half of a rule. It is tightly coupled to the method
305 int32_t parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status);
307 int32_t parseSection(const UnicodeString& rule, int32_t pos, int32_t limit,
331 const UnicodeString& rule, in syntaxError()
334 return parser.syntaxError(code, rule, start, status); in syntaxError()
359 * Parse one side of a rule, stopping at either the limit,
364 int32_t RuleHalf::parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) { in parse() argument
367 pos = parseSection(rule, pos, limit, text, UnicodeString(true, ILLEGAL_TOP, -1), false, status); in parse()
370 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, star in parse()
330 syntaxError(UErrorCode code, const UnicodeString& rule, int32_t start, UErrorCode& status) syntaxError() argument
399 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) parseSection() argument
886 parseRules(const UnicodeString& rule, UTransDirection theDirection, UErrorCode& status) parseRules() argument
1219 resemblesPragma(const UnicodeString& rule, int32_t pos, int32_t limit) resemblesPragma() argument
1233 parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parsePragma() argument
1287 parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parseRule() argument
1491 syntaxError(UErrorCode parseErrorCode, const UnicodeString& rule, int32_t pos, UErrorCode& status) syntaxError() argument
1525 parseSet(const UnicodeString& rule, ParsePosition& pos, UErrorCode& status) parseSet() argument
[all...]
H A Dzrule.h14 * \brief C API: Time zone rule classes
54 zrule_close(ZRule* rule);
68 * @param rule, the Zrule to use
73 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength);
77 * @param rule, the Zrule to use
81 zrule_getRawOffset(ZRule* rule);
85 * @param rule, the Zrule to use
86 * @return The amount of daylight saving offset used by this rule
90 zrule_getDSTSavings(ZRule* rule);
93 * Returns if this rule represent
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbt_pars.cpp259 * A class representing one side of a rule. This class knows how to
260 * parse half of a rule. It is tightly coupled to the method
305 int32_t parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status);
307 int32_t parseSection(const UnicodeString& rule, int32_t pos, int32_t limit,
331 const UnicodeString& rule, in syntaxError()
334 return parser.syntaxError(code, rule, start, status); in syntaxError()
359 * Parse one side of a rule, stopping at either the limit,
364 int32_t RuleHalf::parse(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) { in parse() argument
367 pos = parseSection(rule, pos, limit, text, UnicodeString(TRUE, ILLEGAL_TOP, -1), FALSE, status); in parse()
370 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, star in parse()
330 syntaxError(UErrorCode code, const UnicodeString& rule, int32_t start, UErrorCode& status) syntaxError() argument
399 parseSection(const UnicodeString& rule, int32_t pos, int32_t limit, UnicodeString& buf, const UnicodeString& illegal, UBool isSegment, UErrorCode& status) parseSection() argument
886 parseRules(const UnicodeString& rule, UTransDirection theDirection, UErrorCode& status) parseRules() argument
1201 resemblesPragma(const UnicodeString& rule, int32_t pos, int32_t limit) resemblesPragma() argument
1215 parsePragma(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parsePragma() argument
1269 parseRule(const UnicodeString& rule, int32_t pos, int32_t limit, UErrorCode& status) parseRule() argument
1473 syntaxError(UErrorCode parseErrorCode, const UnicodeString& rule, int32_t pos, UErrorCode& status) syntaxError() argument
1507 parseSet(const UnicodeString& rule, ParsePosition& pos, UErrorCode& status) parseSet() argument
[all...]
H A Dzrule.h14 * \brief C API: Time zone rule classes
58 zrule_close(ZRule* rule);
72 * @param rule, the Zrule to use
77 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength);
81 * @param rule, the Zrule to use
85 zrule_getRawOffset(ZRule* rule);
89 * @param rule, the Zrule to use
90 * @return The amount of daylight saving offset used by this rule
94 zrule_getDSTSavings(ZRule* rule);
97 * Returns if this rule represent
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_client.h16 /* Client supplied VCAP rule key control part */
18 struct list_head list; /* For insertion into a rule */
63 /* Client supplied VCAP rule field data */
77 /* Client supplied VCAP rule key (value, mask) */
83 /* Client supplied VCAP rule action control part */
85 struct list_head list; /* For insertion into a rule */
156 /* VCAP rule operations */
157 /* Allocate a rule and fill in the basic information */
164 /* Free mem of a rule owned by client */
165 void vcap_free_rule(struct vcap_rule *rule);
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_rules.c48 static bool fib4_rule_matchall(const struct fib_rule *rule) in fib4_rule_matchall() argument
50 struct fib4_rule *r = container_of(rule, struct fib4_rule, common); in fib4_rule_matchall()
54 return fib_rule_matchall(rule); in fib4_rule_matchall()
57 bool fib4_rule_default(const struct fib_rule *rule) in fib4_rule_default() argument
59 if (!fib4_rule_matchall(rule) || rule->action != FR_ACT_TO_TBL || in fib4_rule_default()
60 rule->l3mdev) in fib4_rule_default()
62 if (rule->table != RT_TABLE_LOCAL && rule->table != RT_TABLE_MAIN && in fib4_rule_default()
63 rule in fib4_rule_default()
107 fib4_rule_action(struct fib_rule *rule, struct flowi *flp, int flags, struct fib_lookup_arg *arg) fib4_rule_action() argument
143 fib4_rule_suppress(struct fib_rule *rule, int flags, struct fib_lookup_arg *arg) fib4_rule_suppress() argument
176 fib4_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) fib4_rule_match() argument
224 fib4_rule_configure(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh, struct nlattr **tb, struct netlink_ext_ack *extack) fib4_rule_configure() argument
287 fib4_rule_delete(struct fib_rule *rule) fib4_rule_delete() argument
310 fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, struct nlattr **tb) fib4_rule_compare() argument
338 fib4_rule_fill(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh) fib4_rule_fill() argument
363 fib4_rule_nlmsg_payload(struct fib_rule *rule) fib4_rule_nlmsg_payload() argument
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_rules.c49 static bool fib4_rule_matchall(const struct fib_rule *rule) in fib4_rule_matchall() argument
51 struct fib4_rule *r = container_of(rule, struct fib4_rule, common); in fib4_rule_matchall()
55 return fib_rule_matchall(rule); in fib4_rule_matchall()
58 bool fib4_rule_default(const struct fib_rule *rule) in fib4_rule_default() argument
60 if (!fib4_rule_matchall(rule) || rule->action != FR_ACT_TO_TBL || in fib4_rule_default()
61 rule->l3mdev) in fib4_rule_default()
63 if (rule->table != RT_TABLE_LOCAL && rule->table != RT_TABLE_MAIN && in fib4_rule_default()
64 rule in fib4_rule_default()
108 fib4_rule_action(struct fib_rule *rule, struct flowi *flp, int flags, struct fib_lookup_arg *arg) fib4_rule_action() argument
144 fib4_rule_suppress(struct fib_rule *rule, int flags, struct fib_lookup_arg *arg) fib4_rule_suppress() argument
177 fib4_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) fib4_rule_match() argument
220 fib4_rule_configure(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh, struct nlattr **tb, struct netlink_ext_ack *extack) fib4_rule_configure() argument
289 fib4_rule_delete(struct fib_rule *rule) fib4_rule_delete() argument
312 fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, struct nlattr **tb) fib4_rule_compare() argument
340 fib4_rule_fill(struct fib_rule *rule, struct sk_buff *skb, struct fib_rule_hdr *frh) fib4_rule_fill() argument
365 fib4_rule_nlmsg_payload(struct fib_rule *rule) fib4_rule_nlmsg_payload() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dfib_rules.h53 struct fib_rule *rule; member
103 struct fib_rule *rule; member
126 static inline void fib_rule_get(struct fib_rule *rule) in fib_rule_get() argument
128 refcount_inc(&rule->refcnt); in fib_rule_get()
131 static inline void fib_rule_put(struct fib_rule *rule) in fib_rule_put() argument
133 if (refcount_dec_and_test(&rule->refcnt)) in fib_rule_put()
134 kfree_rcu(rule, rcu); in fib_rule_put()
138 static inline u32 fib_rule_get_table(struct fib_rule *rule, in fib_rule_get_table() argument
141 return rule->l3mdev ? arg->table : rule in fib_rule_get_table()
144 fib_rule_get_table(struct fib_rule *rule, struct fib_lookup_arg *arg) fib_rule_get_table() argument
183 fib_rule_requires_fldissect(struct fib_rule *rule) fib_rule_requires_fldissect() argument
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dfib_rules.h53 struct fib_rule *rule; member
102 struct fib_rule *rule; member
105 static inline void fib_rule_get(struct fib_rule *rule) in fib_rule_get() argument
107 refcount_inc(&rule->refcnt); in fib_rule_get()
110 static inline void fib_rule_put(struct fib_rule *rule) in fib_rule_put() argument
112 if (refcount_dec_and_test(&rule->refcnt)) in fib_rule_put()
113 kfree_rcu(rule, rcu); in fib_rule_put()
117 static inline u32 fib_rule_get_table(struct fib_rule *rule, in fib_rule_get_table() argument
120 return rule->l3mdev ? arg->table : rule in fib_rule_get_table()
123 fib_rule_get_table(struct fib_rule *rule, struct fib_lookup_arg *arg) fib_rule_get_table() argument
162 fib_rule_requires_fldissect(struct fib_rule *rule) fib_rule_requires_fldissect() argument
[all...]
/kernel/linux/linux-5.10/drivers/pnp/
H A Dmanager.c23 unsigned char rule, in pnp_find_resource()
29 /* when the resource already exists, set its resource bits from rule */ in pnp_find_resource()
32 res->flags |= rule & IORESOURCE_BITS; in pnp_find_resource()
38 static int pnp_assign_port(struct pnp_dev *dev, struct pnp_port *rule, int idx) in pnp_assign_port() argument
42 res = pnp_find_resource(dev, rule->flags, IORESOURCE_IO, idx); in pnp_assign_port()
51 res->flags = rule->flags | IORESOURCE_AUTO; in pnp_assign_port()
55 if (!rule->size) { in pnp_assign_port()
61 res->start = rule->min; in pnp_assign_port()
62 res->end = res->start + rule->size - 1; in pnp_assign_port()
65 res->start += rule in pnp_assign_port()
22 pnp_find_resource(struct pnp_dev *dev, unsigned char rule, unsigned long type, unsigned int bar) pnp_find_resource() argument
81 pnp_assign_mem(struct pnp_dev *dev, struct pnp_mem *rule, int idx) pnp_assign_mem() argument
132 pnp_assign_irq(struct pnp_dev *dev, struct pnp_irq *rule, int idx) pnp_assign_irq() argument
191 pnp_assign_dma(struct pnp_dev *dev, struct pnp_dma *rule, int idx) pnp_assign_dma() argument
[all...]
/kernel/linux/linux-6.6/drivers/pnp/
H A Dmanager.c23 unsigned char rule, in pnp_find_resource()
29 /* when the resource already exists, set its resource bits from rule */ in pnp_find_resource()
32 res->flags |= rule & IORESOURCE_BITS; in pnp_find_resource()
38 static int pnp_assign_port(struct pnp_dev *dev, struct pnp_port *rule, int idx) in pnp_assign_port() argument
42 res = pnp_find_resource(dev, rule->flags, IORESOURCE_IO, idx); in pnp_assign_port()
51 res->flags = rule->flags | IORESOURCE_AUTO; in pnp_assign_port()
55 if (!rule->size) { in pnp_assign_port()
61 res->start = rule->min; in pnp_assign_port()
62 res->end = res->start + rule->size - 1; in pnp_assign_port()
65 res->start += rule in pnp_assign_port()
22 pnp_find_resource(struct pnp_dev *dev, unsigned char rule, unsigned long type, unsigned int bar) pnp_find_resource() argument
81 pnp_assign_mem(struct pnp_dev *dev, struct pnp_mem *rule, int idx) pnp_assign_mem() argument
132 pnp_assign_irq(struct pnp_dev *dev, struct pnp_irq *rule, int idx) pnp_assign_irq() argument
191 pnp_assign_dma(struct pnp_dev *dev, struct pnp_dma *rule, int idx) pnp_assign_dma() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flower.c35 struct prestera_acl_rule *rule, in prestera_flower_parse_goto_action()
45 if (rule->re_arg.jump.valid) in prestera_flower_parse_goto_action()
53 rule->re_arg.jump.valid = 1; in prestera_flower_parse_goto_action()
54 rule->re_arg.jump.i.index = prestera_acl_ruleset_index_get(ruleset); in prestera_flower_parse_goto_action()
56 rule->jump_ruleset = ruleset; in prestera_flower_parse_goto_action()
62 struct prestera_acl_rule *rule, in prestera_flower_parse_actions()
70 /* whole struct (rule->re_arg) must be initialized with 0 */ in prestera_flower_parse_actions()
82 rule->re_arg.count.valid = true; in prestera_flower_parse_actions()
84 &rule->re_arg.count.client); in prestera_flower_parse_actions()
95 if (rule in prestera_flower_parse_actions()
34 prestera_flower_parse_goto_action(struct prestera_flow_block *block, struct prestera_acl_rule *rule, u32 chain_index, const struct flow_action_entry *act) prestera_flower_parse_goto_action() argument
61 prestera_flower_parse_actions(struct prestera_flow_block *block, struct prestera_acl_rule *rule, struct flow_action *flow_action, u32 chain_index, struct netlink_ext_ack *extack) prestera_flower_parse_actions() argument
139 prestera_flower_parse_meta(struct prestera_acl_rule *rule, struct flow_cls_offload *f, struct prestera_flow_block *block) prestera_flower_parse_meta() argument
191 prestera_flower_parse(struct prestera_flow_block *block, struct prestera_acl_rule *rule, struct flow_cls_offload *f) prestera_flower_parse() argument
418 struct prestera_acl_rule *rule; prestera_flower_replace() local
466 struct prestera_acl_rule *rule; prestera_flower_destroy() local
486 struct prestera_acl_rule rule; prestera_flower_tmplt_create() local
553 struct prestera_acl_rule *rule; prestera_flower_stats() local
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Daudit.c167 struct aa_audit_rule *rule = vrule; in aa_audit_rule_free() local
169 if (rule) { in aa_audit_rule_free()
170 if (!IS_ERR(rule->label)) in aa_audit_rule_free()
171 aa_put_label(rule->label); in aa_audit_rule_free()
172 kfree(rule); in aa_audit_rule_free()
178 struct aa_audit_rule *rule; in aa_audit_rule_init() local
189 rule = kzalloc(sizeof(struct aa_audit_rule), GFP_KERNEL); in aa_audit_rule_init()
191 if (!rule) in aa_audit_rule_init()
195 rule->label = aa_label_parse(&root_ns->unconfined->label, rulestr, in aa_audit_rule_init()
197 if (IS_ERR(rule in aa_audit_rule_init()
207 aa_audit_rule_known(struct audit_krule *rule) aa_audit_rule_known() argument
225 struct aa_audit_rule *rule = vrule; aa_audit_rule_match() local
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Daudit.c211 struct aa_audit_rule *rule = vrule; in aa_audit_rule_free() local
213 if (rule) { in aa_audit_rule_free()
214 if (!IS_ERR(rule->label)) in aa_audit_rule_free()
215 aa_put_label(rule->label); in aa_audit_rule_free()
216 kfree(rule); in aa_audit_rule_free()
222 struct aa_audit_rule *rule; in aa_audit_rule_init() local
233 rule = kzalloc(sizeof(struct aa_audit_rule), GFP_KERNEL); in aa_audit_rule_init()
235 if (!rule) in aa_audit_rule_init()
239 rule->label = aa_label_parse(&root_ns->unconfined->label, rulestr, in aa_audit_rule_init()
241 if (IS_ERR(rule in aa_audit_rule_init()
251 aa_audit_rule_known(struct audit_krule *rule) aa_audit_rule_known() argument
269 struct aa_audit_rule *rule = vrule; aa_audit_rule_match() local
[all...]
/third_party/eudev/src/udev/
H A Dudev-rules.c75 /* during rule parsing, uid/gid lookup results are cached */
122 /* tokens of a rule are sorted/handled in this order */
188 unsigned char type; /* same in rule and key */
198 } rule; member
223 struct token rule; member
339 &rules->buf[token->rule.filename_off], token->rule.filename_line, in dump_token()
340 idx, token->rule.token_count, in dump_token()
341 &rules->buf[token->rule.label_off]); in dump_token()
1007 log_error("temporary rule arra in rule_add_key()
1904 struct token *rule; udev_rules_apply_to_event() local
2628 struct token *rule; udev_rules_apply_static_dev_perms() local
2776 struct token *rule; udev_rules_assigning_name_to() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRangeDateRule.java41 public void add(DateRule rule) { in add() argument
42 add(new Date(Long.MIN_VALUE), rule); in add()
48 public void add(Date start, DateRule rule) { in add() argument
51 ranges.add(new Range(start, rule)); in add()
71 if (r != null && r.rule != null) in firstAfter()
74 result = r.rule.firstBetween(start, e.start); in firstAfter()
76 result = r.rule.firstAfter(start); in firstAfter()
102 if (r.rule != null) { in firstBetween()
105 result = r.rule.firstBetween(start, e); in firstBetween()
117 return r != null && r.rule ! in isOn()
160 Range(Date start, DateRule rule) Range() argument
165 public DateRule rule; global() field in Range
[all...]
H A DHoliday.java74 return rule.firstAfter(start); in firstAfter()
92 return rule.firstBetween(start, end); in firstBetween()
107 return rule.isOn(date); in isOn()
117 return rule.isBetween(start, end); in isBetween()
128 * @param rule The date rules used for determining when this holiday
133 protected Holiday(String name, DateRule rule) in Holiday() argument
136 this.rule = rule; in Holiday()
192 return rule; in getRule()
198 public void setRule(DateRule rule) { in setRule() argument
203 private DateRule rule; global() field in Holiday
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRangeDateRule.java43 public void add(DateRule rule) { in add() argument
44 add(new Date(Long.MIN_VALUE), rule); in add()
50 public void add(Date start, DateRule rule) { in add() argument
53 ranges.add(new Range(start, rule)); in add()
72 if (r != null && r.rule != null) in firstAfter()
75 result = r.rule.firstBetween(start, e.start); in firstAfter()
77 result = r.rule.firstAfter(start); in firstAfter()
102 if (r.rule != null) { in firstBetween()
105 result = r.rule.firstBetween(start, e); in firstBetween()
116 return r != null && r.rule ! in isOn()
158 Range(Date start, DateRule rule) Range() argument
163 public DateRule rule; global() field in Range
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRuleSet.java22 * appropriate rule for formatting a particular number and dispatch
33 * The rule set's name
38 * The rule set's regular rules
43 * The rule set's non-numerical rules like negative, fractions, infinity and NaN
67 * The RuleBasedNumberFormat that owns this rule
72 * True if the rule set is a fraction rule set. A fraction rule set
73 * is a rule set that is used to format the fractional part of a
74 * number. It is called from a >> substitution in another rule se
235 setNonNumericalRule(NFRule rule) setNonNumericalRule() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRuleSet.java23 * appropriate rule for formatting a particular number and dispatch
34 * The rule set's name
39 * The rule set's regular rules
44 * The rule set's non-numerical rules like negative, fractions, infinity and NaN
68 * The RuleBasedNumberFormat that owns this rule
73 * True if the rule set is a fraction rule set. A fraction rule set
74 * is a rule set that is used to format the fractional part of a
75 * number. It is called from a >> substitution in another rule se
236 setNonNumericalRule(NFRule rule) setNonNumericalRule() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c244 /* Link old STEs rule to the new ste */ in dr_rule_rehash_copy_ste_ctrl()
394 dr_rule_rehash_htbl(struct mlx5dr_rule *rule, in dr_rule_rehash_htbl() argument
402 struct mlx5dr_matcher *matcher = rule->matcher; in dr_rule_rehash_htbl()
515 static struct mlx5dr_ste_htbl *dr_rule_rehash(struct mlx5dr_rule *rule, in dr_rule_rehash() argument
521 struct mlx5dr_domain *dmn = rule->matcher->tbl->dmn; in dr_rule_rehash()
530 return dr_rule_rehash_htbl(rule, nic_rule, cur_htbl, ste_location, in dr_rule_rehash()
576 static void dr_rule_remove_action_members(struct mlx5dr_rule *rule) in dr_rule_remove_action_members() argument
581 list_for_each_entry_safe(action_mem, tmp, &rule->rule_actions_list, list) { in dr_rule_remove_action_members()
588 static int dr_rule_add_action_members(struct mlx5dr_rule *rule, in dr_rule_add_action_members() argument
602 list_add_tail(&action_mem->list, &rule in dr_rule_add_action_members()
661 dr_rule_clean_rule_members(struct mlx5dr_rule *rule, struct mlx5dr_rule_rx_tx *nic_rule) dr_rule_clean_rule_members() argument
711 dr_rule_handle_action_stes(struct mlx5dr_rule *rule, struct mlx5dr_rule_rx_tx *nic_rule, struct list_head *send_ste_list, struct mlx5dr_ste *last_ste, u8 *hw_ste_arr, u32 new_hw_ste_arr_sz) dr_rule_handle_action_stes() argument
832 dr_rule_handle_ste_branch(struct mlx5dr_rule *rule, struct mlx5dr_rule_rx_tx *nic_rule, struct list_head *send_ste_list, struct mlx5dr_ste_htbl *cur_htbl, u8 *hw_ste, u8 ste_location, struct mlx5dr_ste_htbl **put_htbl) dr_rule_handle_ste_branch() argument
1022 dr_rule_destroy_rule_nic(struct mlx5dr_rule *rule, struct mlx5dr_rule_rx_tx *nic_rule) dr_rule_destroy_rule_nic() argument
1044 dr_rule_destroy_rule_fdb(struct mlx5dr_rule *rule) dr_rule_destroy_rule_fdb() argument
1051 dr_rule_destroy_rule(struct mlx5dr_rule *rule) dr_rule_destroy_rule() argument
1113 dr_rule_create_rule_nic(struct mlx5dr_rule *rule, struct mlx5dr_rule_rx_tx *nic_rule, struct mlx5dr_match_param *param, size_t num_actions, struct mlx5dr_action *actions[]) dr_rule_create_rule_nic() argument
1256 dr_rule_create_rule_fdb(struct mlx5dr_rule *rule, struct mlx5dr_match_param *param, size_t num_actions, struct mlx5dr_action *actions[]) dr_rule_create_rule_fdb() argument
1295 struct mlx5dr_rule *rule; dr_rule_create_rule() local
1356 struct mlx5dr_rule *rule; mlx5dr_rule_create() local
1367 mlx5dr_rule_destroy(struct mlx5dr_rule *rule) mlx5dr_rule_destroy() argument
[all...]
/third_party/node/deps/v8/tools/testrunner/local/
H A Dstatusfile.py73 _rules: {variant: {test name: [rule]}}
74 _prefix_rules: {variant: {test name prefix: [rule]}}
101 that all matching tests were skipped by another rule before evaluating X.
129 for rule, value in (
132 if (rule, variant) not in used_rules:
137 print('Unused rule: %s -> %s (%s)' % (rule, value, variant_desc))
182 def _ParseOutcomeList(rule, outcomes, variables, target_dict):
210 if rule in target_dict:
211 # A FAIL without PASS in one rule ha
[all...]

Completed in 15 milliseconds

12345678910>>...35