Searched refs:G_CSET_A_2_Z (Results 1 – 16 of 16) sorted by relevance
/third_party/glib/glib/ |
D | gscanner.h | 49 #define G_CSET_A_2_Z "ABCDEFGHIJKLMNOPQRSTUVWXYZ" macro
|
D | gscanner.c | 309 G_CSET_A_2_Z 314 G_CSET_A_2_Z
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0rfilter.c | 279 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_filter_register()
|
D | gstfrei0rsrc.c | 400 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_src_register()
|
D | gstfrei0r.c | 82 g_strcanon (prop_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in gst_frei0r_klass_install_properties()
|
D | gstfrei0rmixer.c | 758 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/ |
D | gstladspa.c | 233 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in ladspa_describe_plugin()
|
D | gstladspautils.c | 312 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/ |
D | gstlv2.c | 193 g_strcanon (type_name, G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "-+", '-'); in lv2_plugin_discover()
|
D | gstlv2utils.c | 572 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/ |
D | glib-compile-resources.c | 993 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/ |
D | gstdebugutils.c | 86 G_CSET_A_2_Z G_CSET_a_2_z G_CSET_DIGITS "_", '_'); in debug_dump_make_object_name()
|
/third_party/glib/gobject/ |
D | gparam.c | 973 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/ |
D | gstkmssink.c | 603 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/ |
D | glib-sections.txt | 2280 G_CSET_A_2_Z
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 2161 g_strcanon (stream_id, G_CSET_a_2_z G_CSET_A_2_Z G_CSET_DIGITS, ':'); in make_stream_id()
|