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

  /external/chromium_org/build/android/
test_runner.py 180 def ProcessJavaTestOptions(options, error_func):
229 def ProcessInstrumentationOptions(options, error_func):
234 error_func: Function to call with the error message in case of an error.
241 ProcessJavaTestOptions(options, error_func)
244 error_func('Options java_only (-j) and python_only (-p) '
257 error_func('--test-apk must be specified.')
311 def ProcessUIAutomatorOptions(options, error_func):
316 error_func: Function to call with the error message in case of an error.
323 ProcessJavaTestOptions(options, error_func)
326 error_func('--package-name must be specified.'
    [all...]
  /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/chrome/common/extensions/
update_manifest.cc 208 ScopedXmlErrorFunc error_func(&xml_errors, &XmlErrorFunc);
  /external/chromium_org/chrome/common/extensions/
update_manifest.cc 226 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.h 1920 PTPErrorFunc error_func; member in struct:_PTPParams
    [all...]
ptp.c 85 if (params->error_func!=NULL)
86 params->error_func (params->data, format, args);
    [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 972 milliseconds