/third_party/boost/boost/log/attributes/ |
D | fallback_policy.hpp | 125 typedef typename remove_cv< typename remove_reference< DefaultT >::type >::type default_type; typedef 137 explicit fallback_to_default(default_type const& def_val) : m_default(def_val) in fallback_to_default()
|
/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/e2fsprogs/e2fsck/ |
D | e2fsck.h | 703 unsigned int default_type, 708 int default_type, 713 int default_type, 718 int default_type,
|
D | util.c | 796 void e2fsck_set_bitmap_type(ext2_filsys fs, unsigned int default_type, in e2fsck_set_bitmap_type() argument 805 default_type, &type); in e2fsck_set_bitmap_type() 807 fs->default_bitmap_type = type ? type : default_type; in e2fsck_set_bitmap_type()
|
/third_party/selinux/checkpolicy/ |
D | policy_scan.l | 256 default_type |
|
D | policy_define.c | 448 if (cladatum->default_type && cladatum->default_type != which) { in define_default_type() 452 cladatum->default_type = which; in define_default_type()
|
/third_party/selinux/libsepol/src/ |
D | link.c | 226 if (olddatum->default_type) { in class_copy_default_new_object() 227 if (newdatum->default_type && olddatum->default_type != newdatum->default_type) { in class_copy_default_new_object() 231 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_cil.c | 670 switch (class->default_type) { in write_default_type_to_cil() 678 sepol_log_err("Unknown default type value: %i", class->default_type); in write_default_type_to_cil() 752 if (class->default_type != 0) { in write_default_rules_to_cil()
|
D | kernel_to_conf.c | 645 switch (class->default_type) { in write_default_type_to_conf() 653 sepol_log_err("Unknown default type value: %i", class->default_type); in write_default_type_to_conf() 727 if (class->default_type != 0) { in write_default_rules_to_conf()
|
D | services.c | 1384 if (cladatum && cladatum->default_type == DEFAULT_SOURCE) { in sepol_compute_sid() 1386 } else if (cladatum && cladatum->default_type == DEFAULT_TARGET) { in sepol_compute_sid()
|
D | module_to_cil.c | 2027 if (class->default_type != 0) { in class_to_cil() 2028 switch (class->default_type) { in class_to_cil() 2032 log_err("Unknown default type value: %i", class->default_type); in class_to_cil()
|
D | write.c | 1119 buf[0] = cpu_to_le32(cladatum->default_type); in class_write()
|
D | policydb.c | 2322 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/boost/boost/graph/distributed/ |
D | named_graph.hpp | 81 typedef type default_type; typedef 101 default_type; typedef
|
D | adjacency_list.hpp | 1469 ProcessGroup>::default_type
|
/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/glib/gio/ |
D | gwin32appinfo.c | 662 GWin32RegistryValueType default_type; in read_handler_icon() local 678 &default_type, in read_handler_icon() 689 if (default_type == G_WIN32_REGISTRY_VALUE_STR && in read_handler_icon() 2029 GWin32RegistryValueType default_type; in collect_capable_apps_from_clients() local 2051 &default_type, in collect_capable_apps_from_clients() 2056 if (default_type != G_WIN32_REGISTRY_VALUE_STR || in collect_capable_apps_from_clients()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_binary.c | 3632 if (!sepol_class->default_type) { in cil_default_to_policydb() 3633 sepol_class->default_type = def->object; in cil_default_to_policydb() 3634 } 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
|