HomeSort by relevance Sort by last modified time
    Searched full:fatalerror (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 69 fatalError("Can't allocate C++ runtime pthread_key_t");
90 fatalError("Can't allocate thread-specific C++ runtime info block.");
137 fatalError("Pure virtual function called!");
158 fatalError("Not enough memory to allocate exception!");
172 fatalError("Exception destructor has thrown!");
198 fatalError("Attempting to rethrow an exception that doesn't exist!");
218 fatalError("Can't handle non-C++ exception!");
260 fatalError("Internal error during exception handling!");
helper_func_internal.h 119 void fatalError(const char* message);
  /libcore/luni/src/main/java/org/xml/sax/
ErrorHandler.java 37 * {@link #fatalError fatalError}. In other words, a SAX driver class
38 * may throw an exception after reporting any fatalError.
114 * invoked when the parser has reported a fatalError() or thrown
134 public abstract void fatalError (SAXParseException exception)
HandlerBase.java 363 * @see org.xml.sax.ErrorHandler#fatalError
366 public void fatalError (SAXParseException e)
  /libcore/luni/src/test/java/tests/api/org/xml/sax/
HandlerBaseTest.java 133 h.fatalError(new SAXParseException("Foo", new LocatorImpl()));
141 h.fatalError(null);
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
DefaultHandlerTest.java 169 h.fatalError(new SAXParseException("Foo", new LocatorImpl()));
177 h.fatalError(null);
XMLFilterImplTest.java 474 parent.fatalError(exception);
480 assertEquals("fatalError", logger.getMethod());
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockHandler.java 69 public void fatalError(SAXParseException exception) throws SAXException {
70 logger.add("fatalError", exception);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 224 transformer.getErrorListener().fatalError(te);
248 transformer.getErrorListener().fatalError(te);
252 transformer.getErrorListener().fatalError(new TransformerException(e));
263 transformer.getErrorListener().fatalError(e);
ElemUnknown.java 117 transformer.getErrorListener().fatalError(e);
ElemMessage.java 122 transformer.getErrorListener().fatalError(new TransformerException(XSLMessages.createMessage(XSLTErrorResources.ER_STYLESHEET_DIRECTED_TERMINATION, null))); //"Stylesheet directed termination"));
  /external/chromium/third_party/libjingle/source/talk/base/
host.cc 43 FatalError("uname", LAST_SYSTEM_ERROR);
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 81 void FatalError(SMLoc Loc, StringRef Msg);
84 void MarkupParser::FatalError(SMLoc Loc, StringRef Msg) {
131 FatalError(SMLoc::getFromPointer(Start), "unterminated markup tag");
183 Parser.FatalError(Loc, "'>' without matching '<'");
  /external/libxml2/
SAX.c 76 hdlr->fatalError = xmlParserError;
122 hdlr->fatalError = xmlParserError;
169 hdlr->fatalError = xmlParserError;
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 287 errorHandler.fatalError(saxException);
300 errorHandler.fatalError(saxException);
313 errorHandler.fatalError(saxException);
327 errorHandler.fatalError(saxException);
334 errorHandler.fatalError(saxException);
454 errorHandler.fatalError(saxException);
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 176 errHandler.fatalError(new TransformerException(msg, srcLctr));
260 errHandler.fatalError(new TransformerException(formattedMsg, srcLctr));
311 errHandler.fatalError(new TransformerException(formattedMsg, srcLctr));
TransformerHandlerImpl.java 633 // handler be the error listener if it is a error handler. Coroutine's fatalError
668 // handler be the error listener if it is a error handler. Coroutine's fatalError
699 * @see org.xml.sax.ErrorHandler#fatalError
701 public void fatalError(SAXParseException e) throws SAXException
707 m_errorHandler.fatalError(e);
717 // handler be the error listener if it is a error handler. Coroutine's fatalError
724 ((ErrorHandler)errorListener).fatalError(e);
726 m_errorHandler.fatalError(e); // may not be called.
732 errorListener.fatalError(new javax.xml.transform.TransformerException(e));
734 m_errorHandler.fatalError(e); // may not be called
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 365 * @see org.xml.sax.ErrorHandler#fatalError(SAXParseException)
367 public void fatalError(SAXParseException exc) throws SAXException {
368 super.fatalError(exc);
373 ((ErrorHandler)m_saxHandler).fatalError(exc);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 129 m_errorListener.fatalError(new TransformerException(se));
168 m_errorListener.fatalError(new TransformerException(e));
651 m_errorListener.fatalError( ex );
715 m_errorListener.fatalError( ex );
778 throw any exception in fatalError.
794 m_errorListener.fatalError( ex );
930 m_errorListener.fatalError(new TransformerException(se));
952 m_errorListener.fatalError(new TransformerException(e));
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 68 FatalError("DPMI_allocRealSeg failed!");
199 FatalError("DPMI_allocSelector() failed!");
233 FatalError("DPMI_mapPhysicalToLinear() failed!");
256 FatalError("DPMI_setSelectorBase() failed!");
278 FatalError("DPMI_setSelectorLimit() failed!");
283 void FatalError(char *msg)
568 FatalError("Not enough memory to profile BitBlt!");
583 FatalError("This program requires VBE 2.0; Please install UniVBE 5.1.");
  /libcore/luni/src/main/java/javax/xml/transform/
ErrorListener.java 42 * after a call to {@link #fatalError(TransformerException exception)}.</p>
107 public abstract void fatalError(TransformerException exception)
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 163 Asm.getContext().FatalError(Fixup.getLoc(),
177 Asm.getContext().FatalError(Fixup.getLoc(),
269 Asm.getContext().FatalError(Fixup.getLoc(),
282 Asm.getContext().FatalError(Fixup.getLoc(),
370 Asm.getContext().FatalError(Fixup.getLoc(),
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DefaultErrorHandler.java 48 * the error() and fatalError() methods. If it is false, the errors
173 public void fatalError(SAXParseException exception) throws SAXException
263 public void fatalError(TransformerException exception) throws TransformerException
  /libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java 107 public void fatalError(SAXParseException ex) {
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTestSupport.java 55 public static final String KEY_FATAL_ERROR = "fatalError";
254 public void fatalError(SAXParseException e) {
427 public void fatalError(SAXParseException e) {

Completed in 1096 milliseconds

1 2 3 4 5 6