/third_party/glib/tests/ |
D | slice-threadinit.c | 60 free_list = g_slist_prepend (free_list, b); in allocate_from_known_page() 90 free_list = g_slist_prepend (free_list, b); in main() 122 trash = g_slist_prepend (trash, mem); in main() 148 trash = g_slist_prepend (trash, mem); in main()
|
/third_party/glib/glib/ |
D | gtester.c | 278 *slistp = g_slist_prepend (*slistp, string); in queue_gfree() 563 subtest_paths = g_slist_prepend (subtest_paths, equal + 1); in parse_args() 567 subtest_paths = g_slist_prepend (subtest_paths, argv[i]); in parse_args() 575 skipped_paths = g_slist_prepend (skipped_paths, equal + 1); in parse_args() 579 skipped_paths = g_slist_prepend (skipped_paths, argv[i]); in parse_args() 587 subtest_args = g_slist_prepend (subtest_args, equal + 1); in parse_args() 591 subtest_args = g_slist_prepend (subtest_args, argv[i]); in parse_args()
|
D | gtestutils.c | 1216 test_paths = g_slist_prepend (test_paths, equal + 1); in parse_args() 1220 test_paths = g_slist_prepend (test_paths, argv[i]); in parse_args() 1236 test_paths = g_slist_prepend (test_paths, equal + 1); in parse_args() 1240 test_paths = g_slist_prepend (test_paths, argv[i]); in parse_args() 1253 test_paths_skipped = g_slist_prepend (test_paths_skipped, equal + 1); in parse_args() 1257 test_paths_skipped = g_slist_prepend (test_paths_skipped, argv[i]); in parse_args() 1273 test_paths_skipped = g_slist_prepend (test_paths_skipped, equal + 1); in parse_args() 1277 test_paths_skipped = g_slist_prepend (test_paths_skipped, argv[i]); in parse_args() 3982 tbuffer->msgs = g_slist_prepend (tbuffer->msgs, g_memdup2 (&msg, sizeof (msg))); in g_test_log_extract() 4247 node = g_slist_prepend (NULL, result); in g_test_get_filename()
|
D | gstringchunk.c | 297 chunk->storage_list = g_slist_prepend (chunk->storage_list, in g_string_chunk_insert_len()
|
D | gslist.c | 275 g_slist_prepend (GSList *list, in g_slist_prepend() function 312 return g_slist_prepend (list, data); in g_slist_insert()
|
D | gslist.h | 61 GSList* g_slist_prepend (GSList *list,
|
/third_party/glib/gio/kqueue/ |
D | kqueue-missing.c | 64 missing_subs_list = g_slist_prepend (missing_subs_list, sub); in _km_add_missing() 143 not_missing = g_slist_prepend (not_missing, head); in _km_scan_missing()
|
/third_party/glib/gobject/tests/ |
D | autoptr.c | 163 l = g_slist_prepend (l, tac1); in test_autoslist() 164 l = g_slist_prepend (l, tac2); in test_autoslist()
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.y | 879 $$->elements = $1 ? g_slist_prepend (NULL, $1) : NULL; 969 $$ = g_slist_prepend ($$, $1); 973 | ',' IDENTIFIER morepads { $$ = g_slist_prepend ($3, $2); } 1019 $$->elements = element ? g_slist_prepend (NULL, element) : NULL; 1064 pads = g_slist_prepend (pads, gst_parse_strdup (padname)); 1110 | ASSIGNMENT assignments { $$ = g_slist_prepend ($2, $1); } 1141 chain->elements = g_slist_prepend (NULL, bin); 1244 g.chain->elements= g_slist_prepend (NULL, NULL); 1261 g.chain->elements = g_slist_prepend (NULL, bin);
|
D | grammar.y.in | 879 $$->elements = $1 ? g_slist_prepend (NULL, $1) : NULL; 969 $$ = g_slist_prepend ($$, $1); 973 | ',' IDENTIFIER morepads { $$ = g_slist_prepend ($3, $2); } 1019 $$->elements = element ? g_slist_prepend (NULL, element) : NULL; 1064 pads = g_slist_prepend (pads, gst_parse_strdup (padname)); 1110 | ASSIGNMENT assignments { $$ = g_slist_prepend ($2, $1); } 1141 chain->elements = g_slist_prepend (NULL, bin); 1244 g.chain->elements= g_slist_prepend (NULL, NULL); 1261 g.chain->elements = g_slist_prepend (NULL, bin);
|
D | grammar.tab.c | 2306 (yyval.cc)->elements = (yyvsp[0].ee) ? g_slist_prepend (NULL, (yyvsp[0].ee)) : NULL; in yyparse() 2399 (yyval.pp) = g_slist_prepend ((yyval.pp), (yyvsp[-1].ss)); in yyparse() 2412 … { (yyval.pp) = g_slist_prepend ((yyvsp[0].pp), (yyvsp[-1].ss)); } in yyparse() 2455 (yyval.cc)->elements = element ? g_slist_prepend (NULL, element) : NULL; in yyparse() 2496 pads = g_slist_prepend (pads, gst_parse_strdup (padname)); in yyparse() 2542 … { (yyval.pp) = g_slist_prepend ((yyvsp[0].pp), (yyvsp[-1].ss)); } in yyparse() 2585 chain->elements = g_slist_prepend (NULL, bin); in yyparse() 2921 g.chain->elements= g_slist_prepend (NULL, NULL); in priv_gst_parse_launch() 2938 g.chain->elements = g_slist_prepend (NULL, bin); in priv_gst_parse_launch()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstnavigationtest.c | 91 navtest->clicks = g_slist_prepend (navtest->clicks, click); in gst_navigationtest_src_event() 102 navtest->clicks = g_slist_prepend (navtest->clicks, click); in gst_navigationtest_src_event()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfessence.c | 38 g_slist_prepend (_mxf_essence_element_handler_registry, in mxf_essence_element_handler_register()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstxmptag.c | 309 xmptag->children = g_slist_prepend (xmptag->children, xmptag_b); in gst_xmp_tag_create_compound() 310 xmptag->children = g_slist_prepend (xmptag->children, xmptag_a); in gst_xmp_tag_create_compound() 1049 xmpinfo->children = g_slist_prepend (xmpinfo->children, in _init_xmp_tag_map() 1053 g_slist_prepend (xmpinfo->children, in _init_xmp_tag_map() 1057 g_slist_prepend (xmpinfo->children, in _init_xmp_tag_map() 1361 pending_tags = g_slist_prepend (pending_tags, ptag); in gst_tag_list_from_xmp_buffer() 1454 pending_tags = g_slist_prepend (pending_tags, ptag); in gst_tag_list_from_xmp_buffer()
|
/third_party/glib/glib/tests/ |
D | markup.c | 40 data->stack = g_slist_prepend (data->stack, g_strdup (element_name)); in start()
|
D | autoptr.c | 327 g_autoptr(GSList) nonempty_val = g_slist_prepend (NULL, "hello"); in test_g_slist() 661 l = g_slist_prepend (l, b1); in test_autoslist() 662 l = g_slist_prepend (l, b3); in test_autoslist()
|
D | list.c | 373 slist = g_slist_prepend (slist, one = new_item (1)); in test_free_full() 374 slist = g_slist_prepend (slist, two = new_item (2)); in test_free_full() 375 slist = g_slist_prepend (slist, three = new_item (3)); in test_free_full()
|
/third_party/glib/gobject/ |
D | gtypemodule.c | 434 module->type_infos = g_slist_prepend (module->type_infos, module_type_info); in g_type_module_register_type() 510 module->interface_infos = g_slist_prepend (module->interface_infos, module_interface_info); in g_type_module_add_interface()
|
D | gobjectnotifyqueue.c | 175 nqueue->pspecs = g_slist_prepend (nqueue->pspecs, pspec); in g_object_notify_queue_add()
|
/third_party/libsoup/libsoup/ |
D | soup-auth-basic.c | 82 return g_slist_prepend (NULL, space); in soup_auth_basic_get_protection_space()
|
D | soup-headers.c | 470 list = g_slist_prepend (list, g_strndup (header, end - header)); in parse_list() 584 *unacceptable = g_slist_prepend (*unacceptable, in soup_header_parse_quality_list() 598 sorted = g_slist_prepend (sorted, array[n].item); in soup_header_parse_quality_list()
|
D | soup-auth-digest.c | 198 return g_slist_prepend (NULL, g_strdup ("")); in soup_auth_digest_get_protection_space() 223 space = g_slist_prepend (space, dir); in soup_auth_digest_get_protection_space()
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | complexity.c | 82 new_src_list = g_slist_prepend (new_src_list, e); in main()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpssrcdemux.c | 262 *src_h = g_slist_prepend (*src_h, h); in new_ssrc_pad_found() 299 *src_h = g_slist_prepend (*src_h, h); in new_rtcp_ssrc_pad_found()
|
/third_party/glib/gio/ |
D | gtlscertificate.c | 386 first_pem_list = g_slist_prepend (first_pem_list, first_pem); in parse_and_create_certificate_list() 408 pem_list = g_slist_prepend (pem_list, cert_pem); in parse_and_create_certificate_list()
|