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.py746 for collect_func in (
784 collect_func(info_add)
787 print("ERROR: %s() failed" % (collect_func.__name__),
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh739 collect_glyphs_func_t collect_func, in collect_array() argument
744 | hb_apply ([&] (const HBUINT16 &_) { collect_func (glyphs, _, collect_data); }) in collect_array()