Searched refs:g_parse_debug_string (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/glib/tests/ |
D | utils.c | 282 res = g_parse_debug_string (NULL, keys, G_N_ELEMENTS (keys)); in test_debug() 285 res = g_parse_debug_string ("foobabla;#!%!$%112 223", keys, G_N_ELEMENTS (keys)); in test_debug() 288 res = g_parse_debug_string ("key1:key2", keys, G_N_ELEMENTS (keys)); in test_debug() 291 res = g_parse_debug_string ("key1;key2", keys, G_N_ELEMENTS (keys)); in test_debug() 294 res = g_parse_debug_string ("key1,key2", keys, G_N_ELEMENTS (keys)); in test_debug() 297 res = g_parse_debug_string ("key1 key2", keys, G_N_ELEMENTS (keys)); in test_debug() 300 res = g_parse_debug_string ("key1\tkey2", keys, G_N_ELEMENTS (keys)); in test_debug() 303 res = g_parse_debug_string ("all", keys, G_N_ELEMENTS (keys)); in test_debug() 308 res = g_parse_debug_string ("help", keys, G_N_ELEMENTS (keys)); in test_debug()
|
/third_party/glib/glib/ |
D | glib-init.c | 201 g_parse_debug_string (const gchar *string, in g_parse_debug_string() function 292 return g_parse_debug_string (value, keys, n_keys); in g_parse_debug_envvar()
|
D | gutils.h | 284 guint g_parse_debug_string (const gchar *string,
|
D | gslice.c | 430 flags = g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); in slice_config_init()
|
/third_party/glib/tests/ |
D | testglib.c | 692 result = g_parse_debug_string ("bar:foo:blubb", keys, n_keys); in test_g_parse_debug_string() 695 result = g_parse_debug_string (":baz::_E@~!_::", keys, n_keys); in test_g_parse_debug_string() 698 result = g_parse_debug_string ("", keys, n_keys); in test_g_parse_debug_string() 701 result = g_parse_debug_string (" : ", keys, n_keys); in test_g_parse_debug_string() 704 result = g_parse_debug_string ("all", keys, n_keys); in test_g_parse_debug_string() 708 result = g_parse_debug_string ("all:foo", keys, n_keys); in test_g_parse_debug_string() 711 result = g_parse_debug_string ("foo baz,all", keys, n_keys); in test_g_parse_debug_string() 714 result = g_parse_debug_string ("all,fooo,baz", keys, n_keys); in test_g_parse_debug_string() 717 result = g_parse_debug_string ("all:weird", keys, n_keys); in test_g_parse_debug_string()
|
/third_party/glib/gmodule/ |
D | gmodule.c | 457 !env ? 0 : g_parse_debug_string (env, keys, G_N_ELEMENTS (keys)); in _g_module_debug_init()
|
/third_party/gstreamer/gstreamer/tests/check/ |
D | gstreamer.supp | 912 <g_parse_debug_string> 914 fun:g_parse_debug_string 3657 fun:g_parse_debug_string
|
/third_party/glib/gio/ |
D | gdbusprivate.c | 1970 _gdbus_debug_flags = g_parse_debug_string (debug, keys, G_N_ELEMENTS (keys)); in _g_dbus_initialize()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2211 g_parse_debug_string
|
/third_party/glib/gobject/ |
D | gtype.c | 4443 … _g_type_debug_flags = g_parse_debug_string (env_string, debug_keys, G_N_ELEMENTS (debug_keys)); in gobject_init()
|
/third_party/glib/ |
D | NEWS | 9146 - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new 9247 623319 use g_parse_debug_string for dbus debug flags 11576 503862 Allow NULL strings in g_parse_debug_string()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 51098 trace: use g_parse_debug_string instead of atoi
|