Home
last modified time | relevance | path

Searched refs:g_parse_debug_string (Results 1 – 18 of 18) sorted by relevance

/external/bluetooth/glib/tests/
Dtestglib.c520 result = g_parse_debug_string ("bar:foo:blubb", keys, n_keys); in test_g_parse_debug_string()
523 result = g_parse_debug_string (":baz::_E@~!_::", keys, n_keys); in test_g_parse_debug_string()
526 result = g_parse_debug_string ("", keys, n_keys); in test_g_parse_debug_string()
529 result = g_parse_debug_string (" : ", keys, n_keys); in test_g_parse_debug_string()
/external/bluetooth/glib/glib/
Dgutils.h203 guint g_parse_debug_string (const gchar *string,
Dgmessages.c156 g_log_msg_prefix = g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); in g_messages_prefixed_init()
1100 _g_debug_flags = g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); in _g_debug_init()
Dgmem.c709 flags = !val ? 0 : g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); in g_mem_init_nomessage()
Dgslice.c284 gint flags = !val ? 0 : g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); in slice_config_init()
Dgaliasdef.c3726 #undef g_parse_debug_string
3727 extern __typeof (g_parse_debug_string) g_parse_debug_string __attribute((alias("IA__g_parse_debug_s…
Dgutils.c637 g_parse_debug_string (const gchar *string, in g_parse_debug_string() function
Dgalias.h3715 extern __typeof (g_parse_debug_string) IA__g_parse_debug_string __attribute((visibility("hidden")));
3716 #define g_parse_debug_string IA__g_parse_debug_string macro
/external/bluetooth/glib/gmodule/
Dgmodule.c324 !env ? 0 : g_parse_debug_string (env, keys, G_N_ELEMENTS (keys)); in _g_module_debug_init()
/external/bluetooth/glib/
DChangeLog.pre-2-1052 * glib/gutils.c (g_parse_debug_string): Don't read past the
56 for g_parse_debug_string.
311 g_parse_debug_string(): added a note about not using g_malloc() here.
DChangeLog.pre-2-12103 * glib/gutils.c (g_parse_debug_string): When matching debug flag keys,
DChangeLog.pre-2-20464 * glib/gutils.c (g_parse_debug_string): Print available keys if
DChangeLog.pre-2-16802 Allow NULL strings in g_parse_debug_string. (#503862, Matthew Barnes)
DNEWS1231 503862 Allow NULL strings in g_parse_debug_string()
DChangeLog.pre-1-22665 * gutils.c (g_parse_debug_string): Make debug string
DChangeLog.pre-2-03008 * gutils.c (g_parse_debug_string): Fix to avoid mallocs.
3224 * gutils.c (g_parse_debug_string): make GDebugKeys argument
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1464 g_parse_debug_string
/external/bluetooth/glib/gobject/
Dgtype.c4005 _g_type_debug_flags |= g_parse_debug_string (env_string, in g_type_init_with_debug_flags()