Searched refs:text_list (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBTMXImporter.java | 107 NodeList text_list = prop_elem.getChildNodes(); in importDoc() local 108 if (text_list.getLength() < 1) in importDoc() 110 Text text_elem = (Text)text_list.item(0); in importDoc() 135 NodeList text_list = seg_elem.getChildNodes(); in importDoc() local 136 if (text_list.getLength() < 1) in importDoc() 138 Text text_elem = (Text)text_list.item(0); in importDoc() 160 text_list = prop_elem.getChildNodes(); in importDoc() 161 if (text_list.getLength() < 1) continue; in importDoc() 162 text_elem = (Text)text_list.item(0); in importDoc() 169 text_list = prop_elem.getChildNodes(); in importDoc() [all …]
|
D | RBxliffImporter.java | 264 NodeList text_list = target_elem.getChildNodes(); in parseTranslationUnit() local 265 if (text_list.getLength() < 1) in parseTranslationUnit() 267 Text text_elem = (Text)text_list.item(0); in parseTranslationUnit()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcea708decoder.c | 90 gst_cea708dec_text_list_add (GSList ** text_list, 140 gst_cea708dec_render_text (Cea708Dec * decoder, GSList ** text_list, 497 gst_cea708dec_text_list_add (GSList ** text_list, in gst_cea708dec_text_list_add() argument 507 *text_list = g_slist_append (*text_list, str); in gst_cea708dec_text_list_add() 1251 gst_cea708dec_text_list_add (&decoder->text_list, index + 1, "%s", in gst_cea708dec_show_pango_window() 1259 gst_cea708dec_text_list_add (&decoder->text_list, strlen ("\n") + 1, in gst_cea708dec_show_pango_window() 1268 gst_cea708dec_render_text (decoder, &decoder->text_list, len, window_id); in gst_cea708dec_show_pango_window() 1607 gst_cea708dec_render_text (Cea708Dec * decoder, GSList ** text_list, in gst_cea708dec_render_text() argument 1620 g_slist_foreach (*text_list, get_cea708dec_bufcat, out_str); in gst_cea708dec_render_text() 1622 g_slist_free (*text_list); in gst_cea708dec_render_text() [all …]
|
D | gstcea708decoder.h | 450 GSList *text_list; member
|
/third_party/alsa-lib/src/topology/ |
D | parser.c | 481 INIT_LIST_HEAD(&tplg->text_list); in snd_tplg_create() 513 tplg_elem_free_list(&tplg->text_list); in snd_tplg_free()
|
D | elem.c | 167 .loff = offsetof(snd_tplg_t, text_list),
|
D | tplg_local.h | 89 struct list_head text_list; member
|
D | ctl.c | 227 ref->elem = tplg_elem_lookup(&tplg->text_list, in tplg_build_enum_control()
|