HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 176 - 200 of 492) sorted by null

1 2 3 4 5 6 78 91011>>

  /art/runtime/base/
mutex-inl.h 166 PLOG(FATAL) << "futex wait failed for " << name_;
203 LOG(FATAL) << "Unexpected state_:" << cur_state << " for " << name_;
  /art/runtime/
stack_map.h 274 LOG(FATAL) << "Unreachable";
286 LOG(FATAL) << "Unreachable";
common_runtime_test.cc 163 PLOG(FATAL) << "mkdtemp(\"" << &android_data[0] << "\") failed";
181 LOG(FATAL) << "Could not open .dex file '" << location << "': " << error_msg << "\n";
216 LOG(FATAL) << "Failed to create runtime";
dex_instruction-inl.h 84 LOG(FATAL) << "Tried to access vA of instruction " << Name() << " which has no A operand.";
263 LOG(FATAL) << "Tried to access vB of instruction " << Name() << " which has no B operand.";
394 LOG(FATAL) << "Tried to access vC of instruction " << Name() << " which has no C operand.";
well_known_classes.cc 120 LOG(FATAL) << "Couldn't find class: " << jni_class_name;
128 LOG(FATAL) << "Couldn't find field \"" << name << "\" with signature \"" << signature << "\"";
136 LOG(FATAL) << "Couldn't find method \"" << name << "\" with signature \"" << signature << "\"";
  /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/eigen/blas/testing/
cblat3.f 65 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
222 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
231 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
249 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
258 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
282 FATAL = .FALSE.
287 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
293 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
299 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NMAX, AB,
304 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET
    [all...]
zblat3.f 66 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
223 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
232 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
250 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
259 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
283 FATAL = .FALSE.
288 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
294 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
300 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NMAX, AB,
305 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET
    [all...]
  /art/compiler/dex/quick/arm/
fp_arm.cc 60 LOG(FATAL) << "Unexpected opcode: " << opcode;
102 LOG(FATAL) << "Unexpected opcode: " << opcode;
194 LOG(FATAL) << "Unexpected opcode: " << opcode;
259 LOG(FATAL) << "Unexpected ccode: " << ccode;
289 LOG(FATAL) << "Unexpected opcode: " << opcode;
  /art/compiler/dex/quick/arm64/
fp_arm64.cc 57 LOG(FATAL) << "Unexpected opcode: " << opcode;
105 LOG(FATAL) << "Unexpected opcode: " << opcode;
178 LOG(FATAL) << "Unexpected opcode: " << opcode;
245 LOG(FATAL) << "Unexpected ccode: " << ccode;
275 LOG(FATAL) << "Unexpected opcode: " << opcode;
  /external/chromium_org/base/
logging.h 21 // Assertion failed messages and fatal errors are displayed in a dialog box
30 // a fatal error dialog box, it will look for a program called
37 // MessageBox(NULL, GetCommandLineW(), L"Fatal Error", 0);
56 // 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,
262 // Sets whether or not you'd like to see fatal debug messages popped up in
339 // As special cases, we can assume that LOG_IS_ON(FATAL) always holds. Also
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 496 LOG(FATAL) << "UNREACHABLE";
499 LOG(FATAL) << "UNREACHABLE";
524 LOG(FATAL) << "UNREACHABLE";
527 LOG(FATAL) << "UNREACHABLE";
710 UNIMPLEMENTED(FATAL) << "no sign extension necessary for mips";
714 UNIMPLEMENTED(FATAL) << "no zero extension necessary for mips";
809 UNIMPLEMENTED(FATAL) << "no mips implementation";
823 UNIMPLEMENTED(FATAL) << "no mips implementation";
827 UNIMPLEMENTED(FATAL) << "no mips implementation";
929 UNIMPLEMENTED(FATAL) << "no mips implementation"
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 71 GOOGLE_LOG(FATAL)
97 GOOGLE_LOG(FATAL)
110 GOOGLE_LOG(FATAL)
353 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type();
388 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type();
442 GOOGLE_LOG(FATAL) << "Can't get here.";
761 GOOGLE_LOG(FATAL) << "Can't get here.";
780 GOOGLE_LOG(FATAL) << "Can't get here.";
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc     [all...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 105 LOG(FATAL) << "UNREACHABLE";
234 LOG(FATAL) << "UNREACHABLE";
388 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8";
407 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8";
426 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8";
432 UNIMPLEMENTED(FATAL) << "Unimplemented Copy() variant";
461 UNIMPLEMENTED(FATAL) << "We only support Copy() of size 4 and 8";
468 UNIMPLEMENTED(FATAL) << "Unimplemented Copy() variant";
539 UNIMPLEMENTED(FATAL) << "Unimplemented Call() variant";
  /art/runtime/interpreter/
interpreter_common.cc 82 LOG(FATAL) << "Unreachable: " << field_type;
155 LOG(FATAL) << "Unreachable: " << field_type;
197 LOG(FATAL) << "Unreachable: " << field_type;
287 LOG(FATAL) << "Unreachable: " << field_type;
359 LOG(FATAL) << "Unreachable: " << field_type;
489 LOG(FATAL) << "Unexpected instruction: " << inst->DumpString(mh.GetMethod()->GetDexFile());
646 LOG(FATAL) << "Attempt to invoke non-executable method: " << PrettyMethod(method);
651 LOG(FATAL) << "Attempt to call compiled code when -Xint: " << PrettyMethod(method);
    [all...]
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 359 LOG_IF(FATAL, !first_loadable_segment)
385 LOG_IF(FATAL, !unused_segment)
411 LOG_IF(FATAL, !original_first_loadable_segment)
439 LOG_IF(FATAL, !last_unholed_section)
445 LOG_IF(FATAL, !holed_section)
476 LOG_IF(FATAL, !last_section)
590 LOG_IF(FATAL, !split_section)
593 LOG_IF(FATAL, !end_section)
    [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 173 LOG(FATAL) << "UNREACHABLE";
262 LOG(FATAL) << "UNREACHABLE";
376 LOG(FATAL) << "Unexpected call into trampoline: " << instr->DumpString(NULL);
  /external/chromium_org/content/renderer/media/crypto/
key_systems.cc 427 DLOG(FATAL) << concrete_key_system << " is not a known concrete system";
441 DLOG(FATAL) << concrete_key_system << " is not a known concrete system";
446 DLOG_IF(FATAL, type.empty()) << concrete_key_system << " is not Pepper-based";

Completed in 5603 milliseconds

1 2 3 4 5 6 78 91011>>