/third_party/openssl/test/certs/ |
H A D | mkcert.sh | 92 local exts=$1; shift 96 -extfile <(printf "%s\n" "$exts") "$@" 108 exts=$(printf "%s\n%s\n%s\n" "$bcon" "$ku" "$skid" "$akid") 111 exts=$(printf "%s\nextendedKeyUsage = %s\n" "$exts" "$eku") 115 cert "$cert" "$exts" -signkey "${key}.pem" -set_serial 1 -days "${DAYS}" 143 exts=$(printf "%s\n%s\n%s\n" "$bcon" "$ku" "$skid" "$akid") 145 exts=$(printf "%s\nextendedKeyUsage = %s\n" "$exts" "$purpose") 148 exts [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | pkt_cls.h | 222 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() argument 226 exts->type = 0; in tcf_exts_init() 227 exts->nr_actions = 0; in tcf_exts_init() 228 exts->net = net; in tcf_exts_init() 229 exts->actions = kcalloc(TCA_ACT_MAX_PRIO, sizeof(struct tc_action *), in tcf_exts_init() 231 if (!exts->actions) in tcf_exts_init() 234 exts->action = action; in tcf_exts_init() 235 exts->police = police; in tcf_exts_init() 243 static inline bool tcf_exts_get_net(struct tcf_exts *exts) in tcf_exts_get_net() argument 246 exts in tcf_exts_get_net() 253 tcf_exts_put_net(struct tcf_exts *exts) tcf_exts_put_net() argument 270 tcf_exts_stats_update(const struct tcf_exts *exts, u64 bytes, u64 packets, u64 drops, u64 lastuse, u8 used_hw_stats, bool used_hw_stats_valid) tcf_exts_stats_update() argument 298 tcf_exts_has_actions(struct tcf_exts *exts) tcf_exts_has_actions() argument 319 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, struct tcf_result *res) tcf_exts_exec() argument 606 struct tcf_exts *exts; global() member 745 struct tcf_exts *exts; global() member [all...] |
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions_cust.c | 81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, in custom_ext_find() argument 86 custom_ext_method *meth = exts->meths; in custom_ext_find() 88 for (i = 0; i < exts->meths_count; i++, meth++) { in custom_ext_find() 103 void custom_ext_init(custom_ext_methods *exts) in custom_ext_init() argument 106 custom_ext_method *meth = exts->meths; in custom_ext_init() 108 for (i = 0; i < exts->meths_count; i++, meth++) in custom_ext_init() 118 custom_ext_methods *exts = &s->cert->custext; in custom_ext_parse() local 125 meth = custom_ext_find(exts, role, ext_type, NULL); in custom_ext_parse() 176 custom_ext_methods *exts = &s->cert->custext; in custom_ext_add() local 181 for (i = 0; i < exts in custom_ext_add() 322 custom_exts_free(custom_ext_methods *exts) custom_exts_free() argument 356 custom_ext_methods *exts = &ctx->cert->custext; add_custom_ext_intern() local [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | pkt_cls.h | 62 int tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action, 230 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() argument 234 return tcf_exts_init_ex(exts, net, action, police, NULL, 0, false); in tcf_exts_init() 244 static inline bool tcf_exts_get_net(struct tcf_exts *exts) in tcf_exts_get_net() argument 247 exts->net = maybe_get_net(exts->net); in tcf_exts_get_net() 248 if (exts->net) in tcf_exts_get_net() 249 netns_tracker_alloc(exts->net, &exts->ns_tracker, GFP_KERNEL); in tcf_exts_get_net() 250 return exts in tcf_exts_get_net() 256 tcf_exts_put_net(struct tcf_exts *exts) tcf_exts_put_net() argument 281 tcf_exts_hw_stats_update(const struct tcf_exts *exts, struct flow_stats *stats, bool use_act_stats) tcf_exts_hw_stats_update() argument 313 tcf_exts_has_actions(struct tcf_exts *exts) tcf_exts_has_actions() argument 334 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, struct tcf_result *res) tcf_exts_exec() argument 344 tcf_exts_exec_ex(struct sk_buff *skb, struct tcf_exts *exts, int act_index, struct tcf_result *res) tcf_exts_exec_ex() argument 645 struct tcf_exts *exts; global() member 785 struct tcf_exts *exts; global() member [all...] |
/third_party/openssl/ssl/statem/ |
H A D | extensions_cust.c | 81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, in custom_ext_find() argument 86 custom_ext_method *meth = exts->meths; in custom_ext_find() 88 for (i = 0; i < exts->meths_count; i++, meth++) { in custom_ext_find() 103 void custom_ext_init(custom_ext_methods *exts) in custom_ext_init() argument 106 custom_ext_method *meth = exts->meths; in custom_ext_init() 108 for (i = 0; i < exts->meths_count; i++, meth++) in custom_ext_init() 118 custom_ext_methods *exts = &s->cert->custext; in custom_ext_parse() local 125 meth = custom_ext_find(exts, role, ext_type, NULL); in custom_ext_parse() 176 custom_ext_methods *exts = &s->cert->custext; in custom_ext_add() local 181 for (i = 0; i < exts in custom_ext_add() 322 custom_exts_free(custom_ext_methods *exts) custom_exts_free() argument 354 custom_ext_methods *exts = &ctx->cert->custext; add_custom_ext_intern() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_grammar_tables.py | 109 def compose_extension_list(exts): 113 - exts: a sequence of extension names 116 a string containing the braced list of extensions named by exts. 119 ['spvtools::Extension::k{}'.format(e) for e in exts]) + '}' 216 def __init__(self, opname, caps, exts, operands, version, lastVersion): 222 - exts: a sequence of names of extensions enabling this enumerant 232 self.num_exts = len(exts) 233 self.exts = get_extension_array_name(exts) 262 '{num_exts}', '{exts}', [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_grammar_tables.py | 109 def compose_extension_list(exts): 113 - exts: a sequence of extension names 116 a string containing the braced list of extensions named by exts. 119 ['spvtools::Extension::k{}'.format(e) for e in exts]) + '}' 216 def __init__(self, opname, caps, exts, operands, version, lastVersion): 222 - exts: a sequence of names of extensions enabling this enumerant 232 self.num_exts = len(exts) 233 self.exts = get_extension_array_name(exts) 262 '{num_exts}', '{exts}', [all...] |
/third_party/spirv-tools/utils/ |
H A D | generate_grammar_tables.py | 119 def compose_extension_list(exts): 123 - exts: a sequence of extension names 126 a string containing the braced list of extensions named by exts. 129 ['spvtools::Extension::k{}'.format(e) for e in exts]) + '}' 226 def __init__(self, opname, caps, exts, operands, version, lastVersion): 232 - exts: a sequence of names of extensions enabling this enumerant 242 self.num_exts = len(exts) 243 self.exts = get_extension_array_name(exts) 277 '{num_exts}', '{exts}', [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_cgroup.c | 19 struct tcf_exts exts; member 41 return tcf_exts_exec(skb, &head->exts, res); in cls_cgroup_classify() 60 tcf_exts_destroy(&head->exts); in __cls_cgroup_destroy() 62 tcf_exts_put_net(&head->exts); in __cls_cgroup_destroy() 100 err = tcf_exts_init(&new->exts, net, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change() 111 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &new->exts, ovr, in cls_cgroup_change() 122 tcf_exts_get_net(&head->exts); in cls_cgroup_change() 127 tcf_exts_destroy(&new->exts); in cls_cgroup_change() 139 if (tcf_exts_get_net(&head->exts)) in cls_cgroup_destroy() 182 if (tcf_exts_dump(skb, &head->exts) < in cls_cgroup_dump() [all...] |
H A D | cls_matchall.c | 17 struct tcf_exts exts; member 40 return tcf_exts_exec(skb, &head->exts, res); in mall_classify() 50 tcf_exts_destroy(&head->exts); in __mall_destroy() 51 tcf_exts_put_net(&head->exts); in __mall_destroy() 92 cls_mall.rule = flow_rule_alloc(tcf_exts_num_actions(&head->exts)); in mall_replace_hw_filter() 100 err = tc_setup_flow_action(&cls_mall.rule->action, &head->exts); in mall_replace_hw_filter() 141 if (tcf_exts_get_net(&head->exts)) in mall_destroy() 171 err = tcf_exts_validate(net, tp, tb, est, &head->exts, ovr, true, in mall_set_parms() 216 err = tcf_exts_init(&new->exts, net, TCA_MATCHALL_ACT, 0); in mall_change() 253 tcf_exts_destroy(&new->exts); in mall_change() [all...] |
H A D | cls_fw.c | 38 struct tcf_exts exts; member 67 r = tcf_exts_exec(skb, &f->exts, res); in fw_classify() 115 tcf_exts_destroy(&f->exts); in __fw_delete_filter() 116 tcf_exts_put_net(&f->exts); in __fw_delete_filter() 145 if (tcf_exts_get_net(&f->exts)) in fw_destroy() 174 tcf_exts_get_net(&f->exts); in fw_delete() 208 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &f->exts, ovr, in fw_set_parms() 272 err = tcf_exts_init(&fnew->exts, net, TCA_FW_ACT, in fw_change() 281 tcf_exts_destroy(&fnew->exts); in fw_change() 295 tcf_exts_get_net(&f->exts); in fw_change() [all...] |
H A D | cls_bpf.c | 44 struct tcf_exts exts; member 128 ret = tcf_exts_exec(skb, &prog->exts, res); in cls_bpf_classify() 159 cls_bpf.exts = &obj->exts; in cls_bpf_offload_cmd() 234 cls_bpf.exts = &prog->exts; in cls_bpf_offload_update_stats() 270 tcf_exts_destroy(&prog->exts); in __cls_bpf_delete_prog() 271 tcf_exts_put_net(&prog->exts); in __cls_bpf_delete_prog() 296 if (tcf_exts_get_net(&prog->exts)) in __cls_bpf_delete() 422 ret = tcf_exts_validate(net, tp, tb, est, &prog->exts, ov in cls_bpf_set_parms() [all...] |
H A D | cls_basic.c | 30 struct tcf_exts exts; member 52 r = tcf_exts_exec(skb, &f->exts, res); in basic_classify() 89 tcf_exts_destroy(&f->exts); in __basic_delete_filter() 91 tcf_exts_put_net(&f->exts); in __basic_delete_filter() 116 if (tcf_exts_get_net(&f->exts)) in basic_destroy() 134 tcf_exts_get_net(&f->exts); in basic_delete() 153 err = tcf_exts_validate(net, tp, tb, est, &f->exts, ovr, true, extack); in basic_set_parms() 198 err = tcf_exts_init(&fnew->exts, net, TCA_BASIC_ACT, TCA_BASIC_POLICE); in basic_change() 233 tcf_exts_get_net(&fold->exts); in basic_change() 242 tcf_exts_destroy(&fnew->exts); in basic_change() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_cgroup.c | 20 struct tcf_exts exts; member 43 return tcf_exts_exec(skb, &head->exts, res); in cls_cgroup_classify() 62 tcf_exts_destroy(&head->exts); in __cls_cgroup_destroy() 64 tcf_exts_put_net(&head->exts); in __cls_cgroup_destroy() 102 err = tcf_exts_init(&new->exts, net, TCA_CGROUP_ACT, TCA_CGROUP_POLICE); in cls_cgroup_change() 113 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &new->exts, flags, in cls_cgroup_change() 124 tcf_exts_get_net(&head->exts); in cls_cgroup_change() 129 tcf_exts_destroy(&new->exts); in cls_cgroup_change() 141 if (tcf_exts_get_net(&head->exts)) in cls_cgroup_destroy() 184 if (tcf_exts_dump(skb, &head->exts) < in cls_cgroup_dump() [all...] |
H A D | cls_matchall.c | 18 struct tcf_exts exts; member 42 return tcf_exts_exec(skb, &head->exts, res); in mall_classify() 52 tcf_exts_destroy(&head->exts); in __mall_destroy() 53 tcf_exts_put_net(&head->exts); in __mall_destroy() 94 cls_mall.rule = flow_rule_alloc(tcf_exts_num_actions(&head->exts)); in mall_replace_hw_filter() 102 err = tc_setup_offload_action(&cls_mall.rule->action, &head->exts, in mall_replace_hw_filter() 140 if (tcf_exts_get_net(&head->exts)) in mall_destroy() 196 err = tcf_exts_init(&new->exts, net, TCA_MATCHALL_ACT, 0); in mall_change() 211 &new->exts, flags, new->flags, extack); in mall_change() 241 tcf_exts_destroy(&new->exts); in mall_change() [all...] |
H A D | cls_fw.c | 39 struct tcf_exts exts; member 69 r = tcf_exts_exec(skb, &f->exts, res); in fw_classify() 117 tcf_exts_destroy(&f->exts); in __fw_delete_filter() 118 tcf_exts_put_net(&f->exts); in __fw_delete_filter() 147 if (tcf_exts_get_net(&f->exts)) in fw_destroy() 176 tcf_exts_get_net(&f->exts); in fw_delete() 210 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &f->exts, flags, in fw_set_parms() 273 err = tcf_exts_init(&fnew->exts, net, TCA_FW_ACT, in fw_change() 282 tcf_exts_destroy(&fnew->exts); in fw_change() 296 tcf_exts_get_net(&f->exts); in fw_change() [all...] |
H A D | cls_api.c | 56 const struct tcf_exts *exts; member 65 * action index in the exts tc actions array. 77 tcf_exts_miss_cookie_base_alloc(struct tcf_exts *exts, struct tcf_proto *tp, in tcf_exts_miss_cookie_base_alloc() argument 95 n->exts = exts; in tcf_exts_miss_cookie_base_alloc() 103 exts->miss_cookie_node = n; in tcf_exts_miss_cookie_base_alloc() 111 static void tcf_exts_miss_cookie_base_destroy(struct tcf_exts *exts) in tcf_exts_miss_cookie_base_destroy() argument 115 if (!exts->miss_cookie_node) in tcf_exts_miss_cookie_base_destroy() 118 n = exts->miss_cookie_node; in tcf_exts_miss_cookie_base_destroy() 133 tcf_exts_miss_cookie_base_alloc(struct tcf_exts *exts, struc argument 139 tcf_exts_miss_cookie_base_destroy(struct tcf_exts *exts) tcf_exts_miss_cookie_base_destroy() argument 1679 struct tcf_exts *exts; __tcf_classify() local 3214 tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action, int police, struct tcf_proto *tp, u32 handle, bool use_action_miss) tcf_exts_init_ex() argument 3255 tcf_exts_destroy(struct tcf_exts *exts) tcf_exts_destroy() argument 3269 tcf_exts_validate_ex(struct net *net, struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, u32 flags, u32 fl_flags, struct netlink_ext_ack *extack) tcf_exts_validate_ex() argument 3324 tcf_exts_validate(struct net *net, struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, u32 flags, struct netlink_ext_ack *extack) tcf_exts_validate() argument 3345 tcf_exts_first_act(struct tcf_exts *exts) tcf_exts_first_act() argument 3354 tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_dump() argument 3395 tcf_exts_terse_dump(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_terse_dump() argument 3421 tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_dump_stats() argument 3799 tc_setup_offload_action(struct flow_action *flow_action, const struct tcf_exts *exts, struct netlink_ext_ack *extack) tc_setup_offload_action() argument 3819 tcf_exts_num_actions(struct tcf_exts *exts) tcf_exts_num_actions() argument [all...] |
H A D | cls_bpf.c | 45 struct tcf_exts exts; member 130 ret = tcf_exts_exec(skb, &prog->exts, res); in cls_bpf_classify() 160 cls_bpf.exts = &obj->exts; in cls_bpf_offload_cmd() 235 cls_bpf.exts = &prog->exts; in cls_bpf_offload_update_stats() 271 tcf_exts_destroy(&prog->exts); in __cls_bpf_delete_prog() 272 tcf_exts_put_net(&prog->exts); in __cls_bpf_delete_prog() 297 if (tcf_exts_get_net(&prog->exts)) in __cls_bpf_delete() 436 ret = tcf_exts_init(&prog->exts, ne in cls_bpf_change() [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 42 const struct vk_device_extension_table *exts = in vn_physical_device_init_features() local 122 VN_ADD_EXT_TO_PNEXT(exts->EXT_4444_formats, feats->argb_4444_formats, in vn_physical_device_init_features() 124 VN_ADD_EXT_TO_PNEXT(exts->EXT_extended_dynamic_state, in vn_physical_device_init_features() 127 VN_ADD_EXT_TO_PNEXT(exts->EXT_extended_dynamic_state2, in vn_physical_device_init_features() 130 VN_ADD_EXT_TO_PNEXT(exts->EXT_image_robustness, feats->image_robustness, in vn_physical_device_init_features() 132 VN_ADD_EXT_TO_PNEXT(exts->EXT_inline_uniform_block, in vn_physical_device_init_features() 135 VN_ADD_EXT_TO_PNEXT(exts->KHR_dynamic_rendering, feats->dynamic_rendering, in vn_physical_device_init_features() 137 VN_ADD_EXT_TO_PNEXT(exts->KHR_maintenance4, feats->maintenance4, in vn_physical_device_init_features() 139 VN_ADD_EXT_TO_PNEXT(exts->EXT_shader_demote_to_helper_invocation, in vn_physical_device_init_features() 145 VN_ADD_EXT_TO_PNEXT(exts in vn_physical_device_init_features() 423 const struct vk_device_extension_table *exts = vn_physical_device_init_properties() local 897 vn_physical_device_get_native_extensions( const struct vn_physical_device *physical_dev, struct vk_device_extension_table *exts) vn_physical_device_get_native_extensions() argument 942 vn_physical_device_get_passthrough_extensions( const struct vn_physical_device *physical_dev, struct vk_device_extension_table *exts) vn_physical_device_get_passthrough_extensions() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | est.c | 250 STACK_OF(X509_EXTENSION) *exts) in add_csrattrs_oid() 274 STACK_OF(X509_EXTENSION) *exts) in add_csrattrs_ext_req() 304 STACK_OF(X509_EXTENSION) *exts) in add_csrattrs_attr() 317 add_csrattrs_ext_req(ctx, attr->values, exts); in add_csrattrs_attr() 336 STACK_OF(X509_EXTENSION) *exts) in add_csrattrs() 352 add_csrattrs_oid(ctx, ao->d.oid, exts); in add_csrattrs() 355 add_csrattrs_attr(ctx, ao->d.attribute, exts); in add_csrattrs() 373 add_csrattrs_oid(ctx, ao->d.oid, exts); in add_csrattrs() 376 add_csrattrs_attr(ctx, ao->d.attribute, exts); in add_csrattrs() 396 STACK_OF(X509_EXTENSION) *exts in generate_csr() 249 add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_oid() argument 272 add_csrattrs_ext_req(struct hs20_osu_client *ctx, STACK_OF(ASN1_OBJECT) *values, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_ext_req() argument 303 add_csrattrs_attr(struct hs20_osu_client *ctx, Attribute *attr, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_attr() argument 335 add_csrattrs(struct hs20_osu_client *ctx, CsrAttrs *csrattrs, STACK_OF(X509_EXTENSION) *exts) add_csrattrs() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | est.c | 250 STACK_OF(X509_EXTENSION) *exts) in add_csrattrs_oid() 274 STACK_OF(X509_EXTENSION) *exts) in add_csrattrs_ext_req() 304 STACK_OF(X509_EXTENSION) *exts) in add_csrattrs_attr() 317 add_csrattrs_ext_req(ctx, attr->values, exts); in add_csrattrs_attr() 336 STACK_OF(X509_EXTENSION) *exts) in add_csrattrs() 352 add_csrattrs_oid(ctx, ao->d.oid, exts); in add_csrattrs() 355 add_csrattrs_attr(ctx, ao->d.attribute, exts); in add_csrattrs() 373 add_csrattrs_oid(ctx, ao->d.oid, exts); in add_csrattrs() 376 add_csrattrs_attr(ctx, ao->d.attribute, exts); in add_csrattrs() 396 STACK_OF(X509_EXTENSION) *exts in generate_csr() 249 add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_oid() argument 272 add_csrattrs_ext_req(struct hs20_osu_client *ctx, STACK_OF(ASN1_OBJECT) *values, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_ext_req() argument 303 add_csrattrs_attr(struct hs20_osu_client *ctx, Attribute *attr, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_attr() argument 335 add_csrattrs(struct hs20_osu_client *ctx, CsrAttrs *csrattrs, STACK_OF(X509_EXTENSION) *exts) add_csrattrs() argument [all...] |
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | vport-vxlan.c | 31 struct nlattr *exts; in vxlan_get_options() local 33 exts = nla_nest_start_noflag(skb, OVS_TUNNEL_ATTR_EXTENSION); in vxlan_get_options() 34 if (!exts) in vxlan_get_options() 41 nla_nest_end(skb, exts); in vxlan_get_options() 54 struct nlattr *exts[OVS_VXLAN_EXT_MAX + 1]; in vxlan_configure_exts() local 60 err = nla_parse_nested_deprecated(exts, OVS_VXLAN_EXT_MAX, attr, in vxlan_configure_exts() 65 if (exts[OVS_VXLAN_EXT_GBP]) in vxlan_configure_exts()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | vport-vxlan.c | 31 struct nlattr *exts; in vxlan_get_options() local 33 exts = nla_nest_start_noflag(skb, OVS_TUNNEL_ATTR_EXTENSION); in vxlan_get_options() 34 if (!exts) in vxlan_get_options() 41 nla_nest_end(skb, exts); in vxlan_get_options() 54 struct nlattr *exts[OVS_VXLAN_EXT_MAX + 1]; in vxlan_configure_exts() local 60 err = nla_parse_nested_deprecated(exts, OVS_VXLAN_EXT_MAX, attr, in vxlan_configure_exts() 65 if (exts[OVS_VXLAN_EXT_GBP]) in vxlan_configure_exts()
|
/third_party/python/Tools/scripts/ |
H A D | byext.py | 79 exts = sorted(self.stats) 82 for ext in exts: 86 colwidth["ext"] = max(map(len, exts)) 92 for ext in exts: 103 exts.append("TOTAL") 104 for ext in exts: 114 for ext in exts:
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_build_ext.py | 268 exts = [('bar', 'foo', 'bar'), 'foo'] 269 self.assertRaises(DistutilsSetupError, cmd.check_extensions_list, exts) 274 exts = [('foo-bar', '')] 275 self.assertRaises(DistutilsSetupError, cmd.check_extensions_list, exts) 279 exts = [('foo.bar', '')] 280 self.assertRaises(DistutilsSetupError, cmd.check_extensions_list, exts) 283 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo', 285 cmd.check_extensions_list(exts) 286 ext = exts[0] 296 exts [all...] |