Home
last modified time | relevance | path

Searched refs:error_func (Results 1 – 14 of 14) 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/libchrome/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.py2942 self.error_func = None
3035 self.error_func = self.pdict.get('p_error')
3039 if self.error_func:
3040 if isinstance(self.error_func, types.FunctionType):
3042 elif isinstance(self.error_func, types.MethodType):
3049 eline = self.error_func.__code__.co_firstlineno
3050 efile = self.error_func.__code__.co_filename
3051 module = inspect.getmodule(self.error_func)
3054 argcount = self.error_func.__code__.co_argcount - ismethod
3297 parser = LRParser(lr, pinfo.error_func)
[all …]
Dlex.py560 self.error_func = None
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py2942 self.error_func = None
3035 self.error_func = self.pdict.get('p_error')
3039 if self.error_func:
3040 if isinstance(self.error_func, types.FunctionType):
3042 elif isinstance(self.error_func, types.MethodType):
3049 eline = self.error_func.__code__.co_firstlineno
3050 efile = self.error_func.__code__.co_filename
3051 module = inspect.getmodule(self.error_func)
3054 argcount = self.error_func.__code__.co_argcount - ismethod
3297 parser = LRParser(lr, pinfo.error_func)
[all …]
Dlex.py560 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()
Dlibusb1-glue.c795 if (params->error_func!=NULL) in libusb_glue_error()
796 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()
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.cpp385 const char *error_func() in error_func() function in __anon8ad725fe0111::find_emit_vertex_visitor
811 emit_vertex.error_func(), in validate_geometry_shader_emissions()