Searched refs:error_func (Results 1 – 14 of 14) sorted by relevance
/external/libxml2/ |
D | testOOM.c | 229 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/ |
D | yacc.py | 2766 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 …]
|
D | lex.py | 547 self.error_func = None
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 2942 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 …]
|
D | lex.py | 560 self.error_func = None
|
/external/ply/ply/ply/ |
D | yacc.py | 2942 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 …]
|
D | lex.py | 560 self.error_func = None
|
/external/libmtp/src/ |
D | libusb-glue.c | 779 if (params->error_func!=NULL) in libusb_glue_error() 780 params->error_func (params->data, format, args); in libusb_glue_error()
|
D | libopenusb1-glue.c | 746 if (params->error_func != NULL) in libusb_glue_error() 747 params->error_func(params->data, format, args); in libusb_glue_error()
|
D | libusb1-glue.c | 795 if (params->error_func!=NULL) in libusb_glue_error() 796 params->error_func (params->data, format, args); in libusb_glue_error()
|
D | ptp.h | 2463 PTPErrorFunc error_func; member
|
D | ptp.c | 112 if (params->error_func!=NULL) in ptp_error() 113 params->error_func (params->data, format, args); in ptp_error()
|
D | libmtp.c | 1876 current_params->error_func = LIBMTP_ptp_error; in LIBMTP_Open_Raw_Device_Uncached()
|
/external/mesa3d/src/compiler/glsl/ |
D | linker.cpp | 385 const char *error_func() in error_func() function in __anon10baf5350111::find_emit_vertex_visitor 811 emit_vertex.error_func(), in validate_geometry_shader_emissions()
|