/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_paint_op.h | 118 explicit SetFillRuleForPathOp(const CanvasFillRule& rule): rule(std::move(rule)) {} in SetFillRuleForPathOp() 119 CanvasFillRule rule; member 125 explicit SetFillRuleForPath2DOp(const CanvasFillRule& rule): rule(rule) {} in SetFillRuleForPath2DOp() 126 CanvasFillRule rule; member
|
H A D | offscreen_canvas_pattern.h | 67 void SetFillRuleForPath(const CanvasFillRule rule); 68 void SetFillRuleForPath2D(const CanvasFillRule rule);
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_component.cpp | 381 void CanvasTaskPool::UpdateFillRuleForPath(const CanvasFillRule rule) in UpdateFillRuleForPath() argument 383 auto task = [rule](RenderCustomPaint& interface, const Offset& offset) { in UpdateFillRuleForPath() 384 interface.SetFillRuleForPath(rule); in UpdateFillRuleForPath() 389 void CanvasTaskPool::UpdateFillRuleForPath2D(const CanvasFillRule rule) in UpdateFillRuleForPath2D() argument 391 auto task = [rule](RenderCustomPaint& interface, const Offset& offset) { in UpdateFillRuleForPath2D() 392 interface.SetFillRuleForPath2D(rule); in UpdateFillRuleForPath2D()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | vtzone.cpp | 531 // Parse the first rule in createRuleByRRULE() 548 // Only support the rule using 7 continuous days in createRuleByRRULE() 578 // Use DOW_GEQ_DOM rule with firstDay as the start date in createRuleByRRULE() 582 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines. in createRuleByRRULE() 594 // Note: To check valid date range across multiple rule is a little in createRuleByRRULE() 622 // Check if BYMONTH + BYMONTHDAY + BYDAY rule in createRuleByRRULE() 632 // support the rule in createRuleByRRULE() 698 // Day in month rule, for example, 15th day in the month in createRuleByRRULE() 701 // Nth day of week rule, for example, last Sunday in createRuleByRRULE() 704 // First day of week after day of month rule, fo in createRuleByRRULE() 799 toWallTimeRule(const DateTimeRule *rule, int32_t rawOffset, int32_t dstSavings, UErrorCode &status) toWallTimeRule() argument 1511 LocalPointer<TimeZoneRule> rule; parse() local 2444 writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, int32_t fromRawOffset, int32_t fromDSTSavings, UDate startTime, UErrorCode& status) const writeFinalRule() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | vtzone.cpp | 531 // Parse the first rule in createRuleByRRULE() 548 // Only support the rule using 7 continuous days in createRuleByRRULE() 578 // Use DOW_GEQ_DOM rule with firstDay as the start date in createRuleByRRULE() 582 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines. in createRuleByRRULE() 594 // Note: To check valid date range across multiple rule is a little in createRuleByRRULE() 622 // Check if BYMONTH + BYMONTHDAY + BYDAY rule in createRuleByRRULE() 632 // support the rule in createRuleByRRULE() 698 // Day in month rule, for example, 15th day in the month in createRuleByRRULE() 701 // Nth day of week rule, for example, last Sunday in createRuleByRRULE() 704 // First day of week after day of month rule, fo in createRuleByRRULE() 799 toWallTimeRule(const DateTimeRule *rule, int32_t rawOffset, int32_t dstSavings, UErrorCode &status) toWallTimeRule() argument 1511 LocalPointer<TimeZoneRule> rule; parse() local 2444 writeFinalRule(VTZWriter& writer, UBool isDst, const AnnualTimeZoneRule* rule, int32_t fromRawOffset, int32_t fromDSTSavings, UDate startTime, UErrorCode& status) const writeFinalRule() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_cil.c | 526 /* Only write common rule once */ in write_class_decl_rules_to_cil() 1710 char *rule = NULL; in avtab_node_to_str() local 1762 rule = create_str("(%s %s %s (%s (%s)))", 5, in avtab_node_to_str() 1771 rule = create_str("(%s %s %s (%s %s (%s)))", 6, in avtab_node_to_str() 1776 rule = create_str("(%s %s %s %s %s)", 5, flavor, src, tgt, class, new); in avtab_node_to_str() 1779 if (!rule) { in avtab_node_to_str() 1783 return rule; in avtab_node_to_str() 1801 char *rule; in map_avtab_write_helper() local 1805 rule = avtab_node_to_str(pdb, key, datum); in map_avtab_write_helper() 1806 if (!rule) { in map_avtab_write_helper() 2061 char *rule; write_cond_av_list_to_cil() local 2569 char *ctx, *rule; write_sid_context_rules_to_cil() local [all...] |
H A D | kernel_to_conf.c | 574 /* Only write common rule once */ in write_class_and_common_rules_to_conf() 1687 char *rule = NULL; in avtab_node_to_str() local 1739 rule = create_str("%s %s %s:%s { %s };", 5, in avtab_node_to_str() 1748 rule = create_str("%s %s %s:%s %s;", 5, flavor, src, tgt, class, perms); in avtab_node_to_str() 1752 rule = create_str("%s %s %s:%s %s;", 5, flavor, src, tgt, class, new); in avtab_node_to_str() 1755 if (!rule) { in avtab_node_to_str() 1759 return rule; in avtab_node_to_str() 1777 char *rule; in map_avtab_write_helper() local 1781 rule = avtab_node_to_str(pdb, key, datum); in map_avtab_write_helper() 1782 if (!rule) { in map_avtab_write_helper() 2037 char *rule; write_cond_av_list_to_conf() local 2437 char *ctx, *rule; write_sid_context_rules_to_conf() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
H A D | bms_bundle_app_control_test.cpp | 235 * @tc.name: test can not add app install control rule 279 * @tc.name: test can not add app install control rule 312 * @tc.name: test can add app install control rule 333 * @tc.name: test can not add app install control rule 361 * @tc.name: test can not add app install control rule 388 * @tc.name: test running control rule 420 * @tc.name: test running control rule 452 * @tc.name: test running control rule 477 * @tc.name: test running control rule 505 * @tc.name: test running control rule 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...] |
/third_party/node/src/ |
H A D | node_sockaddr.cc | 400 std::unique_ptr<Rule> rule = in AddSocketAddress() local 402 rules_.emplace_front(std::move(rule)); in AddSocketAddress() 420 std::unique_ptr<Rule> rule = in AddSocketAddressRange() local 422 rules_.emplace_front(std::move(rule)); in AddSocketAddressRange() 429 std::unique_ptr<Rule> rule = in AddSocketAddressMask() local 431 rules_.emplace_front(std::move(rule)); in AddSocketAddressMask() 437 for (const auto& rule : rules_) { in Apply() 438 if (rule->Apply(address)) in Apply() 516 for (const auto& rule : rules_) { in ListRules() 518 if (!rule in ListRules() [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 347 for rule in rules: 348 rule_name = StringToCMakeTargetName(target_name + "__" + rule["rule_name"]) 350 inputs = rule.get("inputs", []) 357 outputs = rule["outputs"] 360 for count, rule_source in enumerate(rule.get("rule_sources", [])): 385 if int(rule.get("process_outputs_as_sources", False)): 403 output.write(gyp.common.EncodePOSIXShellList(rule["action"])) 419 if "message" in rule: 420 output.write(rule["message"]) 445 for rule_source in rule [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | cmake.py | 347 for rule in rules: 348 rule_name = StringToCMakeTargetName(target_name + "__" + rule["rule_name"]) 350 inputs = rule.get("inputs", []) 357 outputs = rule["outputs"] 360 for count, rule_source in enumerate(rule.get("rule_sources", [])): 385 if int(rule.get("process_outputs_as_sources", False)): 403 output.write(gyp.common.EncodePOSIXShellList(rule["action"])) 419 if "message" in rule: 420 output.write(rule["message"]) 445 for rule_source in rule [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gsubgpos.hh | 1695 + hb_iter (rule) in intersects() 1708 + hb_iter (rule) in closure() 1718 + hb_iter (rule) 1728 + hb_iter (rule) 1738 + hb_iter (rule) 1750 + hb_iter (rule) 1768 for (const Offset16To<Rule>& _ : rule) 1772 auto *o = out->rule.serialize_append (c->serializer); 1777 out->rule.pop (); 1782 bool ret = bool (out->rule); [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 436 // get the set of all rule samples from all of the keywords of the locale's rule in testUniqueRules() 447 // take the rule substring per keyword, and create a map keyed by keyword for a new rules object of that rule substring in testUniqueRules() 455 errln("Can't generate single rule for " + rules2); in testUniqueRules() 478 PluralRules rule = entry.getValue(); in testUniqueRules() 479 String foundKeyword = rule.select(item); in testUniqueRules() 486 rule.select(item); in testUniqueRules() 522 * rule's sample string as a {@link FormattedNumber} in order to call 786 private void assertRuleValue(String rule, DecimalQuantit argument 790 assertRuleKeyValue(String rule, String key, DecimalQuantity value) assertRuleKeyValue() argument [all...] |
/third_party/gn/src/gn/ |
H A D | rust_variables.cc | 54 If crate_name is not set, then this rule will use the target name. 93 If crate_root is not set, then this rule will look for a lib.rs file (or
|
/third_party/ninja/src/ |
H A D | missing_deps_test.cc | 79 Rule* rule) {
in AssertMissingDependencyBetween() 84 ASSERT_EQ(1u, scanner().generator_rules_.count(rule));
in AssertMissingDependencyBetween()
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | case.rs | 10 /// Don't apply a default rename rule. 46 for (name, rule) in RENAME_RULES { in from_str() 48 return Ok(*rule); in from_str() 56 /// Apply a renaming rule to an enum variant, returning the version expected in the source. 81 /// Apply a renaming rule to a struct field, returning the version expected in the source. 126 f.write_str("unknown rename rule `rename_all = ")?; in fmt()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | case.rs | 10 /// Don't apply a default rename rule. 46 for (name, rule) in RENAME_RULES { in from_str() 48 return Ok(*rule); in from_str() 56 /// Apply a renaming rule to an enum variant, returning the version expected in the source. 81 /// Apply a renaming rule to a struct field, returning the version expected in the source. 126 f.write_str("unknown rename rule `rename_all = ")?; in fmt()
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbi.cpp | 10 // file: rbbi.cpp Contains the implementation of the rule based break iterator 311 // the assumption that the current position is on a rule boundary. in operator =() 928 // If we are at the position of the '/' in a look-ahead (hard break) rule; in handleNext() 929 // record the current position, to be returned later, if the full rule matches. in handleNext() 934 uint16_t rule = row->fLookAhead; in handleNext() local 935 U_ASSERT(rule == 0 || rule > ACCEPTING_UNCONDITIONAL); in handleNext() 936 U_ASSERT(rule == 0 || rule < fData->fForwardTable->fLookAheadResultsSize); in handleNext() 937 if (rule > ACCEPTING_UNCONDITIONA in handleNext() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbi.cpp | 10 // file: rbbi.cpp Contains the implementation of the rule based break iterator 333 // the assumption that the current position is on a rule boundary. in operator =() 898 // If we are at the position of the '/' in a look-ahead (hard break) rule; in handleNext() 899 // record the current position, to be returned later, if the full rule matches. in handleNext() 904 uint16_t rule = row->fLookAhead; in handleNext() local 905 U_ASSERT(rule == 0 || rule > ACCEPTING_UNCONDITIONAL); in handleNext() 906 U_ASSERT(rule == 0 || rule < fData->fForwardTable->fLookAheadResultsSize); in handleNext() 907 if (rule > ACCEPTING_UNCONDITIONA in handleNext() [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 446 rb_context = rbug_get_context_locked(rb_screen, rule->context); in rbug_context_draw_rule() 454 rb_context->draw_rule.shader[PIPE_SHADER_VERTEX] = U642VOID(rule->vertex); in rbug_context_draw_rule() 455 rb_context->draw_rule.shader[PIPE_SHADER_FRAGMENT] = U642VOID(rule->fragment); in rbug_context_draw_rule() 456 rb_context->draw_rule.texture = U642VOID(rule->texture); in rbug_context_draw_rule() 457 rb_context->draw_rule.surf = U642VOID(rule->surface); in rbug_context_draw_rule() 458 rb_context->draw_rule.blocker = rule->block; in rbug_context_draw_rule()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | RuleExtractor.java | 163 Rule rule = new Rule(null, input, null, subst); in extract() 164 result.add(rule); in extract() 182 Rule rule = new Rule(null, input, null, subst); in extract() 183 result.add(rule); in extract() 495 for (Rule rule : targetRules) { in applyChainingLookup() 496 if (rule.subst == null) { in applyChainingLookup() 499 result.add(rule); in applyChainingLookup()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbi.cpp | 10 // file: rbbi.cpp Contains the implementation of the rule based break iterator 298 // the assumption that the current position is on a rule boundary. in operator =() 914 // If we are at the position of the '/' in a look-ahead (hard break) rule; in handleNext() 915 // record the current position, to be returned later, if the full rule matches. in handleNext() 920 uint16_t rule = row->fLookAhead; in handleNext() local 921 U_ASSERT(rule == 0 || rule > ACCEPTING_UNCONDITIONAL); in handleNext() 922 U_ASSERT(rule == 0 || rule < fData->fForwardTable->fLookAheadResultsSize); in handleNext() 923 if (rule > ACCEPTING_UNCONDITIONA in handleNext() [all...] |
/third_party/tzdata/ |
H A D | zic.c | 92 struct rule { struct 114 bool r_todo; /* a rule to do (used in outzone) */ 140 struct rule * z_rules; 143 struct rule z_untilrule; 198 static zic_t rpytime(const struct rule * rp, zic_t wantedy); 199 static bool rulesub(struct rule * rp, 338 static struct rule * rules; 620 fprintf(stderr, _(" (rule from \"%s\", line %"PRIdMAX")"), in verror() 1582 ** Sort by rule name. 1588 struct rule cons in rcomp() [all...] |
/third_party/musl/porting/linux/user/src/locale/ |
H A D | dcngettext.c | 270 const char *rule = "n!=1;"; in dcngettext() local 296 rule = r+__DIGIT_SEVEN__; in dcngettext() 301 p->plural_rule = rule; in dcngettext()
|
/third_party/musl/src/locale/ |
H A D | dcngettext.c | 236 const char *rule = "n!=1;"; in dcngettext() local 256 rule = r+7; in dcngettext() 260 p->plural_rule = rule; in dcngettext()
|