Home
last modified time | relevance | path

Searched defs:default_type (Results 1 – 15 of 15) sorted by relevance

/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
2737 default_type = bool variable in bool_converter
2795 default_type = (bytes, bytearray) variable in char_converter
2829 default_type = int variable in unsigned_char_converter
2888 default_type = int variable in short_converter
2924 default_type = int variable in unsigned_short_converter
2951 default_type = int variable in int_converter
2996 default_type = int variable in unsigned_int_converter
3022 default_type = int variable in long_converter
3043 default_type = int variable in unsigned_long_converter
[all …]
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantization_util.cc57 ArrayDataType default_type) { in GetQuantizedDataType()
/external/libchrome/base/i18n/
Dtime_formatting.cc116 HourClockType default_type = GetHourClockType(); in TimeFormatTimeOfDayWithHourClockType() local
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_generator.cc218 Type default_type = Type::ForDataType(attr.default_value()->type()); in RenderFactoryMethods() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc334 auto default_type = Comparison::DefaultComparisonType( in ImportInstructionImpl() local
/external/e2fsprogs/e2fsck/
Dutil.c798 void e2fsck_set_bitmap_type(ext2_filsys fs, unsigned int default_type, in e2fsck_set_bitmap_type()
/external/python/cpython2/Objects/stringlib/
Dformatter.h172 char default_type, in parse_internal_render_format_spec()
/external/python/cpython3/Python/
Dformatter_unicode.c168 char default_type, in parse_internal_render_format_spec()
/external/libxkbcommon/src/xkbcomp/
Dsymbols.c99 xkb_atom_t default_type; member
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h125 char default_type; member
/external/libcups/tools/
Dippeveprinter.c4745 *default_type = NULL; /* Default media type */ in load_ppd_attributes() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc1024 auto default_type = [&]() -> StatusOr<mlir::Type> { in InferOutputType() local
/external/libaom/libaom/av1/encoder/
Dencodetxb.c2025 const TX_TYPE default_type = get_default_tx_type( local
/external/python/cpython3/Parser/pegen/
Dparse.c132 #define default_type 1054 macro