Home
last modified time | relevance | path

Searched refs:G_CSET_a_2_z (Results 1 – 17 of 17) sorted by relevance

/third_party/glib/glib/
Dgscanner.h50 #define G_CSET_a_2_z "abcdefghijklmnopqrstuvwxyz" macro
Dgscanner.c307 G_CSET_a_2_z
312 G_CSET_a_2_z
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcfg.c95 g_strcanon (enum_name, G_CSET_a_2_z G_CSET_DIGITS, '-'); in register_enum()
181 g_strcanon (flags_name, G_CSET_a_2_z G_CSET_DIGITS, '-'); in register_flags()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rfilter.c279 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_filter_register()
Dgstfrei0rsrc.c400 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_src_register()
Dgstfrei0r.c82 g_strcanon (prop_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_klass_install_properties()
Dgstfrei0rmixer.c758 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_mixer_register()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspa.c233 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in ladspa_describe_plugin()
Dgstladspautils.c312 g_strcanon (name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-", '-'); in gst_ladspa_object_class_get_param_name()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2.c193 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in lv2_plugin_discover()
Dgstlv2utils.c572 g_strcanon (ret, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-", '-'); in gst_lv2_class_get_param_name()
/third_party/glib/gio/
Dglib-compile-resources.c993 const char *first = G_CSET_A_2_Z G_CSET_a_2_z "_"; in main()
994 const char *rest = G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "_"; in main()
/third_party/gstreamer/gstreamer/gst/
Dgstdebugutils.c86 G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "_", '_'); in debug_dump_make_object_name()
/third_party/glib/gobject/
Dgparam.c973 if (!strchr (G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-_", *p)) in g_param_spec_pool_insert()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c603 g_strcanon (property->name, G_CSET_a_2_z G_CSET_A_2_Z G_CSET_DIGITS "_", in set_drm_property()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2279 G_CSET_a_2_z
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspsrc.c2161 g_strcanon (stream_id, G_CSET_a_2_z G_CSET_A_2_Z G_CSET_DIGITS, ':'); in make_stream_id()