Home
last modified time | relevance | path

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

12

/external/fonttools/Lib/fontTools/varLib/
Derrors.py168 def __init__(self, point_type, pt_index, m_index, default_type, glyph_name): argument
180 def __init__(self, hint_type, cmd_index, m_index, default_type, glyph_name): argument
/external/python/cpython3/Tools/clinic/
Dclinic.py2415 default_type = None variable in CConverter
2494 if self.default_type and not isinstance(default, (self.default_type, Unknown)):
2495 if isinstance(self.default_type, type):
2496 types_str = self.default_type.__name__
2498 types_str = ', '.join((cls.__name__ for cls in self.default_type))
2737 default_type = bool variable in bool_converter
2795 default_type = (bytes, bytearray) variable in char_converter
2800 if isinstance(self.default, self.default_type):
2829 default_type = int variable in unsigned_char_converter
2888 default_type = int variable in short_converter
[all …]
/external/e2fsprogs/e2fsck/
De2fsck.h648 unsigned int default_type,
653 int default_type,
658 int default_type,
663 int default_type,
Dutil.c798 void e2fsck_set_bitmap_type(ext2_filsys fs, unsigned int default_type, in e2fsck_set_bitmap_type() argument
807 default_type, &type); in e2fsck_set_bitmap_type()
809 fs->default_bitmap_type = type ? type : default_type; in e2fsck_set_bitmap_type()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantization_util.h39 ArrayDataType default_type);
Dquantization_util.cc57 ArrayDataType default_type) { in GetQuantizedDataType() argument
70 return default_type; in GetQuantizedDataType()
/external/libchrome/base/i18n/
Dtime_formatting.cc116 HourClockType default_type = GetHourClockType(); in TimeFormatTimeOfDayWithHourClockType() local
117 if (default_type == type && (type == k24HourClock || ampm == kKeepAmPm)) { in TimeFormatTimeOfDayWithHourClockType()
/external/libxkbcommon/src/xkbcomp/
Dsymbols.c99 xkb_atom_t default_type; member
397 into->default_type = from->default_type; in MergeKeys()
809 keyi->default_type = val; in SetSymbolsField()
1354 if (keyi->default_type != XKB_ATOM_NONE) { in FindTypeForGroup()
1355 type_name = keyi->default_type; in FindTypeForGroup()
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_generator.cc218 Type default_type = Type::ForDataType(attr.default_value()->type()); in RenderFactoryMethods() local
219 if (!default_type.wildcard()) { in RenderFactoryMethods()
220 default_types.insert(std::make_pair(attr.type().name(), default_type)); in RenderFactoryMethods()
/external/selinux/checkpolicy/
Dpolicy_scan.l249 default_type |
Dpolicy_define.c452 if (cladatum->default_type && cladatum->default_type != which) { in define_default_type()
456 cladatum->default_type = which; in define_default_type()
/external/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.c393 if (olddatum->default_type) { in class_copy_default_new_object()
394 if (newdatum->default_type && olddatum->default_type != newdatum->default_type) { in class_copy_default_new_object()
398 newdatum->default_type = olddatum->default_type; in class_copy_default_new_object()
Dkernel_to_cil.c666 switch (class->default_type) { in write_default_type_to_cil()
674 sepol_log_err("Unknown default type value: %i", class->default_type); in write_default_type_to_cil()
748 if (class->default_type != 0) { in write_default_rules_to_cil()
Dkernel_to_conf.c641 switch (class->default_type) { in write_default_type_to_conf()
649 sepol_log_err("Unknown default type value: %i", class->default_type); in write_default_type_to_conf()
723 if (class->default_type != 0) { in write_default_rules_to_conf()
Dmodule_to_cil.c2016 if (class->default_type != 0) { in class_to_cil()
2017 switch (class->default_type) { in class_to_cil()
2021 log_err("Unknown default type value: %i", class->default_type); in class_to_cil()
Dwrite.c1059 buf[0] = cpu_to_le32(cladatum->default_type); in class_write()
/external/python/cpython2/Objects/stringlib/
Dformatter.h172 char default_type, in parse_internal_render_format_spec() argument
192 format->type = default_type; in parse_internal_render_format_spec()
/external/python/cpython3/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()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h125 char default_type; member
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc334 auto default_type = Comparison::DefaultComparisonType( in ImportInstructionImpl() local
336 if (compare->type() != default_type) in ImportInstructionImpl()
/external/libaom/libaom/av1/encoder/
Dencodetxb.c2025 const TX_TYPE default_type = get_default_tx_type( local
2027 (void)default_type;
2028 assert(tx_type == default_type);
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc1024 auto default_type = [&]() -> StatusOr<mlir::Type> { in InferOutputType() local
1032 if (node.num_inputs() > 0) return default_type(); in InferOutputType()
1075 return default_type(); in InferOutputType()
1080 return default_type(); in InferOutputType()
/external/selinux/libsepol/cil/src/
Dcil_binary.c3547 if (!sepol_class->default_type) { in cil_default_to_policydb()
3548 sepol_class->default_type = def->object; in cil_default_to_policydb()
3549 } else if (sepol_class->default_type != (char)def->object) { in cil_default_to_policydb()
/external/libcups/tools/
Dippeveprinter.c4745 *default_type = NULL; /* Default media type */ in load_ppd_attributes() local
5059 …col = create_media_col(default_size->map.pwg, default_source, default_type, default_size->width, d… in load_ppd_attributes()
5064 …col = create_media_col(default_size->map.pwg, default_source, default_type, default_size->width, d… in load_ppd_attributes()

12