HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 226 - 250 of 584) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
common_runtime_test.cc 154 PLOG(FATAL) << "mkdtemp(\"" << &android_data[0] << "\") failed";
172 LOG(FATAL) << "Could not open .dex file '" << location << "': " << error_msg << "\n";
207 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 << "\"";
monitor_pool.h 139 LOG(FATAL) << "Did not find chunk that contains monitor.";
  /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);
portable_invoke_entrypoints.cc 48 LOG(FATAL) << "Code was NULL in method: " << PrettyMethod(method)
  /external/chromium_org/content/renderer/media/crypto/
key_systems.cc 426 DLOG(FATAL) << concrete_key_system << " is not a known concrete system";
440 DLOG(FATAL) << concrete_key_system << " is not a known concrete system";
445 DLOG_IF(FATAL, type.empty()) << concrete_key_system << " is not Pepper-based";
  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc 294 LOG(FATAL) << "Unknown candidate type: " << candidate.type();
299 LOG(FATAL) << "Failed to convert peer IP address.";
307 LOG(FATAL) << "Failed to convert local IP address.";
  /art/compiler/
compilers.cc 117 LOG(FATAL) << "Unexpected instruction set: " << cu->instruction_set;
  /art/compiler/dex/
pass_driver_me.h 80 LOG(FATAL) << "Iterator mode not handled in dispatcher: " << mode;
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 273 LOG(FATAL) << "Expected 64b register";
290 LOG(FATAL) << "Checked for 32b register";
309 LOG(FATAL) << "Expected 32b register";
326 LOG(FATAL) << "Checked for 64b register";
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 75 LOG(FATAL) << "Should not reach here";
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 75 LOG(FATAL) << "Should not reach here";
  /art/runtime/arch/x86_64/
context_x86_64.cc 138 UNIMPLEMENTED(FATAL);
  /art/runtime/gc/allocator/
rosalloc.cc 267 LOG(FATAL) << "Unreachable - page map type: " << page_map_type;
304 LOG(FATAL) << "Unreachable - " << __PRETTY_FUNCTION__ << " : " << "pm_idx=" << pm_idx << ", pm_type="
502 LOG(FATAL) << "Unreachable - page map type: " << page_map_[pm_idx];
518 LOG(FATAL) << "Unreachable - page map type: " << page_map_[pm_idx];
522 LOG(FATAL) << "Unreachable - page map type: " << page_map_[pm_idx];
    [all...]
  /art/runtime/gc/space/
malloc_space.h 43 PLOG(FATAL) << # call << " failed for " << what; \
  /art/runtime/jdwp/
jdwp_expand_buf.cc 97 LOG(FATAL) << "realloc(" << pBuf->maxLen << ") failed";
  /external/ceres-solver/examples/
simple_bundle_adjuster.cc 103 LOG(FATAL) << "Invalid UW data file.";
  /external/ceres-solver/include/ceres/internal/
numeric_diff.h 197 LOG(FATAL) << "Control should never reach here.";
  /external/ceres-solver/internal/ceres/
parameter_block_test.cc 98 LOG(FATAL) << "Shouldn't get called.";
  /external/chromium_org/base/process/
kill_win.cc 126 DPLOG(FATAL) << "GetExitCodeProcess() failed";
  /external/chromium_org/cc/quads/
draw_quad.cc 101 LOG(FATAL) << "Invalid DrawQuad material " << material;
  /external/chromium_org/ppapi/nacl_irt/
ppapi_dispatcher.cc 163 LOG(FATAL) << "InitializeNaClDispatcher must be called once per plugin.";
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 151 LOG(FATAL) << "Unexpected PAM conversation response required: "
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 73 GOOGLE_LOG(FATAL) << "Can't get here.";

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>