Searched refs:FATAL (Results 126 - 150 of 365) sorted by relevance

1234567891011>>

/external/chromium_org/sync/syncable/
H A Dsyncable_util.cc57 LOG(FATAL) << "Attempt to change ID to " << new_id
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.cc80 GOOGLE_LOG(FATAL) << "GenerateMergeFromCodedStreamWithPacking() "
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_field.cc56 GOOGLE_LOG(FATAL) << "GenerateParsingCodeFromPacked() "
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
1114 RAW_LOG(FATAL, "Object at %p of %"PRIuS" bytes from an"
1316 RAW_LOG(FATAL, "Thread finding callback was "
1479 RAW_LOG(FATAL, "FindAllocDetails failed on ptr %p", ptr);
1538 RAW_LOG(FATAL, "No live heap object at %p to un-ignore", ptr);
1550 if (!found) RAW_LOG(FATAL, "Object at %p has not been ignored", ptr);
1634 RAW_LOG(FATAL, "*NoLeaks|SameHeap must execute before this call");
1642 RAW_LOG(FATAL, "*NoLeaks|SameHeap must execute before this call");
1714 RAW_LOG(FATAL, "Must not call heap leak checker manually after "
1746 RAW_LOG(FATAL, "Hea
[all...]
/external/chromium_org/ui/gl/
H A Dsync_control_vsync_provider.cc137 LOG(FATAL)
/external/chromium_org/v8/src/
H A Dperf-jit.cc49 FATAL("Cannot profile with perf JIT - kernel timestamps not available.");
/external/mtpd/
H A Dl2tp.c192 log_print(FATAL, "Recv() %s", strerror(errno));
335 log_print(FATAL, "Cannot read %s", RANDOM_DEVICE);
355 log_print(FATAL, "Socket() %s", strerror(errno));
366 log_print(FATAL, "Connect() %s", strerror(errno));
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.cc78 GOOGLE_LOG(FATAL) << "GenerateMergeFromCodedStreamWithPacking() "
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_extension.cc74 GOOGLE_LOG(FATAL) << "Can't get here.";
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.cpp80 LOG(FATAL) << "FlagInit: Bad option: " << (*argv)[index];
H A Dshortest-path.h88 LOG(FATAL) << "SingleShortestPath: for nshortest > 1, use ShortestPath"
92 LOG(FATAL) << "SingleShortestPath: Weight needs to have the path"
248 LOG(FATAL) << "ShortestPath: n-shortest: Weight needs to have the "
252 LOG(FATAL) << "ShortestPath: n-shortest-string algorithm not "
H A Dequivalent.h117 LOG(FATAL) << "Equivalent: first argument not an"
121 LOG(FATAL) << "Equivalent: second argument not an"
H A Dprune.h63 LOG(FATAL) << "Prune: Weight needs to have the path property and"
149 LOG(FATAL) << "Prune: Weight needs to have the path property and"
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
1114 RAW_LOG(FATAL, "Object at %p of %"PRIuS" bytes from an"
1316 RAW_LOG(FATAL, "Thread finding callback was "
1538 RAW_LOG(FATAL, "No live heap object at %p to un-ignore", ptr);
1550 if (!found) RAW_LOG(FATAL, "Object at %p has not been ignored", ptr);
1634 RAW_LOG(FATAL, "*NoLeaks|SameHeap must execute before this call");
1642 RAW_LOG(FATAL, "*NoLeaks|SameHeap must execute before this call");
1714 RAW_LOG(FATAL, "Must not call heap leak checker manually after "
1746 RAW_LOG(FATAL, "Heap leak checker must not be turned on "
1772 RAW_LOG(FATAL, "Interna
[all...]
/external/chromium_org/content/common/sandbox_linux/
H A Dsandbox_linux.cc117 LOG(FATAL) << "Failed to instantiate the setuid sandbox client.";
303 LOG(FATAL) << error_message;
/external/chromium_org/sandbox/linux/suid/client/
H A Dsetuid_sandbox_client.cc274 LOG(FATAL) << "The SUID sandbox helper binary is missing: "
282 LOG(FATAL) << "The SUID sandbox helper binary was found, but is not "
/external/chromium_org/sql/
H A Dstatement.cc49 DLOG_IF(FATAL, !ref_->was_valid())
317 DLOG(FATAL) << "Bind value out of range";
/external/chromium_org/sync/engine/
H A Ddirectory_commit_contribution.cc121 LOG(FATAL) << "Bad return from ProcessSingleCommitResponse";
152 LOG(FATAL) << "Inconsistent counts when processing commit response";
/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_generator.cc185 LOG(FATAL) << "Bad operator: " << post[i];
219 LOG(FATAL) << "Bad regexp program.";
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h74 // INFO == -1, WARNING == -2, ERROR == -3, FATAL == -4
194 enum LogSeverity {INFO = -1, WARNING = -2, ERROR = -3, FATAL = -4}; enumerator in enum:LogSeverity
207 if ((severity) == FATAL)
208 abort(); // LOG(FATAL) indicates a big problem, so don't run atexit() calls
/external/protobuf/src/google/protobuf/
H A Dmessage.cc152 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
242 GOOGLE_LOG(FATAL) << "File is already registered: " << file;
/external/qemu/android/base/
H A DLog_unittest.cpp214 LOG(FATAL) << kFatalMessage;
223 LOG(FATAL) << "PANIC: " << setFlag(&flag, "Flag was set!");
/external/regex-re2/re2/testing/
H A Dregexp_generator.cc185 LOG(FATAL) << "Bad operator: " << post[i];
219 LOG(FATAL) << "Bad regexp program.";
/external/chromium_org/base/
H A Dlogging.h56 // effectively performs a LOG(FATAL) which terminates the process and
74 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
130 // are (in increasing order of severity) INFO, WARNING, ERROR, and FATAL.
132 // Very important: logging a message at the FATAL severity level causes
135 // There is the special severity of DFATAL, which logs FATAL in debug mode,
339 // As special cases, we can assume that LOG_IS_ON(FATAL) always holds. Also,
405 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
407 SYSLOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
427 true ? (void) 0 : ::logging::LogMessageVoidify() & LOG_STREAM(FATAL)
454 LAZY_STREAM(LOG_STREAM(FATAL), !(conditio
[all...]
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc256 // message from the death test child process and log it with the FATAL
272 GTEST_LOG_(FATAL) << error.GetString();
275 GTEST_LOG_(FATAL) << "Error while reading death test internal: "
398 GTEST_LOG_(FATAL) << "Death test child process reported "
403 GTEST_LOG_(FATAL) << "Read from death test child process failed: "
483 GTEST_LOG_(FATAL)

Completed in 1852 milliseconds

1234567891011>>