Home
last modified time | relevance | path

Searched refs:g_strv_contains (Results 1 – 21 of 21) sorted by relevance

/third_party/glib/gio/tests/
Dcontenttype.c275 g_assert_true (g_strv_contains (names, "text-*")); in test_icon()
277 g_assert_true (g_strv_contains (names, "text-plain")); in test_icon()
278 g_assert_true (g_strv_contains (names, "text-x-generic")); in test_icon()
292 g_assert_true (g_strv_contains (names, "application-rtf")); in test_icon()
294 g_assert_true (g_strv_contains (names, "x-office-document")); in test_icon()
320 g_assert_true (g_strv_contains (names, "text-*-symbolic")); in test_symbolic_icon()
321 g_assert_true (g_strv_contains (names, "text-*")); in test_symbolic_icon()
323 g_assert_true (g_strv_contains (names, "text-plain-symbolic")); in test_symbolic_icon()
324 g_assert_true (g_strv_contains (names, "text-x-generic-symbolic")); in test_symbolic_icon()
325 g_assert_true (g_strv_contains (names, "text-plain")); in test_symbolic_icon()
[all …]
Dvfs.c67 g_assert_false (g_strv_contains (schemes, "test")); in test_register_scheme()
78 g_assert_true (g_strv_contains (schemes, "test")); in test_register_scheme()
/third_party/glib/glib/tests/
Doption-argv0.c78 g_assert_true (g_strv_contains (expected_prgnames, g_get_prgname ())); in test_platform_argv0()
89 else if (!g_strv_contains (expected_prgnames, g_get_prgname ())) in test_platform_argv0()
Dstrfuncs.c2147 result = g_strv_contains (NULL, "hello"); in test_strv_contains()
2153 result = g_strv_contains (strv_simple, NULL); in test_strv_contains()
2158 g_assert_true (g_strv_contains (strv_simple, "hello")); in test_strv_contains()
2159 g_assert_true (g_strv_contains (strv_simple, "there")); in test_strv_contains()
2160 g_assert_false (g_strv_contains (strv_simple, "non-existent")); in test_strv_contains()
2161 g_assert_false (g_strv_contains (strv_simple, "")); in test_strv_contains()
2163 g_assert_true (g_strv_contains (strv_dupe, "dupe")); in test_strv_contains()
2165 g_assert_false (g_strv_contains (strv_empty, "empty!")); in test_strv_contains()
2166 g_assert_false (g_strv_contains (strv_empty, "")); in test_strv_contains()
/third_party/glib/gio/
Dgportalsupport.c53 network_available = g_strv_contains ((const char * const *)shared, "network"); in read_flatpak_info()
Dgnetworkmonitornm.c313 prop_found = g_strv_contains ((const gchar * const *) props, property_name); in has_property()
Dgdesktopappinfo.c1173 if (g_strv_contains (exec_key_match_blocklist, value)) in desktop_file_dir_unindexed_setup_search()
/third_party/glib/glib/
Dgstrfuncs.h319 gboolean g_strv_contains (const gchar * const *strv,
Dgstrfuncs.c3221 g_strv_contains (const gchar * const *strv, in g_strv_contains() function
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.c256 if (!g_strv_contains (valid_setups, setup)) { in _media_has_setup()
308 && g_strv_contains ((const gchar **) group_members, mid); in validate_sdp()
/third_party/gstreamer/gstreamer/tests/check/elements/
Ddataurisrc.c491 fail_unless (g_strv_contains (protocols, "data")); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/srt/
Dgstsrtobject.c769 if (g_strv_contains (true_names, value)) { in gst_srt_object_set_boolean_value()
771 } else if (g_strv_contains (false_names, value)) { in gst_srt_object_set_boolean_value()
/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c537 if (!g_strv_contains (valid_tags, *curr)) { in gst_video_scale_transform_meta()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c810 if (!g_strv_contains (strv, element1->styles[i])) in ttml_element_styles_match()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1825 g_strv_contains
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c2480 fail_unless (g_strv_contains ((const gchar **) bundled, expected[i])); in _check_bundle_tag()
2497 if (g_strv_contains ((const gchar **) expected_bundle_only, mid)) in _check_bundle_only_media()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.c685 if (!g_strv_contains (supported_tags, *tags)) in gst_audio_encoder_transform_meta_default()
Dgstaudiodecoder.c1234 if (!g_strv_contains (supported_tags, *tags)) in gst_audio_decoder_transform_meta_default()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.c2177 if (!g_strv_contains (supported_tags, *tags)) in gst_video_encoder_transform_meta_default()
Dgstvideodecoder.c3411 if (!g_strv_contains (supported_tags, *tags)) in gst_video_decoder_transform_meta_default()
/third_party/glib/
DNEWS4552 * New function: g_strv_contains
4564 685880 Add g_strv_contains()