Home
last modified time | relevance | path

Searched refs:default_type (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/log/attributes/
Dfallback_policy.hpp125 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/
Dclinic.py2414 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/
De2fsck.h703 unsigned int default_type,
708 int default_type,
713 int default_type,
718 int default_type,
Dutil.c796 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/
Dpolicy_scan.l256 default_type |
Dpolicy_define.c448 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/
Dlink.c226 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()
Dexpand.c428 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()
Dkernel_to_cil.c670 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()
Dkernel_to_conf.c645 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()
Dservices.c1384 if (cladatum && cladatum->default_type == DEFAULT_SOURCE) { in sepol_compute_sid()
1386 } else if (cladatum && cladatum->default_type == DEFAULT_TARGET) { in sepol_compute_sid()
Dmodule_to_cil.c2027 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()
Dwrite.c1119 buf[0] = cpu_to_le32(cladatum->default_type); in class_write()
Dpolicydb.c2322 cladatum->default_type = le32_to_cpu(buf[0]); in class_read()
/third_party/gstreamer/gstreamer/gst/
Dgst_private.h169 …value_parse_value (gchar * str, gchar ** after, GValue * value, GType default_type, GParamSpec *ps…
Dgstvalue.c2739 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/
Dnamed_graph.hpp81 typedef type default_type; typedef
101 default_type; typedef
Dadjacency_list.hpp1469 ProcessGroup>::default_type
/third_party/python/Python/
Dformatter_unicode.c168 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/
Dpolicydb.h125 char default_type; member
/third_party/glib/gio/
Dgwin32appinfo.c662 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/
Dcil_binary.c3632 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/
Dparser.c166 #define default_type 1090 macro