HomeSort by relevance Sort by last modified time
    Searched refs:error_func (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
hamt.h 42 /** 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)
hamt.c 54 /*@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/build/android/
test_runner.py 247 def ProcessInstrumentationOptions(options, error_func):
252 error_func: Function to call with the error message in case of an error.
262 error_func('Options java_only (-j) and python_only (-p) '
275 error_func('--test-apk must be specified.')
334 def ProcessUIAutomatorOptions(options, error_func):
339 error_func: Function to call with the error message in case of an error.
349 error_func('--package is required.')
352 error_func('Invalid package.')
355 error_func('--test-jar must be specified.')
407 def ProcessJUnitTestOptions(options, error_func)
    [all...]
  /external/chromium_org/base/test/
gtest_xml_util.cc 101 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);
  /external/chromium_org/extensions/common/
update_manifest.cc 226 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);
  /external/chromium_org/components/component_updater/
update_response.cc 283 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);
  /external/chromium_org/third_party/ply/
yacc.py     [all...]
lex.py 547 self.error_func = None
    [all...]
  /external/libmtp/src/
libusb-glue.c 772 if (params->error_func!=NULL)
773 params->error_func (params->data, format, args);
    [all...]
ptp.c 85 if (params->error_func!=NULL)
86 params->error_func (params->data, format, args);
    [all...]
ptp.h 1920 PTPErrorFunc error_func; member in struct:_PTPParams
    [all...]
libmtp.c     [all...]
  /external/valgrind/main/perf/
tinycc.c 2480 void (*error_func)(void *opaque, const char *msg); member in struct:TCCState
    [all...]

Completed in 906 milliseconds