Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_call.h56 absl::Status operator()(const std::string& context, F func, ErrorF error_func, in operator()
59 const auto status = error_func(); in operator()
70 absl::Status operator()(const std::string& context, F func, ErrorF error_func,
73 const auto status = error_func();
82 ErrorF error_func, ResultT* result,
84 return Caller<ResultT>()(context, func, error_func, result,
90 ErrorF error_func, Params&&... params) {
91 return Caller<void>()(context, func, error_func,
/external/python/pycparser/tests/
Dtest_c_lexer.py22 def error_func(self, msg, line, column): member in TestCLexerNoErrors
38 self.clex = CLexer(self.error_func, lambda: None, lambda: None,
135 clex = CLexer(self.error_func, on_lbrace, on_rbrace,
406 def error_func(self, msg, line, column): member in TestCLexerErrors
419 self.clex = CLexer(self.error_func, self.on_lbrace_func,
/external/python/pycparser/pycparser/
Dc_lexer.py25 def __init__(self, error_func, on_lbrace_func, on_rbrace_func, argument
43 self.error_func = error_func
93 self.error_func(msg, location[0], location[1])
Dc_parser.py80 error_func=self._lex_error_func,
/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/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/python/pycparser/pycparser/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/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/libchrome/base/test/
Dgtest_xml_util.cc45 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc); in ProcessGTestOutput() local
/external/mesa3d/src/compiler/glsl/
Dlinker.cpp389 const char *error_func() in error_func() function in __anon8efa989c0111::find_emit_vertex_visitor
808 emit_vertex.error_func(), in validate_geometry_shader_emissions()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout258 void (*error_func)(void *opaque, const char *msg));
1251 void (*error_func)(void *opaque, const char *msg);
7813 goto error_func;
7815 error_func: