Home
last modified time | relevance | path

Searched refs:g_strsplit (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/glib/glib/tests/
Dstrfuncs.c1330 string = g_strsplit (NULL, ",", 0); in test_strsplit()
1336 string = g_strsplit ("x", NULL, 0); in test_strsplit()
1342 string = g_strsplit ("x", "", 0); in test_strsplit()
1347 strv_check (g_strsplit ("", ",", 0), NULL); in test_strsplit()
1348 strv_check (g_strsplit ("x", ",", 0), "x", NULL); in test_strsplit()
1349 strv_check (g_strsplit ("x,y", ",", 0), "x", "y", NULL); in test_strsplit()
1350 strv_check (g_strsplit ("x,y,", ",", 0), "x", "y", "", NULL); in test_strsplit()
1351 strv_check (g_strsplit (",x,y", ",", 0), "", "x", "y", NULL); in test_strsplit()
1352 strv_check (g_strsplit (",x,y,", ",", 0), "", "x", "y", "", NULL); in test_strsplit()
1353 strv_check (g_strsplit ("x,y,z", ",", 0), "x", "y", "z", NULL); in test_strsplit()
[all …]
Denvironment.c18 parts = g_strsplit (list[i], "=", 2); in test_listenv()
/third_party/glib/tests/
Dunicode-caseconv.c39 strings = g_strsplit (buffer, "\t", -1); in main()
111 strings = g_strsplit (buffer, "\t", -1); in main()
Dunicode-normalize.c187 columns = g_strsplit (buffer->str, ";", -1); in main()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-effect-switch.c170 effect_names = g_strsplit (opt_effects, ",", -1); in main()
172 effect_names = g_strsplit (DEFAULT_EFFECTS, ",", -1); in main()
/third_party/glib/gio/tests/
Dresolver.c343 char **parts = g_strsplit (arg, "/", 3); in lookup_one_sync()
473 char **parts = g_strsplit (argv[i], "/", 3); in start_async_lookups()
582 parts = g_strsplit (arg, "/", 3); in do_connectable()
592 parts = g_strsplit (arg, ":", 2); in do_connectable()
Dproxy.c283 ip_and_port = g_strsplit (info, ":", 2); in use_inet_address()
357 split_info = g_strsplit (info, ":", 7); in use_proxy_address()
460 split = g_strsplit (info, "/", 3); in use_network_service()
Ddesktop-app-info.c476 expected_words = g_strsplit (expected, " ", 0); in assert_strings_equivalent()
540 expected_lines = g_strsplit (expected, "\n", -1); in assert_search()
542 result_lines = g_strsplit (result, "\n", -1); in assert_search()
/third_party/glib/glib/
Dgutils.c690 gecos_fields = g_strsplit (pw->pw_gecos, ",", 0); in g_get_user_database_entry()
691 name_parts = g_strsplit (gecos_fields[0], "&", 0); in g_get_user_database_entry()
1371 lines = g_strsplit (buffer, "\n", -1); in get_os_info_from_os_release()
2080 lines = g_strsplit (data, "\n", -1); in load_user_special_dirs()
2507 data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_data_dirs()
2512 data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_data_dirs()
2586 conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_config_dirs()
2593 conf_dir_vector = g_strsplit (special_conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_config_dirs()
2596 conf_dir_vector = g_strsplit ("", G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_config_dirs()
2604 conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_config_dirs()
/third_party/glib/gio/
Dgdbusauthmechanismsha1.c408 lines = g_strsplit (contents, "\n", 0); in keyring_lookup_entry()
419 tokens = g_strsplit (line, " ", 0); in keyring_lookup_entry()
728 lines = g_strsplit (contents, "\n", 0); in keyring_generate_entry()
741 tokens = g_strsplit (line, " ", 0); in keyring_generate_entry()
1021 tokens = g_strsplit (data, " ", 0); in mechanism_server_data_receive()
1187 tokens = g_strsplit (data, " ", 0); in mechanism_client_data_receive()
Dgdbusaddress.c102 a = g_strsplit (string, ";", 0); in g_dbus_is_address()
394 a = g_strsplit (string, ";", 0); in g_dbus_is_supported_address()
479 kv_pairs = g_strsplit (s + 1, ",", 0); in _g_dbus_address_parse_entry()
983 addr_array = g_strsplit (address, ";", 0); in g_dbus_address_get_stream_sync()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-hdr.c84 split = g_strsplit (mastering, ":", -1); in gst_video_mastering_display_info_from_string()
292 split = g_strsplit (level, ":", -1); in gst_video_content_light_level_from_string()
/third_party/gstreamer/gstreamer/gst/
Dgstpluginfeature.c475 split = g_strsplit (env, ",", 0); in _priv_gst_plugin_feature_rank_initialize()
479 gchar **values = g_strsplit (*walk, ":", 2); in _priv_gst_plugin_feature_rank_initialize()
Dgsttypefind.c81 factory->extensions = g_strsplit (extensions, ",", -1); in gst_type_find_register()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.c298 group_members = g_strsplit (&group[6], " ", -1); in validate_sdp()
660 lines = g_strsplit (certificate, "\n", 0); in _generate_fingerprint_from_certificate()
755 gchar **parts = g_strsplit (attr->value, " ", 3); in _get_sctp_port_from_media()
884 *bundled = g_strsplit (group + strlen ("BUNDLE "), " ", 0); in _parse_bundle()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c1635 split = g_strsplit (pname, "/", 3); in combo_search()
1834 restriction_format = g_strsplit (serialized_profile, "->", 0); in create_encoding_stream_profile()
1844 preset_v = g_strsplit (strcaps, "+", 0); in create_encoding_stream_profile()
1853 strprops_v = g_strsplit (strpresence, "|", 0); in create_encoding_stream_profile()
1882 propv = g_strsplit (prop, "=", -1); in create_encoding_stream_profile()
2018 strcaps_v = g_strsplit (value, ":", 0); in parse_encoding_profile()
/third_party/gstreamer/gstreamer/tests/misc/
Dnetclock-replay.c61 split = g_strsplit (line, " ", -1); in parse_time_values()
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/
Dv4l2src-renegotiate.c98 res = g_strsplit (resolutions[resolution_index++], "x", 2); in change_caps()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dneonhttpsrc.c58 cookies = g_strsplit ("foo=1234,bar=9871615348162523726337x99FB", ",", -1); in GST_START_TEST()
/third_party/libsoup/tests/
Dsniffing-test.c89 char **components = g_strsplit (path, "/", 4); in server_callback()
382 parts = g_strsplit (path_and_result, " => ", -1); in do_sniffing_test()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dplugin.c109 split = g_strsplit (env, ",", 0); in plugin_init()
/third_party/gstreamer/gstplugins_good/tests/check/generic/
Dstates.c44 ignorelist = g_strsplit (STATE_IGNORE_ELEMENTS, " ", 0); in setup()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpopusdepay.c167 split = g_strsplit (channel_mapping, ",", -1); in gst_rtp_opus_depay_setcaps()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstmotioncells.cpp504 strs = g_strsplit (g_value_get_string (value), ",", 255); in gst_motion_cells_set_property()
540 motionmaskcellsstr = g_strsplit (g_value_get_string (value), ",", 255); in gst_motion_cells_set_property()
567 colorstr = g_strsplit (g_value_get_string (value), ",", 4); in gst_motion_cells_set_property()
588 motioncellsstr = g_strsplit (g_value_get_string (value), ",", 255); in gst_motion_cells_set_property()
/third_party/gstreamer/gstplugins_base/tests/check/generic/
Dstates.c45 ignorelist = g_strsplit (STATE_IGNORE_ELEMENTS, " ", 0); in setup()

123456