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

1 2 3 4 5 6

  /external/ppp/pppd/plugins/pppoatm/
atmres.h 28 #define FATAL -1 /* must be -1 */
  /external/autotest/client/tests/monotonic_time/src/
logging.h 24 #define FATAL(err, fmt, args...) msg(MSG_FATAL, err, fmt, ##args)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /bionic/tools/relocation_packer/src/
debug.h 7 // LOG(tag) prints messages. Tags are INFO, WARNING, ERROR and FATAL.
8 // INFO prints to stdout, the others to stderr. FATAL aborts after printing.
18 // CHECK(predicate) logs a FATAL error if predicate is false.
34 enum Severity {INFO = 0, WARNING, ERROR, FATAL};
87 using LogSeverity::FATAL;
90 // severity is FATAL. LOG_IF(severity, predicate) does the same but only if
105 // CHECK(predicate) fails with a FATAL log message if predicate is false.
106 #define CHECK(predicate) (LOG_IF(FATAL, !(predicate)) \
110 // NOTREACHED() always fails with a FATAL log message.
111 #define NOTREACHED(_) (LOG(FATAL) \
    [all...]
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Level.java 30 <code>OFF</code>, <code>FATAL</code>, <code>ERROR</code>,
57 The <code>FATAL</code> level designates very severe error
60 final static public Level FATAL = new Level(FATAL_INT, "FATAL", 0);
142 return Level.FATAL;
173 if (s.equals("FATAL"))
174 return Level.FATAL;
Priority.java 44 * @deprecated Use {@link Level#FATAL} instead.
46 final static public Priority FATAL = new Level(FATAL_INT, "FATAL", 0);
126 return new Priority[] { Priority.FATAL, Priority.ERROR, Level.WARN, Priority.INFO, Priority.DEBUG };
  /external/mtpd/
mtpd.h 66 FATAL = 4,
  /external/v8/src/base/
logging.h 18 // The FATAL, UNREACHABLE and UNIMPLEMENTED macros are useful during
21 #define FATAL(msg) \
28 #define FATAL(msg) \
39 // CHECK dies with a fatal error if condition is not true. It is *not*
  /external/webrtc/webrtc/base/
checks.h 54 // - FATAL() aborts unconditionally.
76 // RTC_CHECK dies with a fatal error if condition is not true. It is *not*
198 #define FATAL() rtc::FatalMessage(__FILE__, __LINE__).stream()
  /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):
  /system/extras/verity/fec/
image.h 31 #define FATAL(x...) { \
  /device/asus/fugu/libaudio/
AudioOutput.h 50 // Fatal, unrecoverable error.
51 FATAL,
63 bool hasFatalError() { return mState == FATAL; }
  /system/core/base/include/android-base/
logging.h 44 FATAL,
116 // FATAL it also causes an abort. For example:
118 // LOG(FATAL) << "We didn't expect to reach here";
122 // stderr. If the severity is FATAL it also causes an abort.
150 // Check whether condition x holds and LOG(FATAL) if not. The value of the
159 ::android::base::FATAL, -1).stream() \
168 ::android::base::FATAL, -1).stream() \
172 // Check whether a condition holds between x and y, LOG(FATAL) if not. The value
190 LOG(FATAL) << "Check failed: " \
194 // Check for string (const char*) equality between s1 and s2, LOG(FATAL) if not
    [all...]
  /system/core/base/
logging.cpp 190 static_assert(arraysize(log_characters) - 1 == FATAL + 1,
206 static_assert(arraysize(kLogSeverityToAndroidLogPriority) == FATAL + 1,
281 gMinimumLogSeverity = FATAL;
283 // liblog will even suppress FATAL if you say 's' for silent, but that's
286 gMinimumLogSeverity = FATAL;
290 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags
400 if (data_->GetSeverity() == FATAL) {
  /system/extras/verity/
build_verity_tree.cpp 35 #define FATAL(x...) { \
156 FATAL("failed to allocate memory for salt\n");
163 FATAL("failed to convert salt from hex\n");
168 FATAL("failed to allocate memory for salt\n");
171 FATAL("failed to convert salt to bytes\n");
187 FATAL("invalid value of verity-size\n");
190 FATAL("invalid value of verity-size\n");
211 FATAL("failed to get digest\n");
221 FATAL("failed to allocate memory for salt\n");
226 FATAL("failed to open /dev/urandom\n")
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.h 205 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
297 LOG(FATAL) << "Unreachable instruction " << instruction->DebugName()
474 UNIMPLEMENTED(FATAL);
  /art/runtime/base/
logging.h 33 FATAL,
65 // 0 if not abort, non-zero if an abort is in progress. Used on fatal exit to prevents recursive
66 // aborts. Global declaration allows us to disable some error checking to ensure fatal shutdown
92 // Logs a message to logcat on Android otherwise to stderr. If the severity is FATAL it also causes
93 // an abort. For example: LOG(FATAL) << "We didn't expect to reach here";
114 // Check whether condition x holds and LOG(FATAL) if not. The value of the expression x is only
119 ::art::LogMessage(__FILE__, __LINE__, ::art::FATAL, -1).stream() \
126 ::art::LogMessage(__FILE__, __LINE__, ::art::FATAL, -1).stream() \
131 // Check whether a condition holds between x and y, LOG(FATAL) if not. The value of the expressions
144 LOG(::art::FATAL) << "Check failed: "
    [all...]
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 40 // LOG(FATAL),
49 // -3 - Fatal
113 const int FATAL = -3;
126 const int FATAL = ::FATAL;
186 ANDROID_LOG_FATAL, // LOG(FATAL)
196 int android_level_index = std::min(std::max(FATAL, severity_),
197 kMaxVerboseLevel) - FATAL;
204 if (severity_ == FATAL) {
217 // Android logging at level FATAL does not terminate execution, so abort(
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 49 #define FATAL(args...) \
  /ndk/sources/android/support/tests/minitest/
minitest.h 210 FATAL
  /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...]

Completed in 436 milliseconds

1 2 3 4 5 6