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

/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 220 milliseconds