/AliOS-Things-master/components/py_engine/engine/py/ |
A D | grammar.h | 69 DEF_RULE_NC(decorated_body, or(3), rule(classdef), rule(funcdef), rule(async_funcdef)) 107 …t, or(8), rule(del_stmt), rule(pass_stmt), rule(flow_stmt), rule(import_stmt), rule(global_stmt), … 109 DEF_RULE_NC(expr_stmt_2, or(3), rule(annassign), rule(expr_stmt_augassign), rule(expr_stmt_assign_l… 130 DEF_RULE_NC(flow_stmt, or(5), rule(break_stmt), rule(continue_stmt), rule(return_stmt), rule(raise_… 185 …, or(9), rule(if_stmt), rule(while_stmt), rule(for_stmt), rule(try_stmt), rule(with_stmt), rule(fu… 187 DEF_RULE_NC(async_stmt_2, or(3), rule(funcdef), rule(with_stmt), rule(for_stmt)) 189 …ound_stmt, or(8), rule(if_stmt), rule(while_stmt), rule(for_stmt), rule(try_stmt), rule(with_stmt)… 265 DEF_RULE_NC(factor, or(2), rule(factor_2), rule(power)) 293 DEF_RULE_NC(trailer, or(3), rule(trailer_paren), rule(trailer_bracket), rule(trailer_period)) 342 DEF_RULE_NC(arglist_2, or(3), rule(arglist_star), rule(arglist_dbl_star), rule(argument)) [all …]
|
A D | parse.c | 62 #define DEF_RULE(rule, comp, kind, ...) RULE_##rule, argument 71 #define DEF_RULE_NC(rule, kind, ...) RULE_##rule, argument 129 #undef rule 135 #define RULE_PADDING(rule, ...) RULE_PADDING2(rule, __VA_ARGS__, RULE_PADDING_IDS(rule)) argument 142 #define DEF_RULE(rule, comp, kind, ...) RULE_PADDING(rule, __VA_ARGS__) argument 148 #define DEF_RULE_NC(rule, kind, ...) RULE_PADDING(rule, __VA_ARGS__) argument 155 #define RULE_ARG_OFFSET(rule, ...) RULE_ARG_OFFSET2(rule, __VA_ARGS__, RULE_ARG_OFFSET_IDS(rule)) argument 180 #define DEF_RULE(rule, comp, kind, ...) RULE_ARG_OFFSET(rule, __VA_ARGS__) >= 0x100 ? RULE_##rule : argument 186 #define DEF_RULE_NC(rule, kind, ...) RULE_ARG_OFFSET(rule, __VA_ARGS__) >= 0x100 ? RULE_##rule : argument 195 #define DEF_RULE(rule, comp, kind, ...) #rule, argument [all …]
|
A D | emitinlinethumb.c | 40 #define DEF_RULE(rule, comp, kind, ...) PN_##rule, argument 41 #define DEF_RULE_NC(rule, kind, ...) argument 47 #define DEF_RULE(rule, comp, kind, ...) argument 48 #define DEF_RULE_NC(rule, kind, ...) PN_##rule, argument
|
/AliOS-Things-master/components/oss/src/model/ |
A D | SetBucketLifecycleRequest.cc | 36 for (auto const &rule : lifecycleRules_) in payload() local 41 for (const auto& tag : rule.Tags()) in payload() 46 if (rule.hasExpiration()) in payload() 49 if (rule.Expiration().Days() > 0) { in payload() 55 if (rule.ExpiredObjectDeleteMarker()) { in payload() 72 if (rule.hasAbortMultipartUpload()) in payload() 83 if (rule.hasNoncurrentVersionExpiration()) in payload() 126 for (auto const &rule : lifecycleRules_) { in validate() local 128 if (!rule.hasAbortMultipartUpload() && in validate() 129 !rule.hasExpiration() && in validate() [all …]
|
A D | SetBucketCorsRequest.cc | 33 ruleList_.push_back(rule); in addCORSRule() 46 for (const auto &rule : ruleList_) in payload() local 49 for (const auto &origin : rule.AllowedOrigins()) in payload() 52 for (const auto &method : rule.AllowedMethods()) in payload() 58 for (const auto &header : rule.ExposeHeaders()) in payload() 61 if (rule.MaxAgeSeconds() > 0) in payload() 111 for (auto const &rule : ruleList_) { in validate() local 113 if (rule.AllowedOrigins().empty()) in validate() 119 if (rule.AllowedMethods().empty()) in validate() 122 if (!InAllowedMethods(rule.AllowedMethods())) in validate() [all …]
|
A D | GetBucketLifecycleResult.cc | 53 LifecycleRule rule; in operator =() local 56 if (node && node->GetText()) rule.setID(node->GetText()); in operator =() 59 if (node && node->GetText()) rule.setPrefix(node->GetText()); in operator =() 62 if (node && node->GetText()) rule.setStatus(ToRuleStatusType(node->GetText())); in operator =() 70 rule.Expiration().setDays(std::stoi(subNode->GetText(), nullptr, 10)); in operator =() 75 rule.Expiration().setCreatedBeforeDate(subNode->GetText()); in operator =() 103 rule.addTransition(transiton); in operator =() 117 rule.AbortMultipartUpload().setCreatedBeforeDate(subNode->GetText()); in operator =() 135 rule.addTag(tag); in operator =() 162 rule.addNoncurrentVersionTransition(transiton); in operator =() [all …]
|
A D | GetBucketCorsResult.cc | 54 CORSRule rule; in operator =() local 58 if (node->GetText()) rule.addAllowedOrigin(node->GetText()); in operator =() 61 if (node->GetText()) rule.addAllowedMethod(node->GetText()); in operator =() 64 if (node->GetText()) rule.addAllowedHeader(node->GetText()); in operator =() 67 if (node->GetText()) rule.addExposeHeader(node->GetText()); in operator =() 70 if (node->GetText()) rule.setMaxAgeSeconds(std::atoi(node->GetText())); in operator =() 72 ruleList_.push_back(rule); in operator =()
|
/AliOS-Things-master/components/py_engine/tests/cmdline/ |
A D | cmd_parsetree.py.exp | 2 [ 4] \(rule\|file_input_2\)(1) (n=9) 4 [ 4] \(rule\|for_stmt\)(22) (n=4) 6 [ 4] \(rule\|atom_paren\)(45) (n=1) 8 [ 5] \(rule\|pass_stmt\)(8) (n=0) 10 [ 6] \(rule\|expr_stmt\)(5) (n=2) 13 [ 7] \(rule\|expr_stmt\)(5) (n=2) 16 [ 8] \(rule\|expr_stmt\)(5) (n=2) 19 [ 9] \(rule\|expr_stmt\)(5) (n=2) 22 [ 10] \(rule\|expr_stmt\)(5) (n=2) 25 [ 11] \(rule\|expr_stmt\)(5) (n=2) [all …]
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttsubpix.c | 823 const SPH_TweakRule* rule, in sph_test_tweak() argument 834 if ( rule[i].ppem == 0 || in sph_test_tweak() 835 rule[i].ppem == ppem ) in sph_test_tweak() 837 is_member_of_style_class ( style, rule[i].style ) ) in sph_test_tweak() 840 rule[i].glyph ) == glyph_index ) in sph_test_tweak() 854 const SPH_ScaleRule* rule, in scale_test_tweak() argument 865 if ( rule[i].ppem == 0 || in scale_test_tweak() 866 rule[i].ppem == ppem ) in scale_test_tweak() 868 is_member_of_style_class( style, rule[i].style ) ) in scale_test_tweak() 871 rule[i].glyph ) == glyph_index ) in scale_test_tweak() [all …]
|
A D | ttsubpix.h | 81 const SPH_TweakRule* rule,
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | SetBucketLifecycleRequest.h | 30 void addLifecycleRule(const LifecycleRule& rule) { lifecycleRules_.push_back(rule); } in addLifecycleRule() argument
|
A D | SetBucketCorsRequest.h | 31 void addCORSRule(const CORSRule& rule);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_adc.h | 250 #define IS_ADC_COMP_CRITERIA(rule) (((rule) == ADC_COMP_SMALLER_THAN_THL) || \ argument 251 ((rule) == ADC_COMP_GREATER_THAN_THH) || \ 252 ((rule) == ADC_COMP_WITHIN_THL_AND_THH) || \ 253 ((rule) == ADC_COMP_OUTSIDE_THL_AND_THH))
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-linux.md | 56 If you get a permission error, you need to set a udev rule to change the mode of 64 you need to set up an udev rule to force this variable. 66 A combined rule for the Saitek Pro Flight Rudder Pedals to fix both issues looks 81 to set up a rule such as:
|
A D | README-macosx.md | 89 To get this build automatically, add something like the following rule to 106 more. For each of your target applications, you need a separate rule. 109 rule to your Makefile.am: 116 This rule takes the Bundle created by the rule from step 3 and installs them 120 the make rule accordingly.
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_promisc.c | 165 paff_array[i].rule = RTW_POSITIVE_MATCHING; in promisc_init_packet_filter() 172 …c_add_packet_filter(u8 filter_id, rtw_packet_filter_pattern_t *patt, rtw_packet_filter_rule_t rule) in promisc_add_packet_filter() argument 194 paff_array[i].rule = rule; in promisc_add_packet_filter() 249 paff_array[i].rule = 0; in promisc_remove_packet_filter()
|
A D | wifi_simple_config.c | 1829 rtw_packet_filter_rule_t rule; in filter_add_enable() local 1836 rule = RTW_POSITIVE_MATCHING; in filter_add_enable() 1839 wifi_add_packet_filter(1, &packet_filter,rule); in filter_add_enable() 1860 rtw_packet_filter_rule_t rule; in filter1_add_enable() local 1877 rule = RTW_POSITIVE_MATCHING; in filter1_add_enable() 1880 wifi_add_packet_filter(1, &packet_filter2,rule); in filter1_add_enable() 1882 wifi_add_packet_filter(2, &packet_filter3,rule); in filter1_add_enable() 1885 wifi_add_packet_filter(3, &packet_filter,rule); in filter1_add_enable()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/owatcom/ |
A D | pngconfig.mak | 24 # IDE libpng.wpj 'before' rule - this setting is local.) 29 # pnglibconf.h must exist in the source directory, this is the final rule 107 $# 1) Edit the 'before' rule of libpng.wpj (from the IDE) to define the 112 $# change the definition of 'awk' in the before rule to the name of your 122 $# must be identified in the 'before' rule of the project.
|
/AliOS-Things-master/components/freetype/src/cache/ |
A D | Jamfile | 16 # needs to be parsed through a HDRMACRO rule for macro definitions.
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/cmake/ |
A D | ruy_cc_binary.cmake | 22 # CMake function to imitate Bazel's cc_binary rule.
|
A D | ruy_cc_test.cmake | 22 # CMake function to imitate Bazel's cc_test rule.
|
A D | ruy_cc_library.cmake | 22 # CMake function to imitate Bazel's cc_library rule.
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/ |
A D | wifi_structures.h | 254 rtw_packet_filter_rule_t rule; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/ |
A D | build.mk | 373 define archive-src-target-rule 377 $(foreach m, $(archive-src-target), $(eval $(call archive-src-target-rule,$(m)))) 517 @$(call echo-help,*** Error: No rule is defined for target: $@)
|
/AliOS-Things-master/components/csi/csi1/include/drv/ |
A D | eth_mac.h | 138 …frame_filter_rule_t rule; /*!< Filter matches are either POSITIVE or NEGATIVE… member
|