/external/fonttools/Lib/fontTools/varLib/ |
D | errors.py | 168 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/ |
D | clinic.py | 2415 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/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | quantization_util.h | 39 ArrayDataType default_type);
|
D | quantization_util.cc | 57 ArrayDataType default_type) { in GetQuantizedDataType() argument 70 return default_type; in GetQuantizedDataType()
|
/external/e2fsprogs/e2fsck/ |
D | e2fsck.h | 648 unsigned int default_type, 653 int default_type, 658 int default_type, 663 int default_type,
|
D | util.c | 798 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/libchrome/base/i18n/ |
D | time_formatting.cc | 116 HourClockType default_type = GetHourClockType(); in TimeFormatTimeOfDayWithHourClockType() local 117 if (default_type == type && (type == k24HourClock || ampm == kKeepAmPm)) { in TimeFormatTimeOfDayWithHourClockType()
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_generator.cc | 218 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/libxkbcommon/src/xkbcomp/ |
D | symbols.c | 99 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/selinux/checkpolicy/ |
D | policy_scan.l | 249 default_type |
|
D | policy_define.c | 452 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/ |
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 | 393 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()
|
D | kernel_to_conf.c | 641 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()
|
D | kernel_to_cil.c | 666 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()
|
D | module_to_cil.c | 2016 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()
|
D | write.c | 1059 buf[0] = cpu_to_le32(cladatum->default_type); in class_write()
|
/external/python/cpython2/Objects/stringlib/ |
D | formatter.h | 172 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/ |
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()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 125 char default_type; member
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 334 auto default_type = Comparison::DefaultComparisonType( in ImportInstructionImpl() local 336 if (compare->type() != default_type) in ImportInstructionImpl()
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 2025 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/ |
D | import_model.cc | 1024 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/ |
D | cil_binary.c | 3547 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/ |
D | ippeveprinter.c | 4745 *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()
|