Searched refs:FATAL (Results 1 - 25 of 228) sorted by relevance

12345678910

/external/clang/test/Index/
H A Dwerror.c5 #ifdef FATAL
/external/libtextclassifier/util/base/
H A Dlogging_levels.h24 FATAL = 0, enumerator in enum:libtextclassifier::logging::LogSeverity
H A Dlogging_raw.cc36 case FATAL:
81 case FATAL:
82 return "FATAL";
H A Dlogging.cc62 if (severity_ == FATAL) {
/external/protobuf/src/google/protobuf/stubs/
H A Dstatusor.cc39 GOOGLE_LOG(FATAL) << "Attempting to fetch value instead of handling error "
/external/libbrillo/brillo/
H A Dsyslog_logging_unittest.cc23 EXPECT_DEATH({ LOG(FATAL) << "First Fatality!"; }, "First Fatality!");
27 EXPECT_DEATH({ LOG(FATAL) << "Second Fatality!"; }, "Second Fatality!");
H A Dunittest_utils.cc22 PLOG(FATAL) << "Creating a pipe()";
40 PLOG(FATAL) << "Creating a socketpair()";
/external/webrtc/webrtc/modules/audio_device/android/
H A Daudio_device_template.h105 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() << "Shoul
[all...]
/external/libchrome/base/threading/
H A Dthread_restrictions.cc38 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 "
/external/ppp/pppd/plugins/pppoatm/
H A Datmres.h28 #define FATAL -1 /* must be -1 */ macro
H A Dtext2atm.c28 if (!*text) return FATAL; /* empty or ends with a dot */
44 if (!(flags & T2A_WILDCARD)) return FATAL; /* not allowed */
49 if (!(flags & T2A_UNSPEC)) return FATAL; /* not allowed */
54 if (*text++ != '.') return FATAL; /* dot required */
66 if (part[0] == ATM_VPI_UNSPEC) return FATAL; /* bad */
89 else if (!dot) return FATAL; /* two dots in a row */
96 if (!dot || *text == '0') return FATAL;
128 if (!dot) return FATAL; /* two dots in a row */
131 if (!dot) return FATAL;
144 if (len < offset) return FATAL;
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream.cc50 GOOGLE_LOG(FATAL) << "This ZeroCopyOutputStream doesn't support aliasing. "
/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_policy.cc58 RAW_LOG(FATAL, "*file_to_access should be NULL");
86 RAW_LOG(FATAL, "*file_to_open should be NULL");
/external/python/cpython2/Lib/distutils/
H A Dlog.py10 FATAL = 5 variable
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
49 self._log(FATAL, msg, args)
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc59 GOOGLE_LOG(FATAL) << "CloseHandle: "
85 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
88 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
94 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
99 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
113 GOOGLE_LOG(FATAL) << "GetStdHandle: "
181 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: "
184 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: "
230 GOOGLE_LOG(FATAL) << "WaitForSingleObject: "
233 GOOGLE_LOG(FATAL) << "WaitForSingleObjec
[all...]
H A Dcode_generator.cc55 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion.";
61 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support ListParsedFiles";
/external/protobuf/conformance/
H A Dconformance_cpp.cc72 GOOGLE_LOG(FATAL) << "Error reading from test runner: " << strerror(errno);
84 GOOGLE_LOG(FATAL) << "Error writing to test runner: " << strerror(errno);
120 GOOGLE_LOG(FATAL) << "Request didn't have payload.";
126 GOOGLE_LOG(FATAL) << "Unspecified output format";
149 GOOGLE_LOG(FATAL) << "Unknown output format: "
173 GOOGLE_LOG(FATAL) << "Parse of ConformanceRequest proto failed.";
/external/protobuf/src/google/protobuf/util/internal/
H A Dtype_info_test_helper.cc72 GOOGLE_LOG(FATAL) << "Can not reach here.";
100 GOOGLE_LOG(FATAL) << "Can not reach here.";
114 GOOGLE_LOG(FATAL) << "Can not reach here.";
126 GOOGLE_LOG(FATAL) << "Can not reach here.";
/external/minijail/examples/
H A Ddrop_privs.cpp37 PLOG(FATAL) << "getgroups(0)";
47 PLOG(FATAL) << "getgroups(nsupp_groups)";
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DPriority.java44 * @deprecated Use {@link Level#FATAL} instead.
46 final static public Priority FATAL = new Level(FATAL_INT, "FATAL", 0); field in class:Priority
126 return new Priority[] { Priority.FATAL, Priority.ERROR, Level.WARN, Priority.INFO, Priority.DEBUG };
H A DLevel.java30 <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); field in class:Level
142 return Level.FATAL;
173 if (s.equals("FATAL"))
174 return Level.FATAL;
/external/webrtc/webrtc/base/
H A Dsafe_conversions.h60 FATAL();
64 FATAL();
/external/mtpd/
H A Dmtpd.c113 log_print(FATAL, "Cannot get control socket");
124 log_print(FATAL, "Cannot get argument length");
139 log_print(FATAL, "Cannot get argument value");
170 log_print(FATAL, "Pipe() %s", strerror(errno));
194 log_print(FATAL, "Poll() %s", strerror(errno));
277 log_print(FATAL, "Getaddrinfo() %s", (error == EAI_SYSTEM) ?
295 log_print(FATAL, "Connect() %s", strerror(errno));
319 log_print(FATAL, "Fork() %s", strerror(errno));
354 log_print(FATAL, "Exec() %s", strerror(errno));
/external/protobuf/src/google/protobuf/
H A Dmessage.cc158 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
237 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API.";
243 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API.";
248 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API.";
254 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API.";
259 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API.";
265 GOOGLE_LOG(FATAL) << "Unimplemented Map Reflection API.";
273 GOOGLE_LOG(FATAL) << "Unimplemented Map Reflection API.";
333 GOOGLE_LOG(FATAL) << "File is already registered: " << file;
411 GOOGLE_LOG(FATAL) << "No
[all...]
/external/autotest/client/tests/monotonic_time/src/
H A Dlogging.h24 #define FATAL(err, fmt, args...) msg(MSG_FATAL, err, fmt, ##args) macro

Completed in 699 milliseconds

12345678910