HomeSort by relevance Sort by last modified time
    Searched defs:FATAL (Results 1 - 25 of 40) sorted by null

1 2

  /external/ppp/pppd/plugins/pppoatm/
atmres.h 28 #define FATAL -1 /* must be -1 */
  /art/runtime/
log_severity.h 22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5;
  /external/chromium/sdch/open-vcdiff/src/
logging.h 34 FATAL
38 #define DFATAL FATAL
47 if (level == FATAL) {
  /external/chromium_org/chrome/browser/sync/glue/
backend_data_type_configurer.h 30 FATAL, // Not syncing due to unrecoverable error.
  /external/chromium_org/third_party/cld/base/
log_severity.h 16 const int INFO = 0, WARNING = 1, ERROR = 2, FATAL = 3, NUM_SEVERITIES = 4;
18 // DFATAL is FATAL in debug mode, ERROR in normal mode
22 #define DFATAL_LEVEL FATAL
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 10 FATAL = 5
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
48 def fatal(self, msg, *args): member in class:Log
49 self._log(FATAL, msg, args)
57 fatal = _global_log.fatal variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 10 FATAL = 5
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
48 def fatal(self, msg, *args): member in class:Log
49 self._log(FATAL, msg, args)
57 fatal = _global_log.fatal variable
  /external/mtpd/
mtpd.h 38 FATAL = 4,
  /external/chromium_org/v8/src/
checks.h 37 // The FATAL, UNREACHABLE and UNIMPLEMENTED macros are useful during
40 #define FATAL(msg) \
47 #define FATAL(msg) \
  /external/v8/src/
checks.h 36 // The FATAL, UNREACHABLE and UNIMPLEMENTED macros are useful during
39 #define FATAL(msg) \
46 #define FATAL(msg) \
  /libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java 33 * Defines the severity of alert as fatal
35 protected static final byte FATAL = 2;
197 * Checks if occured alert is fatal alert.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL
28 self.threshold = log.set_threshold(log.FATAL)
42 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL
28 self.threshold = log.set_threshold(log.FATAL)
42 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 135 /* CRASH() - Raises a fatal error resulting in program termination and triggering either the debugger or the crash reporter.
303 /* FATAL */
306 #define FATAL(...) ((void)0)
308 #define FATAL(...) do { \
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.h 79 // INFO == -1, WARNING == -2, ERROR == -3, FATAL == -4
82 // CHECK dies with a fatal error if condition is not true. It is *not*
199 enum LogSeverity {INFO = -1, WARNING = -2, ERROR = -3, FATAL = -4};
226 case FATAL: {
235 if ((severity) == FATAL) {
236 // LOG(FATAL) indicates a big problem, so don't run atexit() calls
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.h 74 // INFO == -1, WARNING == -2, ERROR == -3, FATAL == -4
77 // CHECK dies with a fatal error if condition is not true. It is *not*
194 enum LogSeverity {INFO = -1, WARNING = -2, ERROR = -3, FATAL = -4};
207 if ((severity) == FATAL)
208 abort(); // LOG(FATAL) indicates a big problem, so don't run atexit() calls
  /ndk/sources/android/support/tests/minitest/
minitest.h 216 FATAL
  /bootable/recovery/minadbd/
fdevent.c 47 static void fatal(const char *fn, const char *fmt, ...) function
57 #define FATAL(x...) fatal(__FUNCTION__, x)
413 FATAL("missing fde for fd %d\n", i);
431 FATAL("bogus negative fd (%d)\n", fde->fd);
437 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
448 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
459 FATAL("fd out of range (%d)\n", fde->fd);
463 FATAL("fd_table out of sync [%d]\n", fde->fd);
524 FATAL("fd %d out of range for fd_table \n", fd)
    [all...]
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 5 // Supported macros are : LOG(INFO), LOG(WARNING), LOG(ERROR), LOG(FATAL),
26 // Valid severity levels include INFO, WARNING, ERROR, FATAL.
29 // LOG(FATAL) outputs to the log and then terminates.
38 // <=-3 - Fatal
39 // Note that VLOG(FATAL) will terminate the program.
82 const int FATAL = -3;
95 const int FATAL = ::FATAL;
152 if (severity_ > MAX_LOG_LEVEL && severity_ > FATAL) {
158 ANDROID_LOG_FATAL, // LOG(FATAL)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 49 #define FATAL(args...) \
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 49 #define FATAL(args...) \
  /ndk/sources/host-tools/nawk-20071023/
lib.c 64 FATAL("out of space for $0 and fields");
79 FATAL("out of space in makefields %d", i);
141 FATAL("can't open file %s", file);
189 FATAL("field separator %.10s... is too long", *FS);
202 FATAL("input record `%.30s...' too long", buf);
210 FATAL("input record `%.30s...' too long", buf);
215 FATAL("input record `%.30s...' too long", buf);
272 FATAL("out of space for fields in fldbld %d", n);
337 FATAL("record `%.30s...' has too many fields; can't happen", r);
383 FATAL("trying to access out of range field %d", n)
    [all...]
  /system/core/adb/
fdevent.c 47 static void fatal(const char *fn, const char *fmt, ...) function
57 #define FATAL(x...) fatal(__FUNCTION__, x)
413 FATAL("missing fde for fd %d\n", i);
431 FATAL("bogus negative fd (%d)\n", fde->fd);
437 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
448 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
459 FATAL("fd out of range (%d)\n", fde->fd);
463 FATAL("fd_table out of sync [%d]\n", fde->fd);
524 FATAL("fd %d out of range for fd_table \n", fd)
    [all...]
  /external/apache-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...]
  /external/chromium_org/net/spdy/
spdy_framer_test.cc 125 virtual void OnError(SpdyFramer* framer) OVERRIDE { LOG(FATAL); }
129 LOG(FATAL) << "Unexpected data frame header";
135 LOG(FATAL);
201 LOG(FATAL);
206 LOG(FATAL);
209 LOG(FATAL);
213 LOG(FATAL);
234 LOG(FATAL);
238 LOG(FATAL) << "Unexpected CREDENTIAL Frame";
262 LOG(FATAL);
    [all...]

Completed in 3228 milliseconds

1 2