/third_party/glib/gio/tests/ |
D | contenttype.c | 275 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 …]
|
D | vfs.c | 67 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/ |
D | option-argv0.c | 78 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()
|
D | strfuncs.c | 2147 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/ |
D | gportalsupport.c | 53 network_available = g_strv_contains ((const char * const *)shared, "network"); in read_flatpak_info()
|
D | gnetworkmonitornm.c | 313 prop_found = g_strv_contains ((const gchar * const *) props, property_name); in has_property()
|
D | gdesktopappinfo.c | 1173 if (g_strv_contains (exec_key_match_blocklist, value)) in desktop_file_dir_unindexed_setup_search()
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 319 gboolean g_strv_contains (const gchar * const *strv,
|
D | gstrfuncs.c | 3221 g_strv_contains (const gchar * const *strv, in g_strv_contains() function
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcsdp.c | 256 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/ |
D | dataurisrc.c | 491 fail_unless (g_strv_contains (protocols, "data")); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtobject.c | 769 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/ |
D | gstvideoscale.c | 537 if (!g_strv_contains (valid_tags, *curr)) { in gst_video_scale_transform_meta()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 810 if (!g_strv_contains (strv, element1->styles[i])) in ttml_element_styles_match()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1825 g_strv_contains
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 2480 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/ |
D | gstaudioencoder.c | 685 if (!g_strv_contains (supported_tags, *tags)) in gst_audio_encoder_transform_meta_default()
|
D | gstaudiodecoder.c | 1234 if (!g_strv_contains (supported_tags, *tags)) in gst_audio_decoder_transform_meta_default()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoencoder.c | 2177 if (!g_strv_contains (supported_tags, *tags)) in gst_video_encoder_transform_meta_default()
|
D | gstvideodecoder.c | 3411 if (!g_strv_contains (supported_tags, *tags)) in gst_video_decoder_transform_meta_default()
|
/third_party/glib/ |
D | NEWS | 4552 * New function: g_strv_contains 4564 685880 Add g_strv_contains()
|