Searched refs:g_option_context_parse (Results 1 – 18 of 18) sorted by relevance
/external/bluetooth/bluez/tracer/ |
D | main.c | 99 if (g_option_context_parse(context, &argc, &argv, &err) == FALSE) { in main()
|
/external/bluetooth/glib/tests/ |
D | gio-ls.c | 40 if (!g_option_context_parse (context, &argc, &argv, &error)) in main()
|
/external/bluetooth/glib/glib/ |
D | goption.h | 121 gboolean g_option_context_parse (GOptionContext *context,
|
D | goption.c | 1550 g_option_context_parse (GOptionContext *context, in g_option_context_parse() function
|
D | galiasdef.c | 1978 #undef g_option_context_parse 1979 extern __typeof (g_option_context_parse) g_option_context_parse __attribute((alias("IA__g_option_co…
|
D | galias.h | 1971 extern __typeof (g_option_context_parse) IA__g_option_context_parse __attribute((visibility("hidden… 1972 #define g_option_context_parse IA__g_option_context_parse macro
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | ImageDiff.cpp | 186 if (!g_option_context_parse(context, &argc, &argv, &error)) { in main()
|
/external/bluetooth/bluez/input/ |
D | sixpair.c | 240 if (g_option_context_parse (context, &argc, &argv, &error) == FALSE) { in main()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-6 | 425 * glib/goption.c (g_option_context_parse): Document that 476 * glib/goption.c (g_option_context_parse): When a long option does not 809 * glib/goption.c: (g_option_context_parse): 834 * glib/goption.c (g_option_context_parse): Use 908 * glib/goption.c (g_option_context_parse): Call error_func 1055 * glib/goption.c: (g_option_context_parse): 1061 (g_option_context_parse): 1069 * glib/goption.c: (g_option_context_parse): 1090 * glib/goption.c (g_option_context_parse): Set the program name
|
D | ChangeLog.pre-2-8 | 662 * glib/goption.c (g_option_context_parse): Treat '-' 1104 (g_option_context_parse): Accept -? as documented. (#166977) 1115 * glib/goption.c (g_option_context_parse): Fix a 1471 * glib/goption.c (g_option_context_parse): Don't 1480 * glib/goption.c (g_option_context_parse): Call
|
D | ChangeLog.pre-2-12 | 433 * glib/goption.c (g_option_context_parse): fixed leak in short
|
D | ChangeLog.pre-2-10 | 47 * glib/goption.c (g_option_context_parse): Only set the prgname
|
D | NEWS | 1921 324332 g_option_context_parse() returns false without setting error
|
/external/bluetooth/bluez/src/ |
D | main.c | 406 if (g_option_context_parse(context, &argc, &argv, &err) == FALSE) { in main()
|
/external/bluetooth/bluez/attrib/ |
D | gatttool.c | 570 if (g_option_context_parse(context, &argc, &argv, &gerr) == FALSE) { in main()
|
/external/bluetooth/bluez/test/ |
D | btiotest.c | 508 if (!g_option_context_parse(context, &argc, &argv, NULL)) in main()
|
/external/bluetooth/glib/gio/tests/ |
D | live-g-file.c | 1138 if (!g_option_context_parse (context, &argc, &argv, &error)) in main()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1054 g_option_context_parse
|