Home
last modified time | relevance | path

Searched refs:default_type (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Tools/clinic/
H A Dclinic.py2516 default_type = None variable in CConverter
2595 if self.default_type and not isinstance(default, (self.default_type, Unknown)):
2596 if isinstance(self.default_type, type):
2597 types_str = self.default_type.__name__
2599 types_str = ', '.join((cls.__name__ for cls in self.default_type))
2862 default_type = bool variable in bool_converter
2913 default_type = (bytes, bytearray) variable in char_converter
2918 if isinstance(self.default, self.default_type):
2947 default_type variable in unsigned_char_converter
2996 default_type = int global() variable in short_converter
3027 default_type = int global() variable in unsigned_short_converter
3049 default_type = int global() variable in int_converter
3089 default_type = int global() variable in unsigned_int_converter
3110 default_type = int global() variable in long_converter
3126 default_type = int global() variable in unsigned_long_converter
3149 default_type = int global() variable in long_long_converter
3165 default_type = int global() variable in unsigned_long_long_converter
3260 default_type = float global() variable in float_converter
3282 default_type = float global() variable in double_converter
3305 default_type = complex global() variable in Py_complex_converter
3357 default_type = (str, Null, NoneType) global() variable in str_converter
3511 default_type = (str, Null, NoneType) global() variable in unicode_converter
3535 default_type = (str, Null, NoneType) global() variable in Py_UNICODE_converter
[all...]
/third_party/selinux/libsepol/src/
H A Dlink.c228 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()
H A 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()
H A Dkernel_to_cil.c687 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()
768 /* default_type */ in write_default_rules_to_cil()
772 if (class->default_type != 0) { in write_default_rules_to_cil()
H A Dkernel_to_conf.c663 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()
674 sepol_printf(out, "default_type { %s } %s;\n", class_name, dft); in write_default_type_to_conf()
744 /* default_type */ in write_default_rules_to_conf()
748 if (class->default_type != 0) { in write_default_rules_to_conf()
H A Dservices.c1391 if (cladatum && cladatum->default_type == DEFAULT_SOURCE) { in sepol_compute_sid()
1393 } else if (cladatum && cladatum->default_type == DEFAULT_TARGET) { in sepol_compute_sid()
H A Dmodule_to_cil.c2034 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()
H A Dpolicydb_validate.c399 switch (class->default_type) { in validate_class_datum()
H A Dwrite.c1121 buf[0] = cpu_to_le32(cladatum->default_type); in class_write()
H A Dpolicydb.c2339 cladatum->default_type = le32_to_cpu(buf[0]); in class_read()
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h125 char default_type; member
/third_party/python/Python/
H A Dformatter_unicode.c153 char default_type, in parse_internal_render_format_spec()
175 format->type = default_type; in parse_internal_render_format_spec()
149 parse_internal_render_format_spec(PyObject *obj, PyObject *format_spec, Py_ssize_t start, Py_ssize_t end, InternalFormatSpec *format, char default_type, char default_align) parse_internal_render_format_spec() argument
/third_party/node/deps/v8/src/d8/
H A Dd8.h604 CodeType default_type);
H A Dd8.cc2488 // by the `default_type` or an optional options bag provided in `args[index+1]`
2492 CodeType default_type) { in ReadSource()
2500 code_type = default_type; in ReadSource()
2490 ReadSource( const v8::FunctionCallbackInfo<v8::Value>& args, int index, CodeType default_type) ReadSource() argument
/third_party/selinux/libsepol/cil/src/
H A Dcil_binary.c3766 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/selinux/checkpolicy/
H A Dpolicy_define.c447 if (cladatum->default_type && cladatum->default_type != which) { in define_default_type()
451 cladatum->default_type = which; in define_default_type()
/third_party/python/Parser/
H A Dparser.c130 #define default_type 1050 macro
[all...]

Completed in 99 milliseconds