Searched refs:g_parse_debug_string (Results 1 – 18 of 18) sorted by relevance
/external/bluetooth/glib/tests/ |
D | testglib.c | 520 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/ |
D | gutils.h | 203 guint g_parse_debug_string (const gchar *string,
|
D | gmessages.c | 156 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()
|
D | gmem.c | 709 flags = !val ? 0 : g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); in g_mem_init_nomessage()
|
D | gslice.c | 284 gint flags = !val ? 0 : g_parse_debug_string (val, keys, G_N_ELEMENTS (keys)); in slice_config_init()
|
D | galiasdef.c | 3726 #undef g_parse_debug_string 3727 extern __typeof (g_parse_debug_string) g_parse_debug_string __attribute((alias("IA__g_parse_debug_s…
|
D | gutils.c | 637 g_parse_debug_string (const gchar *string, in g_parse_debug_string() function
|
D | galias.h | 3715 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/ |
D | gmodule.c | 324 !env ? 0 : g_parse_debug_string (env, keys, G_N_ELEMENTS (keys)); in _g_module_debug_init()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-10 | 52 * 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.
|
D | ChangeLog.pre-2-12 | 103 * glib/gutils.c (g_parse_debug_string): When matching debug flag keys,
|
D | ChangeLog.pre-2-20 | 464 * glib/gutils.c (g_parse_debug_string): Print available keys if
|
D | ChangeLog.pre-2-16 | 802 Allow NULL strings in g_parse_debug_string. (#503862, Matthew Barnes)
|
D | NEWS | 1231 503862 Allow NULL strings in g_parse_debug_string()
|
D | ChangeLog.pre-1-2 | 2665 * gutils.c (g_parse_debug_string): Make debug string
|
D | ChangeLog.pre-2-0 | 3008 * 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/ |
D | glib-sections.txt | 1464 g_parse_debug_string
|
/external/bluetooth/glib/gobject/ |
D | gtype.c | 4005 _g_type_debug_flags |= g_parse_debug_string (env_string, in g_type_init_with_debug_flags()
|