HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 201 - 225 of 611) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mtpd/
l2tp.c 192 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/
cpp_field.cc 78 GOOGLE_LOG(FATAL) << "GenerateMergeFromCodedStreamWithPacking() "
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 74 GOOGLE_LOG(FATAL) << "Can't get here.";
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 80 LOG(FATAL) << "FlagInit: Bad option: " << (*argv)[index];
shortest-path.h 88 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 "
equivalent.h 117 LOG(FATAL) << "Equivalent: first argument not an"
121 LOG(FATAL) << "Equivalent: second argument not an"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfiguration.java 58 // Don't cache fatal-only configurations: they're only used occasionally and typically
85 if (mFatalOnly && severity != Severity.FATAL) {
  /art/runtime/
monitor.cc 157 LOG(FATAL) << "Inflating unlocked lock word";
161 LOG(FATAL) << "Invalid monitor state " << lw.GetState();
778 LOG(FATAL) << "Invalid monitor state " << lock_word.GetState();
824 LOG(FATAL) << "Invalid monitor state " << lock_word.GetState();
861 LOG(FATAL) << "Invalid monitor state " << lock_word.GetState();
    [all...]
atomic.h 85 LOG(FATAL) << "Unsupported architecture";
126 LOG(FATAL) << "Unsupported architecture";
stack_map.h 274 LOG(FATAL) << "Unreachable";
286 LOG(FATAL) << "Unreachable";
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
    [all...]
  /art/compiler/
compiled_method.cc 103 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set;
124 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set;
  /art/compiler/dex/quick/mips/
assemble_mips.cc 467 LOG(FATAL) << "long branch and link unsupported";
480 LOG(FATAL) << "Unexpected branch kind " << opcode;
585 LOG(FATAL) << "PC-rel offset not multiple of 4: " << delta;
599 LOG(FATAL) << "PC-rel offset not multiple of 4: " << delta;
613 LOG(FATAL) << "PC-rel offset not multiple of 4: " << delta;
627 LOG(FATAL) << "Jump target not multiple of 4: " << target;
690 LOG(FATAL) << "Bad encoder format: " << encoder->field_loc[i].kind;
    [all...]
  /art/compiler/trampolines/
trampoline_compiler.cc 168 LOG(FATAL) << "Unexpected InstructionSet: " << isa;
184 LOG(FATAL) << "Unexpected InstructionSet: " << isa;
  /art/runtime/base/
mutex-inl.h 166 PLOG(FATAL) << "futex wait failed for " << name_;
203 LOG(FATAL) << "Unexpected state_:" << cur_state << " for " << name_;
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc 117 LOG(FATAL) << "Failed to instantiate the setuid sandbox client.";
292 // This can be disabled with the '--gpu-sandbox-failures-fatal' flag.
294 // is equal to setting '--gpu-sandbox-failures-fatal=yes'.
303 LOG(FATAL) << error_message;
  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.cc 274 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/
statement.cc 49 DLOG_IF(FATAL, !ref_->was_valid())
317 DLOG(FATAL) << "Bind value out of range";
  /external/chromium_org/sync/engine/
directory_commit_contribution.cc 121 LOG(FATAL) << "Bad return from ProcessSingleCommitResponse";
152 LOG(FATAL) << "Inconsistent counts when processing commit response";
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 142 /* CRASH() - Raises a fatal error resulting in program termination and triggering either the debugger or the crash reporter.
312 /* FATAL */
315 #define FATAL(...) ((void)0)
317 #define FATAL(...) do { \
  /external/chromium_org/third_party/re2/re2/testing/
regexp_generator.cc 185 LOG(FATAL) << "Bad operator: " << post[i];
219 LOG(FATAL) << "Bad regexp program.";
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.h 74 // INFO == -1, WARNING == -2, ERROR == -3, FATAL == -4
77 // CHECK dies with a fatal error if condition is not true. It is *not*
194 enum LogSeverity {INFO = -1, WARNING = -2, ERROR = -3, FATAL = -4};
207 if ((severity) == FATAL)
208 abort(); // LOG(FATAL) indicates a big problem, so don't run atexit() calls
  /external/protobuf/src/google/protobuf/
message.cc 152 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
242 GOOGLE_LOG(FATAL) << "File is already registered: " << file;
  /external/qemu/android/base/
Log_unittest.cpp 214 LOG(FATAL) << kFatalMessage;
223 LOG(FATAL) << "PANIC: " << setFlag(&flag, "Flag was set!");
  /external/regex-re2/re2/testing/
regexp_generator.cc 185 LOG(FATAL) << "Bad operator: " << post[i];
219 LOG(FATAL) << "Bad regexp program.";

Completed in 863 milliseconds

1 2 3 4 5 6 7 891011>>