/third_party/python/Tools/clinic/ |
D | clinic.py | 2414 default_type = None variable in CConverter 2493 if self.default_type and not isinstance(default, (self.default_type, Unknown)): 2494 if isinstance(self.default_type, type): 2495 types_str = self.default_type.__name__ 2497 types_str = ', '.join((cls.__name__ for cls in self.default_type)) 2736 default_type = bool variable in bool_converter 2789 default_type = (bytes, bytearray) variable in char_converter 2794 if isinstance(self.default, self.default_type): 2823 default_type = int variable in unsigned_char_converter 2872 default_type = int variable in short_converter [all …]
|
/third_party/selinux/checkpolicy/ |
D | policy_scan.l | 263 default_type |
|
D | policy_define.c | 447 if (cladatum->default_type && cladatum->default_type != which) { in define_default_type() 451 cladatum->default_type = which; in define_default_type()
|
/third_party/selinux/libsepol/src/ |
D | link.c | 228 if (olddatum->default_type) { in class_copy_default_new_object() 229 if (newdatum->default_type && olddatum->default_type != newdatum->default_type) { in class_copy_default_new_object() 233 newdatum->default_type = olddatum->default_type; in class_copy_default_new_object()
|
D | expand.c | 428 if (olddatum->default_type) { in class_copy_default_new_object() 429 if (newdatum->default_type && olddatum->default_type != newdatum->default_type) { in class_copy_default_new_object() 433 newdatum->default_type = olddatum->default_type; in class_copy_default_new_object()
|
D | kernel_to_conf.c | 663 switch (class->default_type) { in write_default_type_to_conf() 671 sepol_log_err("Unknown default type value: %i", class->default_type); in write_default_type_to_conf() 748 if (class->default_type != 0) { in write_default_rules_to_conf()
|
D | services.c | 1391 if (cladatum && cladatum->default_type == DEFAULT_SOURCE) { in sepol_compute_sid() 1393 } else if (cladatum && cladatum->default_type == DEFAULT_TARGET) { in sepol_compute_sid()
|
D | kernel_to_cil.c | 687 switch (class->default_type) { in write_default_type_to_cil() 695 sepol_log_err("Unknown default type value: %i", class->default_type); in write_default_type_to_cil() 772 if (class->default_type != 0) { in write_default_rules_to_cil()
|
D | module_to_cil.c | 2034 if (class->default_type != 0) { in class_to_cil() 2035 switch (class->default_type) { in class_to_cil() 2039 log_err("Unknown default type value: %i", class->default_type); in class_to_cil()
|
D | policydb_validate.c | 399 switch (class->default_type) { in validate_class_datum()
|
D | write.c | 1121 buf[0] = cpu_to_le32(cladatum->default_type); in class_write()
|
D | policydb.c | 2339 cladatum->default_type = le32_to_cpu(buf[0]); in class_read()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gst_private.h | 169 …value_parse_value (gchar * str, gchar ** after, GValue * value, GType default_type, GParamSpec *ps…
|
D | gstvalue.c | 2739 gchar ** after, GValue * value, GType default_type, GParamSpec * pspec) in _priv_gst_value_parse_value() argument 2748 GType type = default_type; in _priv_gst_value_parse_value()
|
/third_party/python/Python/ |
D | formatter_unicode.c | 168 char default_type, in parse_internal_render_format_spec() argument 189 format->type = default_type; in parse_internal_render_format_spec()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 125 char default_type; member
|
/third_party/node/deps/v8/src/d8/ |
D | d8.h | 604 CodeType default_type);
|
D | d8.cc | 2492 CodeType default_type) { in ReadSource() argument 2500 code_type = default_type; in ReadSource()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_binary.c | 3766 if (!sepol_class->default_type) { in cil_default_to_policydb() 3767 sepol_class->default_type = def->object; in cil_default_to_policydb() 3768 } else if (sepol_class->default_type != (char)def->object) { in cil_default_to_policydb()
|
/third_party/python/Parser/ |
D | parser.c | 166 #define default_type 1090 macro
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 54148 char default_type; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 31053 …<var-decl name="default_type" type-id="f0981eeb" visibility="default" filepath="include/linux/gpio… 59487 …<var-decl name="default_type" type-id="f0981eeb" visibility="default" filepath="include/linux/gpio…
|
D | test-PR27569-v0.abi | 31025 …<var-decl name="default_type" type-id="f0981eeb" visibility="default" filepath="include/linux/gpio… 59473 …<var-decl name="default_type" type-id="f0981eeb" visibility="default" filepath="include/linux/gpio…
|