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

1234567891011>>

/external/clang/test/Index/
H A Dwerror.c5 #ifdef FATAL
/external/ceres-solver/internal/ceres/
H A Dtrust_region_strategy.cc49 LOG(FATAL) << "Unknown trust region strategy: "
53 LOG(FATAL) << "Unknown trust region strategy: "
H A Dlapack.cc75 LOG(FATAL) << "Ceres was built without a BLAS library.";
86 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
103 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
117 LOG(FATAL) << "Ceres was built without a LAPACK library.";
138 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
156 LOG(FATAL) << "Ceres was built without a LAPACK library.";
181 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
H A Dfile.cc46 LOG(FATAL) << "Couldn't write to file: " << filename;
56 LOG(FATAL) << "Couldn't read file: " << filename;
71 LOG(FATAL) << "Couldn't read all of " << filename
H A Dblas.cc57 LOG(FATAL) << "Ceres was built without a BLAS library.";
/external/chromium_org/net/tools/quic/test_tools/
H A Dsimple_client.cc21 LOG(FATAL) << "SimpleClient::ResetSocket is not implemented";
26 LOG(FATAL) << "SimpleClient::HalfClose is not implemented";
/external/chromium_org/third_party/cld/base/
H A Dlog_severity.h16 const int INFO = 0, WARNING = 1, ERROR = 2, FATAL = 3, NUM_SEVERITIES = 4; variable
18 // DFATAL is FATAL in debug mode, ERROR in normal mode
22 #define DFATAL_LEVEL FATAL
/external/chromium_org/rlz/lib/
H A Dassert.h18 #define ASSERT_STRING(expr) LOG_IF(FATAL, false) << (expr)
24 LOG_IF(FATAL, false) << (expr); \
33 #define VERIFY(expr) LOG_IF(FATAL, !(expr)) << #expr
/external/chromium_org/media/video/
H A Dvideo_decode_accelerator.cc15 LOG(FATAL) << "This should only get called in the GPU process";
/external/chromium_org/net/quic/crypto/
H A Dquic_decrypter.cc24 LOG(FATAL) << "Unsupported algorithm: " << algorithm;
H A Dquic_encrypter.cc24 LOG(FATAL) << "Unsupported algorithm: " << algorithm;
/external/chromium_org/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"
H A Dthread_local_win.cc35 LOG(FATAL) << "Failed to TlsSetValue().";
/external/chromium_org/base/mac/
H A Dos_crash_dumps.cc53 DPLOG(FATAL) << "sigemptyset() failed";
55 DPLOG(FATAL) << "sigaction() failed";
/external/chromium_org/base/process/
H A Dlaunch_mac.cc39 RAW_LOG(FATAL, "Failed to look up replacement bootstrap port.");
44 RAW_LOG(FATAL, "Failed to replace bootstrap port.");
/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/chromium_org/tools/relocation_packer/src/
H A Ddebug.h7 // 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}; enumerator in enum:relocation_packer::Logger::Severity
87 const LogSeverity FATAL = relocation_packer::Logger::FATAL; variable
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 lo
[all...]
H A Ddebug.cc21 // On destruction, flush and print the strings accumulated. Abort if FATAL.
31 case FATAL: tag = "FATAL"; break;
36 if (severity_ == FATAL)
/external/chromium_org/net/tools/flip_server/
H A Dspdy_ssl.cc48 LOG(FATAL) << "Unable to create SSL context";
56 LOG(FATAL) << "Unable to use cert.pem as SSL cert.";
61 LOG(FATAL) << "Unable to use key.pem as SSL key.";
65 LOG(FATAL) << "The cert.pem and key.pem files don't match";
/external/chromium_org/ui/ozone/
H A Dplatform_selection.cc44 LOG(FATAL) << "Invalid ozone platform: " << platform_name;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc57 GOOGLE_LOG(FATAL) << "CloseHandle: "
83 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
86 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
92 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
97 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
111 GOOGLE_LOG(FATAL) << "GetStdHandle: "
179 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: "
182 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: "
228 GOOGLE_LOG(FATAL) << "WaitForSingleObject: "
231 GOOGLE_LOG(FATAL) << "WaitForSingleObjec
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc54 GOOGLE_LOG(FATAL) << "CloseHandle: "
80 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
83 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
89 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
94 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
108 GOOGLE_LOG(FATAL) << "GetStdHandle: "
176 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: "
179 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: "
225 GOOGLE_LOG(FATAL) << "WaitForSingleObject: "
228 GOOGLE_LOG(FATAL) << "WaitForSingleObjec
[all...]
/external/chromium_org/tools/android/file_poller/
H A Dfile_poller.cc40 PLOG(FATAL);
64 PLOG(FATAL);
72 PLOG(FATAL);
79 PLOG(FATAL);
105 PLOG(FATAL);
115 PLOG(FATAL);
133 PLOG(FATAL);
162 PLOG(FATAL);
164 PLOG(FATAL);
177 PLOG(FATAL);
[all...]
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h40 // LOG(FATAL),
113 const int FATAL = -3; variable
126 const int FATAL = ::FATAL; member in namespace:google
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()
219 if (severity_ == FATAL) {
[all...]

Completed in 561 milliseconds

1234567891011>>