Home
last modified time | relevance | path

Searched refs:collect_func (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dpythoninfo.py532 for collect_func in (
561 collect_func(info_add)
564 print("ERROR: %s() failed" % (collect_func.__name__),
/external/python/cpython3/Lib/test/
Dpythoninfo.py606 for collect_func in (
637 collect_func(info_add)
640 print("ERROR: %s() failed" % (collect_func.__name__),
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh734 collect_glyphs_func_t collect_func, in collect_array() argument
738 collect_func (glyphs, values[i], collect_data); in collect_array()