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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
werror.c 5 #ifdef FATAL
6 void fatal(int);
7 void fatal(float);
  /art/runtime/
signal_set.h 30 PLOG(FATAL) << "sigemptyset failed";
36 PLOG(FATAL) << "sigaddset " << signal << " failed";
42 PLOG(FATAL) << "sigprocmask failed";
51 PLOG(FATAL) << "sigwait failed";
  /external/ceres-solver/internal/ceres/
trust_region_strategy.cc 49 LOG(FATAL) << "Unknown trust region strategy: "
53 LOG(FATAL) << "Unknown trust region strategy: "
lapack.cc 75 LOG(FATAL) << "Ceres was built without a BLAS library.";
86 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
88 << "LAPACK::dpotrf fatal error."
103 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
105 << "LAPACK::dpotrs fatal error."
117 LOG(FATAL) << "Ceres was built without a LAPACK library.";
138 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
140 << "LAPACK::dgels fatal error."
156 LOG(FATAL) << "Ceres was built without a LAPACK library.";
181 LOG(FATAL) << "Congratulations, you found a bug in Ceres.
    [all...]
  /external/libbrillo/brillo/
syslog_logging_unittest.cc 23 EXPECT_DEATH({ LOG(FATAL) << "First Fatality!"; }, "First Fatality!");
26 // Still a fatal log message
27 EXPECT_DEATH({ LOG(FATAL) << "Second Fatality!"; }, "Second Fatality!");
unittest_utils.cc 22 PLOG(FATAL) << "Creating a pipe()";
40 PLOG(FATAL) << "Creating a socketpair()";
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h 105 FATAL() << "Should never be called";
113 FATAL() << "Should never be called";
125 FATAL() << "Should never be called";
137 FATAL() << "Should never be called";
207 FATAL() << "Should never be called";
218 FATAL() << "Should never be called";
224 FATAL() << "Should never be called";
265 FATAL() << "Should never be called";
271 FATAL() << "Should never be called";
276 FATAL() << "Should never be called"
    [all...]
  /external/libchrome/base/threading/
thread_restrictions.cc 38 LOG(FATAL) <<
57 LOG(FATAL) << "LazyInstance/Singleton is not allowed to be used on this "
72 LOG(FATAL) << "Waiting is not allowed to be used on this thread to prevent "
  /art/compiler/utils/
assembler.cc 160 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set;
168 UNIMPLEMENTED(FATAL);
174 UNIMPLEMENTED(FATAL);
180 UNIMPLEMENTED(FATAL);
186 UNIMPLEMENTED(FATAL);
190 UNIMPLEMENTED(FATAL);
194 UNIMPLEMENTED(FATAL);
200 UNIMPLEMENTED(FATAL);
206 UNIMPLEMENTED(FATAL);
211 UNIMPLEMENTED(FATAL);
    [all...]
  /art/runtime/gc/
gc_cause.cc 40 LOG(FATAL) << "Unreachable";
  /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...]
debug.cc 21 // On destruction, flush and print the strings accumulated. Abort if FATAL.
31 case FATAL: tag = "FATAL"; break;
36 if (severity_ == FATAL)
  /external/ppp/pppd/plugins/pppoatm/
atmres.h 28 #define FATAL -1 /* must be -1 */
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.cc 49 GOOGLE_LOG(FATAL) << "This ZeroCopyOutputStream doesn't support aliasing. "
  /art/runtime/arch/
instruction_set.cc 43 LOG(FATAL) << "Unknown ISA " << isa;
108 LOG(FATAL) << "ISA kNone does not have alignment.";
111 LOG(FATAL) << "Unknown ISA " << isa;
147 LOG(FATAL) << "kNone has no stack overflow size";
151 LOG(FATAL) << "Unknown instruction set" << isa;
instruction_set.h 23 #include "base/logging.h" // Logging is required for FATAL in the helper functions.
102 LOG(FATAL) << "ISA kNone does not have pointer size.";
105 LOG(FATAL) << "Unknown ISA " << isa;
142 LOG(FATAL) << "ISA kNone does not have bit width.";
145 LOG(FATAL) << "Unknown ISA " << isa;
171 LOG(FATAL) << "ISA kNone does not have spills.";
174 LOG(FATAL) << "Unknown ISA " << isa;
196 LOG(FATAL) << "ISA kNone does not have spills.";
199 LOG(FATAL) << "Unknown ISA " << isa;
  /system/extras/verity/fec/
image.cpp 100 FATAL("failed to fstat: %s\n", strerror(errno));
107 FATAL("failed to ioctl(BLKGETSIZE64): %s\n", strerror(errno));
112 FATAL("unknown file mode: %d\n", (int)st.st_mode);
121 FATAL("empty file?\n");
123 FATAL("file size %" PRIu64 " is not a multiple of %u bytes\n",
136 FATAL("multiple input files not supported with mmap\n");
146 FATAL("cannot mmap %" PRIu64 " bytes\n", ctx->inp_size);
163 FATAL("failed to mmap '%s' (size %" PRIu64 "): %s\n",
180 FATAL("failed to allocate memory\n");
216 FATAL("sparse files not supported\n")
    [all...]
  /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...]
  /external/libchrome/sandbox/linux/syscall_broker/
broker_policy.cc 58 RAW_LOG(FATAL, "*file_to_access should be NULL");
86 RAW_LOG(FATAL, "*file_to_open should be NULL");
  /external/webrtc/webrtc/base/
safe_conversions.h 60 FATAL();
64 FATAL();
  /art/runtime/entrypoints/quick/
callee_save_frame.h 84 isa == kNone ? (LOG(FATAL) << "kNone has no frame size", 0) :
85 (LOG(FATAL) << "Unknown instruction set" << isa, 0);
97 isa == kNone ? (LOG(FATAL) << "kNone has no pointer size", 0) :
98 (LOG(FATAL) << "Unknown instruction set" << isa, 0);
  /art/runtime/interpreter/mterp/
mterp_stub.cc 45 UNIMPLEMENTED(art::FATAL);
  /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

Completed in 606 milliseconds

1 2 3 4 5 6 7 8 91011>>