Searched refs:tlist (Results 1 – 10 of 10) sorted by relevance
39 tlist = get_types(src, "%s_socket" % protocol, [perm], check_bools)40 if len(tlist) > 0:42 for i in tlist:44 if "unreserved_port_type" in tlist:48 if "unreserved_port_type" in tlist:50 if "port_t" in tlist:
38 tlist = []40 tlist = tlist + expand_attribute(l)41 return tlist
47 tlist = []49 tlist = tlist + expand_attribute(l)50 return tlist
364 tlist = []377 if tdict not in tlist:378 tlist.append(tdict)381 return(tlist)383 return (tlist)
55 hb_graphite2_tablelist_t *tlist; member61 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() local65 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next) in hb_graphite2_get_table()85 p->next = face_data->tlist; in hb_graphite2_get_table()86 face_data->tlist = p; in hb_graphite2_get_table()126 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local128 while (tlist) in _hb_graphite2_shaper_face_data_destroy()130 hb_graphite2_tablelist_t *old = tlist; in _hb_graphite2_shaper_face_data_destroy()131 hb_blob_destroy (tlist->blob); in _hb_graphite2_shaper_face_data_destroy()132 tlist = tlist->next; in _hb_graphite2_shaper_face_data_destroy()
337 tlist = []339 tlist.append("s0")341 tlist.append(i)343 tlist.append(rlist[0])345 tlist.append(i)347 newcat.append(tlist[0])349 if newcat[0] != tlist[0]:351 for i in tlist[1:]:
474 UVector tlist(ec); in instantiateList() local478 tlist.setDeleter(_deleteTransliteratorTrIDPars); in instantiateList()496 tlist.addElement(t, ec); in instantiateList()505 if (tlist.size() == 0) { in instantiateList()511 tlist.addElement(t, ec); in instantiateList()525 while (tlist.size() > 0) { in instantiateList()526 t = (Transliterator*) tlist.orphanElementAt(0); in instantiateList()
146 CtClass[] tlist = gen.makeThrowsList(md); in compileMethod() local157 cons.setExceptionTypes(tlist); in compileMethod()175 method.setExceptionTypes(tlist); in compileMethod()
332 char **tlist = el->el_terminal.t_str; in terminal_alloc() local333 char **tmp, **str = &tlist[t - tstr]; in terminal_alloc()367 for (tmp = tlist; tmp < &tlist[T_str]; tmp++) in terminal_alloc()
1674 maketemp(Area *ap, Temp_type type, struct temp **tlist) in maketemp() argument1736 tp->next = *tlist; in maketemp()1737 *tlist = tp; in maketemp()