HomeSort by relevance Sort by last modified time
    Searched full:type_funcs (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/otvalid/
otvgsub.c 399 /* uses otvalid->type_funcs */
434 validate = otvalid->type_funcs[ExtensionLookupType - 1];
544 /* sets otvalid->type_funcs */
595 otvalid->type_funcs = (OTV_Validate_Func*)otv_gsub_validate_funcs;
otvgpos.c 897 /* uses otvalid->type_funcs */
930 validate = otvalid->type_funcs[ExtensionLookupType - 1];
958 /* sets otvalid->type_funcs */
965 otvalid->type_funcs = (OTV_Validate_Func*)otv_gpos_validate_funcs;
1029 otvalid->type_funcs = (OTV_Validate_Func*)otv_gpos_validate_funcs;
otvcommn.h 48 OTV_Validate_Func* type_funcs; member in struct:OTV_ValidatorRec_
otvcommn.c 350 /* uses otvalid->type_funcs */
373 validate = otvalid->type_funcs[LookupType - 1];
  /external/tensorflow/tensorflow/python/kernel_tests/
lookup_ops_test.py 623 type_funcs = [str, constant_op.constant]
624 for type_func in type_funcs:
    [all...]

Completed in 793 milliseconds