HomeSort by relevance Sort by last modified time
    Searched refs:error (Results 226 - 250 of 22890) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java 44 * adds copy of error to list for later retrieval.
47 public boolean handleError(DOMError error) {
50 if (error.getSeverity() == DOMError.SEVERITY_WARNING) {
53 } else if (error.getSeverity() == DOMError.SEVERITY_ERROR) {
54 severity = "[Error]";
55 } else if (error.getSeverity() == DOMError.SEVERITY_FATAL_ERROR) {
56 severity = "[Fatal Error]";
59 System.err.println(severity + ": " + error.getMessage() + "\t");
60 System.err.println("Type : " + error.getType() + "\t" + "Related Data: "
61 + error.getRelatedData() + "\t" + "Related Exception: "
    [all...]
  /external/clang/test/Frontend/
exceptions.c 8 #error __EXCEPTIONS should not be defined.
  /external/clang/test/PCH/
pth.c 4 #error This is the only diagnostic
7 // CHECK: 1 error generated.
  /external/libcxx/test/libcxx/depr/
enable_removed_cpp17_features.pass.cpp 18 #error _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS must be defined
22 #error _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR must be defined
  /external/libcxx/test/libcxx/selftest/
test.fail.cpp 11 #error This test should not compile.
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
8-1-buildonly.c 17 #error SCHED_FIFO not defined
8-2-buildonly.c 17 #error SCHED_RR not defined
8-4-buildonly.c 17 #error SCHED_OTHER not defined
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-1-buildonly.c 8 #error ILL_ILLOPC not defined
22-10-buildonly.c 8 #error FPE_INTOVF not defined
22-11-buildonly.c 8 #error FPE_FLTDIV not defined
22-12-buildonly.c 8 #error FPE_FLTOVF not defined
22-13-buildonly.c 8 #error FPE_FLTUND not defined
22-14-buildonly.c 8 #error FPE_FLTRES not defined
22-15-buildonly.c 8 #error FPE_FLTINV not defined
22-16-buildonly.c 8 #error FPE_FLTSUB not defined
22-17-buildonly.c 8 #error SEGV_MAPERR not defined
22-18-buildonly.c 8 #error SEGV_ACCERR not defined
22-19-buildonly.c 8 #error BUS_ADRALN not defined
22-2-buildonly.c 8 #error ILL_ILLOPN not defined
22-20-buildonly.c 8 #error BUS_ADRERR not defined
22-21-buildonly.c 8 #error BUS_OBJERR not defined
22-22-buildonly.c 8 #error TRAP_BRKPT not defined
22-23-buildonly.c 8 #error TRAP_TRACE not defined
22-24-buildonly.c 8 #error CLD_EXITED not defined

Completed in 237 milliseconds

1 2 3 4 5 6 7 8 91011>>