HomeSort by relevance Sort by last modified time
    Searched full:fatal (Results 201 - 225 of 845) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/dom/
xml_expat_tokenizer.cpp 788 type = fatal;
801 if (type == fatal || m_errorCount < maxErrors) {
806 case fatal:
816 if (type == fatal)
XMLTokenizerLibxml2.cpp 654 // If the decoder saw an error, report it as fatal (stops parsing)
655 handleError(fatal, "Encoding error", context->context()->input->line, context->context()->input->col);
735 handleError(fatal, "DOCTYPE declaration lost.", lineNumber(), columnNumber());
760 handleError(fatal, "XHTMLMP document expects 'html' as root element.", lineNumber(), columnNumber());
    [all...]
  /external/webkit/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp 141 // FIXME - in the future, we might not want to treat all errors as fatal.
  /external/webkit/WebKitTools/Scripts/
webkit-patch 79 error("FATAL: Failed to determine the SCM system for either %s or %s" % (original_cwd, webkit_directory))
  /frameworks/base/include/camera/
Camera.h 90 // camera fatal errors
  /frameworks/base/libs/ui/
GraphicBufferAllocator.cpp 41 LOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Debug.h 72 #define OMX_FATALPRINT(handle, str,arg...) (OMX_LOG_PRINT(OMX_MASK_FATAL | (handle), "(FATAL) "str, ##arg))
  /packages/apps/VoiceDialer/res/values/
strings.xml 64 <!--displayed when there is a fatal error on initialization or
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
InstrumentationRunnerValidator.java 60 * @throws CoreException if a fatal error occurred in initialization
  /system/core/adb/
sockets.c 369 if(s == 0) fatal("cannot allocate socket");
485 if(s == 0) fatal("cannot allocate socket");
506 fatal("destination oversized");
764 if(s == 0) fatal("cannot allocate socket");
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_event_mbox.h 205 uint16 healthReport; /* Bit 0 is set in case of a fatal error in the device.*/
  /external/ppp/pppd/
main.c 385 fatal("Failed to parse envargs!");
470 fatal("Couldn't open %s: %m", _PATH_DEVNULL);
474 fatal("Critical shortage of file descriptors: dup failed: %m");
713 fatal("Couldn't establish signal handler (%d): %m", s); \
1265 fatal("Out of memory in timeout()!");
    [all...]
tty.c 424 fatal("Couldn't stat default device %s: %m", devnam);
626 fatal("Couldn't create pipes for record option: %m");
942 fatal("setuid failed");
1039 fatal("internal error: file descriptor too large (%d, %d, %d)",
1113 fatal("select");
    [all...]
chap-new.c 212 fatal("CHAP digest 0x%x requested but not available",
242 fatal("CHAP digest 0x%x requested but not available",
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 92 * <dd> This method is called when a fatal error that cannot be recovered from
310 /** Report a fatal error. This method takes a message string and an
335 /** Report a non fatal error (or warning). This method takes a message
365 * has been unsuccessful. Here in the base class we report a fatal error.
469 * accepted, or a fatal error has been reported). See the header
556 /* if that fails give up with a fatal syntax error */
559 /* just in case that wasn't fatal enough, end parse */
726 /* if that fails give up with a fatal syntax error */
729 /* just in case that wasn't fatal enough, end parse */
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
Validator.java 157 * but none of them were fatal and the {@link ErrorHandler} didn't
185 * if a fatal error is found and the {@link ErrorHandler} returns
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 50 static final int FATAL = 0;
65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. *
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
421 * @return one of XSLAttributeDef.FATAL, XSLAttributeDef.ERROR, XSLAttributeDef.WARNING
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 447 * Report a fatal XML parsing error.
451 * they need to take specific actions for each fatal error (such as
  /development/simulator/app/
MyApp.cpp 417 /* damaged config files are always fatal */
431 /* damaged config files are always fatal */
  /external/gtest/
README 10 assertions, death tests, fatal and non-fatal failures, various options for
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_common.h 148 virtual void ProtocolStateError(int32 aErrorCode) = 0; // server response error or other internal fatal error
424 virtual void ProtocolStateError(int32 aErrorCode) = 0; // server response error or other internal fatal error
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 477 LOG(FATAL) << "Input Fst is not an unweighted acceptor";
518 LOG(FATAL) << "Input Fst is not deterministic";
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_DSP.h 479 * Bit XDM_FATALERROR: 1 => Fatal error (Stop decoding)
499 * e.g. it will set bits XDM_FATALERROR (fatal) and XDM_UNSUPPORTEDPARAM
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 287 printf("FATAL : Illegal que was gotten (que_id=%d)\n", que_id);
318 printf("FATAL : Illegal que was gotten (que_id=%d)\n", que_id);
347 printf("FATAL : Illegal que was gotten (que_id=%d)\n", que_id);
381 printf("FATAL : Illegal que was gotten (que_id=%d)\n", que_id);
745 printf("FATAL: src que was broken(not QUE_TYPE_NEXT) [src=%x]\n", src);
846 printf("FATAL: src que was broken(not QUE_TYPE_NEXT) [src=%x]\n", src);
871 printf("FATAL: src que was broken(QUE_TYPE_NEXT) [src=%x]\n", src - 1);
900 printf("FATAL: src que was broken(not QUE_TYPE_NEXT) [src=%x]\n", src);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gcov 

Completed in 669 milliseconds

1 2 3 4 5 6 7 891011>>