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

/external/chromium_org/build/android/
H A Dtest_runner.py241 def ProcessInstrumentationOptions(options, error_func):
246 error_func: Function to call with the error message in case of an error.
256 error_func('Options java_only (-j) and python_only (-p) '
269 error_func('--test-apk must be specified.')
319 def ProcessUIAutomatorOptions(options, error_func):
324 error_func: Function to call with the error message in case of an error.
334 error_func('--package is required.')
337 error_func('Invalid package.')
340 error_func('--test-jar must be specified.')
402 def ProcessMonkeyTestOptions(options, error_func)
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dhamt.h42 /** Create new, empty, HAMT. error_func() is called when an internal error is
45 * \param error_func function called on internal error
49 HAMT *HAMT_create(int nocase, /*@exits@*/ void (*error_func)
H A Dhamt.c54 /*@exits@*/ void (*error_func) (const char *file, unsigned int line, member in struct:HAMT
68 h->error_func(__FILE__, __LINE__, \
74 h->error_func(__FILE__, __LINE__, \
117 HAMT_create(int nocase, /*@exits@*/ void (*error_func)
131 hamt->error_func = error_func;
240 hamt->error_func(__FILE__, __LINE__,
/external/chromium_org/base/test/
H A Dgtest_xml_util.cc101 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);
/external/chromium_org/third_party/ply/
H A 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...]
H A Dlex.py547 self.error_func = None
/external/chromium_org/chrome/common/extensions/
H A Dupdate_manifest.cc226 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);
/external/chromium_org/chrome/browser/component_updater/
H A Dupdate_response.cc281 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);
/external/libmtp/src/
H A Dlibusb-glue.c772 if (params->error_func!=NULL)
773 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 640 milliseconds