/third_party/glib/glib/tests/ |
D | slist.c | 32 slist = g_slist_append (slist, GINT_TO_POINTER (array[i])); in test_slist_sort() 55 slist = g_slist_append (slist, GINT_TO_POINTER (array[i])); in test_slist_sort_with_data() 81 list = g_slist_append (list, g_strdup_printf ("%" G_GSIZE_FORMAT, i / 5)); in test_slist_sort_stable() 159 slist = g_slist_append (slist, &nums[i]); in test_slist_reverse() 181 slist = g_slist_append (slist, &nums[i]); in test_slist_nth() 202 slist = g_slist_append (slist, &nums[i]); in test_slist_remove() 203 slist = g_slist_append (slist, &nums[i]); in test_slist_remove() 233 slist = g_slist_append (slist, &nums[i]); in test_slist_remove_all() 234 slist = g_slist_append (slist, &nums[i]); in test_slist_remove_all() 285 slist = g_slist_append (NULL, a); in test_slist_insert() [all …]
|
D | regex.c | 368 data->expected = g_slist_append (NULL, match); \ 388 data->expected = g_slist_append (NULL, match); \ 393 data->expected = g_slist_append (data->expected, match); \ 413 data->expected = g_slist_append (NULL, match); \ 418 data->expected = g_slist_append (data->expected, match); \ 423 data->expected = g_slist_append (data->expected, match); \ 443 data->expected = g_slist_append (NULL, match); \ 448 data->expected = g_slist_append (data->expected, match); \ 453 data->expected = g_slist_append (data->expected, match); \ 458 data->expected = g_slist_append (data->expected, match); \ [all …]
|
D | logging.c | 517 expected_messages = g_slist_append (NULL, &expected); in test_structured_logging_roundtrip1() 551 expected_messages = g_slist_append (NULL, &expected); in test_structured_logging_roundtrip2() 573 expected_messages = g_slist_append (NULL, &expected); in test_structured_logging_roundtrip3() 626 expected_messages = g_slist_append (NULL, &expected); in test_structured_logging_variant2()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstelement.c | 708 g_slist_append (padname_blacklists, (gpointer) "src_%u%u"); in GST_START_TEST() 710 g_slist_append (padname_blacklists, (gpointer) "src_%u_%d"); in GST_START_TEST() 712 g_slist_append (padname_blacklists, (gpointer) "src_%u_%u_"); in GST_START_TEST() 714 g_slist_append (padname_blacklists, (gpointer) "src_%u_%s_%s"); in GST_START_TEST() 716 g_slist_append (padname_blacklists, (gpointer) "src_%s_%u"); in GST_START_TEST() 718 g_slist_append (padname_blacklists, (gpointer) "src_%s_%s"); in GST_START_TEST() 720 g_slist_append (padname_blacklists, (gpointer) "src_%s_%s_%s"); in GST_START_TEST() 722 g_slist_append (padname_blacklists, (gpointer) "src_%s_blah"); in GST_START_TEST()
|
/third_party/libsoup/libsoup/ |
D | soup-cookie-jar.c | 365 cookies_to_remove = g_slist_append (cookies_to_remove, in get_cookies() 376 cookies = g_slist_append (cookies, copy_cookies ? soup_cookie_copy (cookie) : cookie); in get_cookies() 662 last->next = g_slist_append (NULL, cookie); in soup_cookie_jar_add_cookie_full() 664 old_cookies = g_slist_append (NULL, cookie); in soup_cookie_jar_add_cookie_full()
|
D | soup-message-body.c | 462 priv->last = g_slist_append (priv->last, buffer); in append_buffer() 465 priv->chunks = priv->last = g_slist_append (NULL, buffer); in append_buffer()
|
/third_party/libsoup/tests/ |
D | continue-test.c | 29 events = g_slist_append (events, data); in event() 31 events = g_slist_append (events, GUINT_TO_POINTER (msg->status_code)); in event()
|
D | header-parsing-test.c | 850 header_names = g_slist_append (header_names, (char *)name); in check_headers()
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | rfbdecoder.c | 612 g_slist_append (encoder_list, GUINT_TO_POINTER (ENCODING_TYPE_HEXTILE)); in rfb_decoder_state_set_encodings() 614 g_slist_append (encoder_list, GUINT_TO_POINTER (ENCODING_TYPE_CORRE)); in rfb_decoder_state_set_encodings() 616 g_slist_append (encoder_list, GUINT_TO_POINTER (ENCODING_TYPE_RRE)); in rfb_decoder_state_set_encodings() 619 g_slist_append (encoder_list, in rfb_decoder_state_set_encodings() 623 g_slist_append (encoder_list, GUINT_TO_POINTER (ENCODING_TYPE_RAW)); in rfb_decoder_state_set_encodings()
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | complexity.c | 54 src_list = saved_src_list = g_slist_append (NULL, e); in main()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/ |
D | gstplanaraudioadapter.c | 238 adapter->buflist = adapter->buflist_end = g_slist_append (NULL, buf); in gst_planar_audio_adapter_push() 244 adapter->buflist_end = g_slist_append (adapter->buflist_end, buf); in gst_planar_audio_adapter_push()
|
/third_party/glib/glib/ |
D | gslist.c | 233 g_slist_append (GSList *list, in g_slist_append() function 310 return g_slist_append (list, data); in g_slist_insert()
|
D | gslist.h | 58 GSList* g_slist_append (GSList *list,
|
/third_party/gstreamer/gstplugins_bad/ext/mplex/ |
D | gstmplex.cc | 235 nlist = g_slist_append (nlist, mpad); in gst_mplex_reset() 643 mplex->pads = g_slist_append (mplex->pads, mpad); in gst_mplex_request_new_pad()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 1028 found_signals = g_slist_append (found_signals, query); in print_signal_info() 1031 found_signals = g_slist_append (found_signals, query); in print_signal_info() 1035 found_signals = g_slist_append (found_signals, query); in print_signal_info() 1052 found_signals = g_slist_append (found_signals, query); in print_signal_info()
|
/third_party/glib/gio/ |
D | gmemoryinputstream.c | 284 priv->chunks = g_slist_append (priv->chunks, g_bytes_ref (bytes)); in g_memory_input_stream_add_bytes()
|
D | gsocketclient.c | 1870 …data->successful_connections = g_slist_append (data->successful_connections, g_steal_pointer (&att… in g_socket_client_connected_callback() 1977 data->connection_attempts = g_slist_append (data->connection_attempts, attempt); in g_socket_client_enumerator_callback()
|
D | gdbusinterfaceskeleton.c | 720 interface_->priv->connections = g_slist_append (interface_->priv->connections, data); in add_connection_locked()
|
/third_party/gstreamer/gstplugins_good/gst/autodetect/ |
D | gstautodetect.c | 318 errors = g_slist_append (errors, message); in gst_auto_detect_find_best()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstcollectpads.c | 654 pads->priv->pad_list = g_slist_append (pads->priv->pad_list, data); in gst_collect_pads_add_pad() 663 pads->data = g_slist_append (pads->data, data); in gst_collect_pads_add_pad() 1293 pads->data = g_slist_append (pads->data, data); in gst_collect_pads_check_pads()
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.y | 226 graph->links = g_slist_append (graph->links, l ); \ 999 if(element) $$->elements = g_slist_append ($$->elements, element);
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstcamerabin2.c | 379 g_slist_append (camerabin->image_location_list, g_strdup (location)); in gst_camera_bin_start_capture() 389 g_slist_append (camerabin->preview_location_list, location); in gst_camera_bin_start_capture() 419 g_slist_append (camerabin->image_tags_list, in gst_camera_bin_start_capture()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggparse.c | 147 parser->oggstreams = g_slist_append (parser->oggstreams, stream); in gst_ogg_parse_new_stream()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpptdemux.c | 502 rtpdemux->srcpads = g_slist_append (rtpdemux->srcpads, rtpdemuxpad); in gst_rtp_pt_demux_chain()
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gstmultihandlesink.c | 1056 mhclient->sending = g_slist_append (mhclient->sending, buffer); in gst_multi_handle_sink_client_queue_buffer() 1069 mhclient->sending = g_slist_append (mhclient->sending, buffer); in gst_multi_handle_sink_client_queue_buffer()
|