Searched refs:g_markup_parse_context_new (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/glib/tests/
H A Dmarkup-test.c115 context = g_markup_parse_context_new (&silent_parser, 0, NULL, NULL);
163 context = g_markup_parse_context_new (&parser, 0, NULL, NULL);
H A Dmarkup-collect.c163 ctx = g_markup_parse_context_new (&parser, 0, string, NULL);
/external/bluetooth/glib/glib/
H A Dgmarkup.h106 GMarkupParseContext *g_markup_parse_context_new (const GMarkupParser *parser,
H A Dgaliasdef.c1675 #undef g_markup_parse_context_new macro
1676 extern __typeof (g_markup_parse_context_new) g_markup_parse_context_new __attribute((alias("IA__g_markup_parse_context_new"), visibility("default")));
H A Dgalias.h1668 extern __typeof (g_markup_parse_context_new) IA__g_markup_parse_context_new __attribute((visibility("hidden")));
1669 #define g_markup_parse_context_new IA__g_markup_parse_context_new macro
/external/bluetooth/bluez/cups/
H A Dmain.c109 ctx = g_markup_parse_context_new(&parser, 0, &ctx_data, NULL);
/external/bluetooth/bluez/plugins/
H A Dservice.c260 ctx = g_markup_parse_context_new(&parser, 0, ctx_data, NULL);
/external/bluetooth/glib/gio/
H A Dgcontenttype.c636 context = g_markup_parse_context_new (&parser, 0, &parse_data, NULL);

Completed in 64 milliseconds