Home
last modified time | relevance | path

Searched refs:error_func (Results 1 – 13 of 13) sorted by relevance

/external/libxml2/
DtestOOM.c229 error_func (void *data ATTRIBUTE_UNUSED, xmlErrorPtr err) in error_func() function
267 xmlTextReaderSetStructuredErrorHandler (reader, error_func, NULL); in check_load_file_memory_func()
268 xmlSetStructuredErrorFunc(NULL, error_func); in check_load_file_memory_func()
/external/libmojo/third_party/ply/
Dyacc.py2766 self.error_func = None
2866 self.error_func = self.pdict.get('p_error')
2870 if self.error_func:
2871 if isinstance(self.error_func,types.FunctionType):
2873 elif isinstance(self.error_func, types.MethodType):
2880 eline = func_code(self.error_func).co_firstlineno
2881 efile = func_code(self.error_func).co_filename
2884 if (func_code(self.error_func).co_argcount != 1+ismethod):
3077 parser = LRParser(lr,pinfo.error_func)
3104 if not pinfo.error_func:
[all …]
Dlex.py547 self.error_func = None
/external/ply/ply/ply/
Dyacc.py2940 self.error_func = None
3033 self.error_func = self.pdict.get('p_error')
3037 if self.error_func:
3038 if isinstance(self.error_func, types.FunctionType):
3040 elif isinstance(self.error_func, types.MethodType):
3047 eline = self.error_func.__code__.co_firstlineno
3048 efile = self.error_func.__code__.co_filename
3049 module = inspect.getmodule(self.error_func)
3052 argcount = self.error_func.__code__.co_argcount - ismethod
3291 parser = LRParser(lr, pinfo.error_func)
[all …]
Dlex.py561 self.error_func = None
/external/libmtp/src/
Dlibusb-glue.c779 if (params->error_func!=NULL) in libusb_glue_error()
780 params->error_func (params->data, format, args); in libusb_glue_error()
Dlibopenusb1-glue.c746 if (params->error_func != NULL) in libusb_glue_error()
747 params->error_func(params->data, format, args); in libusb_glue_error()
Dlibusb1-glue.c795 if (params->error_func!=NULL) in libusb_glue_error()
796 params->error_func (params->data, format, args); in libusb_glue_error()
Dptp.h2463 PTPErrorFunc error_func; member
Dptp.c112 if (params->error_func!=NULL) in ptp_error()
113 params->error_func (params->data, format, args); in ptp_error()
Dlibmtp.c1876 current_params->error_func = LIBMTP_ptp_error; in LIBMTP_Open_Raw_Device_Uncached()
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp349 const char *error_func() in error_func() function in __anon10baf5350111::find_emit_vertex_visitor
774 emit_vertex.error_func(), in validate_geometry_shader_emissions()
/external/valgrind/perf/
Dtinycc.c1989 void (*error_func)(void *opaque, const char *msg));
2480 void (*error_func)(void *opaque, const char *msg); member
7055 if (!s1->error_func) { in error1()
7059 s1->error_func(s1->error_opaque, buf); in error1()
7067 void (*error_func)(void *opaque, const char *msg)) in tcc_set_error_func()
7070 s->error_func = error_func; in tcc_set_error_func()
13084 goto error_func; in unary()
13086 error_func: in unary()