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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.h 55 /*@null@*/ /*@dependent@*/ yasm_symrec *ehandler; /* Error handler */ member in struct:coff_unwind_info
win64-except.c 99 info->ehandler = NULL;
182 if (info->ehandler) {
187 yasm_expr_create_ident(yasm_expr_sym(info->ehandler), line)));
292 if (info->ehandler)
coff-objfmt.c     [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 529 ErrorListener ehandler = xctxt.getErrorListener(); local
531 if (null != ehandler)
535 ehandler.warning(new TransformerException(fmsg, (SAXSourceLocator)xctxt.getSAXLocator()));
582 ErrorListener ehandler = xctxt.getErrorListener(); local
584 if (null != ehandler)
586 ehandler.fatalError(new TransformerException(fmsg,
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 555 ErrorListener ehandler = this.getErrorListener(); local
557 if (null != ehandler)
560 ehandler.warning(new TransformerException(fmsg, m_sourceLocator));
608 ErrorListener ehandler = this.getErrorListener(); local
611 if (null != ehandler)
614 ehandler.fatalError(te);
653 ErrorListener ehandler = this.getErrorListener(); local
656 if (null != ehandler)
659 ehandler.fatalError(te);
    [all...]
  /external/e2fsprogs/e2fsck/
Android.mk 89 ehandler.c \
Makefile.in 66 dx_dirinfo.o ehandler.o problem.o message.o recovery.o region.o \
73 profiled/dirinfo.o profiled/dx_dirinfo.o profiled/ehandler.o \
98 $(srcdir)/ehandler.c \
171 iscan: iscan.o util.o ehandler.o $(DEPLIBS)
173 $(Q) $(LD) $(ALL_LDFLAGS) -o iscan iscan.o util.o ehandler.o $(LIBS)
396 ehandler.o: $(srcdir)/ehandler.c $(srcdir)/e2fsck.h \

Completed in 136 milliseconds