Home
last modified time | relevance | path

Searched refs:type_funcs (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/otvalid/
Dotvgsub.c434 validate = otvalid->type_funcs[ExtensionLookupType - 1]; in otv_ExtensionSubst_validate()
595 otvalid->type_funcs = (OTV_Validate_Func*)otv_gsub_validate_funcs; in otv_GSUB_validate()
Dotvgpos.c930 validate = otvalid->type_funcs[ExtensionLookupType - 1]; in otv_ExtensionPos_validate()
965 otvalid->type_funcs = (OTV_Validate_Func*)otv_gpos_validate_funcs; in otv_GPOS_subtable_validate()
1029 otvalid->type_funcs = (OTV_Validate_Func*)otv_gpos_validate_funcs; in otv_GPOS_validate()
Dotvcommn.h48 OTV_Validate_Func* type_funcs; member
Dotvcommn.c373 validate = otvalid->type_funcs[LookupType - 1]; in otv_Lookup_validate()
/external/tensorflow/tensorflow/python/kernel_tests/
Dlookup_ops_test.py1998 type_funcs = [str, constant_op.constant]
1999 for type_func in type_funcs: