Home
last modified time | relevance | path

Searched defs:tlist (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-graphite2.cc54 hb_graphite2_tablelist_t *tlist; member
60 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() local
125 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local
/external/python/cpython3/Lib/turtledemo/
Dforest.py31 def tree(tlist, size, level, widthfactor, branchlists, angledist=10, sizedist=5): argument
/external/javassist/src/main/javassist/compiler/
DJavac.java146 CtClass[] tlist = gen.makeThrowsList(md); in compileMethod() local
/external/icu/icu4c/source/i18n/
Dtridpars.cpp474 UVector tlist(ec); in instantiateList() local
/external/libedit/src/
Dterminal.c332 char **tlist = el->el_terminal.t_str; in terminal_alloc() local
/external/mksh/src/
Dmain.c1664 maketemp(Area *ap, Temp_type type, struct temp **tlist) in maketemp()