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

/external/bluetooth/glib/glib/
H A Dgoption.h150 GOptionErrorFunc error_func);
H A Dgoption.c119 GOptionErrorFunc error_func; member in struct:_GOptionGroup
1851 if (group->error_func)
1852 (* group->error_func) (context, group,
1858 if (context->main_group && context->main_group->error_func)
1859 (* context->main_group->error_func) (context, context->main_group,
2010 * @error_func: a function to call when an error occurs
2015 * Note that the user data to be passed to @error_func can be
2022 GOptionErrorFunc error_func)
2026 group->error_func = error_func;
2021 g_option_group_set_error_hook(GOptionGroup *group, GOptionErrorFunc error_func) argument
[all...]
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.cc208 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);
/external/libmtp/src/
H A Dlibusb-glue.c770 if (params->error_func!=NULL)
771 params->error_func (params->data, format, args);
H A Dptp.c85 if (params->error_func!=NULL)
86 params->error_func (params->data, format, args);
H A Dptp.h1920 PTPErrorFunc error_func; member in struct:_PTPParams
H A Dlibmtp.c1712 current_params->error_func = LIBMTP_ptp_error;
/external/valgrind/main/perf/
H A Dtinycc.c1991 void (*error_func)(void *opaque, const char *msg));
2482 void (*error_func)(void *opaque, const char *msg);
7057 if (!s1->error_func) {
7061 s1->error_func(s1->error_opaque, buf);
7069 void (*error_func)(void *opaque, const char *msg))
7072 s->error_func = error_func;
13086 goto error_func;
13088 error_func:
2480 void (*error_func)(void *opaque, const char *msg); member in struct:TCCState

Completed in 866 milliseconds