Home
last modified time | relevance | path

Searched refs:tmp_list (Results 1 – 11 of 11) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dglist.c150 GList *tmp_list;
157 tmp_list = g_list_nth (list, position);
158 if (!tmp_list)
163 new_list->prev = tmp_list->prev;
164 if (tmp_list->prev)
165 tmp_list->prev->next = new_list;
166 new_list->next = tmp_list;
167 tmp_list->prev = new_list;
169 if (tmp_list == list)
227 GList *tmp_list;
[all …]
Dgstring.c164 GSList *tmp_list;
170 for (tmp_list = chunk->storage_list; tmp_list; tmp_list = tmp_list->next)
171 g_free (tmp_list->data);
/third_party/glib/gobject/
Dgtypemodule.c191 GSList *tmp_list = module->type_infos; in g_type_module_find_type_info() local
192 while (tmp_list) in g_type_module_find_type_info()
194 ModuleTypeInfo *type_info = tmp_list->data; in g_type_module_find_type_info()
198 tmp_list = tmp_list->next; in g_type_module_find_type_info()
209 GSList *tmp_list = module->interface_infos; in g_type_module_find_interface_info() local
210 while (tmp_list) in g_type_module_find_interface_info()
212 ModuleInterfaceInfo *interface_info = tmp_list->data; in g_type_module_find_interface_info()
217 tmp_list = tmp_list->next; in g_type_module_find_interface_info()
243 GSList *tmp_list; in g_type_module_use() local
251 tmp_list = module->type_infos; in g_type_module_use()
[all …]
/third_party/glib/glib/
Dglist.c370 GList *tmp_list; in g_list_insert() local
377 tmp_list = g_list_nth (list, position); in g_list_insert()
378 if (!tmp_list) in g_list_insert()
383 new_list->prev = tmp_list->prev; in g_list_insert()
384 tmp_list->prev->next = new_list; in g_list_insert()
385 new_list->next = tmp_list; in g_list_insert()
386 tmp_list->prev = new_list; in g_list_insert()
530 GList *tmp_list; in g_list_concat() local
534 tmp_list = g_list_last (list1); in g_list_concat()
535 if (tmp_list) in g_list_concat()
[all …]
Dgslist.c306 GSList *tmp_list; in g_slist_insert() local
324 tmp_list = list; in g_slist_insert()
326 while ((position-- > 0) && tmp_list) in g_slist_insert()
328 prev_list = tmp_list; in g_slist_insert()
329 tmp_list = tmp_list->next; in g_slist_insert()
896 GSList *tmp_list = list; in g_slist_insert_sorted_real() local
911 cmp = ((GCompareDataFunc) func) (data, tmp_list->data, user_data); in g_slist_insert_sorted_real()
913 while ((tmp_list->next) && (cmp > 0)) in g_slist_insert_sorted_real()
915 prev_list = tmp_list; in g_slist_insert_sorted_real()
916 tmp_list = tmp_list->next; in g_slist_insert_sorted_real()
[all …]
Dgmain.c1208 GSList *tmp_list; in g_source_attach_unlocked() local
1228 tmp_list = source->poll_fds; in g_source_attach_unlocked()
1229 while (tmp_list) in g_source_attach_unlocked()
1231 g_main_context_add_poll_unlocked (context, source->priority, tmp_list->data); in g_source_attach_unlocked()
1232 tmp_list = tmp_list->next; in g_source_attach_unlocked()
1235 for (tmp_list = source->priv->fds; tmp_list; tmp_list = tmp_list->next) in g_source_attach_unlocked()
1236 g_main_context_add_poll_unlocked (context, source->priority, tmp_list->data); in g_source_attach_unlocked()
1239 tmp_list = source->priv->child_sources; in g_source_attach_unlocked()
1240 while (tmp_list) in g_source_attach_unlocked()
1242 g_source_attach_unlocked (tmp_list->data, context, FALSE); in g_source_attach_unlocked()
[all …]
Dgshell.c648 GSList *tmp_list; in g_shell_parse_argv() local
673 tmp_list = tokens; in g_shell_parse_argv()
674 while (tmp_list) in g_shell_parse_argv()
676 argv[i] = g_shell_unquote (tmp_list->data, error); in g_shell_parse_argv()
684 tmp_list = g_slist_next (tmp_list); in g_shell_parse_argv()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsturi.c939 GList *tmp_list; in GST_START_TEST() local
1028 tmp_list = gst_uri_get_path_segments (url); in GST_START_TEST()
1029 fail_unless (tmp_list != NULL); in GST_START_TEST()
1030 tmp_list = g_list_append (tmp_list, g_strdup ("segment")); in GST_START_TEST()
1035 fail_unless (gst_uri_set_path_segments (url, tmp_list)); in GST_START_TEST()
1041 tmp_list = g_list_append (NULL, g_strdup ("test")); in GST_START_TEST()
1042 fail_unless (!gst_uri_set_path_segments (NULL, tmp_list)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsmtpsink.c624 gchar **tmp_list = NULL; in gst_curl_smtp_sink_set_transfer_options_unlocked() local
710 tmp_list = g_strsplit_set (sink->mail_rcpt, MAIL_RCPT_DELIMITER, -1); in gst_curl_smtp_sink_set_transfer_options_unlocked()
711 for (i = 0; i < g_strv_length (tmp_list); i++) { in gst_curl_smtp_sink_set_transfer_options_unlocked()
713 tmp_list[i]); in gst_curl_smtp_sink_set_transfer_options_unlocked()
715 g_strfreev (tmp_list); in gst_curl_smtp_sink_set_transfer_options_unlocked()
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c149 struct edir *tmp_list, *current; in add_exclude() local
167 tmp_list = realloc(exclude_lst, in add_exclude()
169 if (!tmp_list) in add_exclude()
172 exclude_lst = tmp_list; in add_exclude()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_datasets_usps.py45 tmp_list = [[x.split(':')[-1] for x in data[1:]] for data in raw_data]
46 images = np.asarray(tmp_list, dtype=np.float32).reshape((-1, 16, 16, 1))