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

1 2 3 4 5 6 78 91011>>

  /art/compiler/dex/quick/x86/
utility_x86.cc 128 LOG(FATAL) << "Bad case in OpReg " << op;
146 LOG(FATAL) << "Bad case in OpRegImm (64-bit) " << op;
189 LOG(FATAL) << "Bad case in OpRegImm " << op;
244 LOG(FATAL) << "Bad case in OpRegReg " << op;
296 LOG(FATAL) << "Bad case in OpMovRegMem";
349 LOG(FATAL) << "Bad case in OpMovMemReg";
381 LOG(FATAL) << "Bad case in OpRegMem " << op;
409 LOG(FATAL) << "Bad case in OpMemReg " << op;
435 LOG(FATAL) << "Bad case in OpRegMem " << op;
491 LOG(FATAL) << "Bad case in OpRegRegReg " << op
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 325 GOOGLE_LOG(FATAL) << "Can't get here.";
345 GOOGLE_LOG(FATAL) << "Can't get here.";
365 GOOGLE_LOG(FATAL) << "Can't get here.";
385 GOOGLE_LOG(FATAL) << "Can't get here.";
460 GOOGLE_LOG(FATAL) << "Can't get here.";
  /external/chromium_org/third_party/cld/base/
logging.h 93 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
144 // are (in increasing order of severity) INFO, WARNING, ERROR, and FATAL.
147 // E.g., a message of severity FATAL will be logged to the logfiles of
148 // severity FATAL, ERROR, WARNING, and INFO.
150 // There is also the special severity of DFATAL, which logs FATAL in
153 // Very important: logging a message at the FATAL severity level causes
280 #define LOG_TO_STRING_FATAL(message) LogMessage(__FILE__, __LINE__, FATAL, \
293 #define COMPACT_GOOGLE_LOG_DFATAL LogMessage(__FILE__, __LINE__, FATAL)
314 LogMessage(__FILE__, __LINE__, FATAL, counter, &LogMessage::SendToLog)
316 LogMessage(__FILE__, __LINE__, FATAL, counter,
    [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc 233 LOG(FATAL) << "Bad opcode " << op;
351 LOG(FATAL) << "Bad opcode: " << op;
366 LOG(FATAL) << "Unexpected encoding operand count";
376 UNIMPLEMENTED(FATAL);
381 UNIMPLEMENTED(FATAL);
386 LOG(FATAL) << "Unexpected use of OpCondRegReg for Arm";
447 LOG(FATAL) << "Bad opcode: " << op;
582 LOG(FATAL) << "Bad opcode: " << op;
748 LOG(FATAL) << "Bad size: " << size;
813 LOG(FATAL) << "Bad size: " << size
    [all...]
  /art/runtime/
transaction.cc 310 LOG(FATAL) << "Unknown value kind " << field_value.kind;
341 LOG(FATAL) << "Unknown interned string kind";
355 LOG(FATAL) << "Unknown interned string kind";
361 LOG(FATAL) << "Unknown interned string op";
416 LOG(FATAL) << "ObjectArray should be treated as Object";
419 LOG(FATAL) << "Unsupported type " << array_type;
  /ndk/sources/host-tools/nawk-20071023/
tran.c 150 FATAL("out of space in makesymtab");
220 FATAL("out of space for symbol table at %s", n);
308 FATAL("can't %s %s; it's an array name.", rw, vp->nval);
310 FATAL("can't %s %s; it's a function.", rw, vp->nval);
405 FATAL("out of space in tostring on %s", s);
418 FATAL( "out of space in qstring(%s)", s);
  /device/asus/fugu/libaudio/
AudioOutput.cpp 353 mState = FATAL;
370 // involving the application level. We should enter the fatal state, and
379 mState = FATAL;
478 mState = FATAL;
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authentication.cc 304 LOG(FATAL) << "Protobuf::SerializeToString failed";
310 LOG(FATAL) << "HMAC::Init failed";
314 LOG(FATAL) << "HMAC::Sign failed";
  /external/chromium_org/net/spdy/
buffered_spdy_framer_unittest.cc 81 LOG(FATAL) << "Unexpected OnStreamFrameData call.";
103 LOG(FATAL) << "Unexpected OnCredentialFrameData call.";
108 LOG(FATAL) << "Unexpected OnDataFrameHeader call.";
  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc 253 LOG(FATAL) << "Unknown candidate type: " << candidate.type();
258 LOG(FATAL) << "Failed to convert peer IP address.";
266 LOG(FATAL) << "Failed to convert local IP address.";
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 225 GOOGLE_LOG(FATAL) << "Can't get here.";
255 GOOGLE_LOG(FATAL) << "Can't get here.";
337 GOOGLE_LOG(FATAL) << "Can't get here.";
cpp_field.cc 80 GOOGLE_LOG(FATAL) << "GenerateMergeFromCodedStreamWithPacking() "
  /external/mtpd/
pptp.c 177 log_print(FATAL, "Recv() %s", strerror(errno));
238 log_print(FATAL, "Socket() %s", strerror(errno));
249 log_print(FATAL, "Connect() %s", strerror(errno));
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 168 GOOGLE_LOG(FATAL) << "Extensions not supported in MICRO_RUNTIME\n";
180 GOOGLE_LOG(FATAL) << "Extensions not supported in MICRO_RUNTIME\n";
184 // the inner or outer class. This causes Java warnings, but is not fatal, so we suppress those
235 GOOGLE_LOG(FATAL) << "Extensions not supported in MICRO_RUNTIME\n";
  /art/compiler/llvm/
runtime_support_builder_arm.cc 50 LOG(FATAL) << "Unsupported width: " << width;
  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 96 LOG(FATAL) << "Unable to generate ELF for this target";
  /external/ceres-solver/internal/ceres/
iterative_schur_complement_solver.cc 147 LOG(FATAL) << "Unknown Preconditioner Type";
  /external/chromium_org/base/process/
launch_posix.cc 163 // All other failures are fatal.
165 RAW_LOG(FATAL, "sigaction (get) failed.");
173 RAW_LOG(FATAL, "sigaction (set) failed.");
179 RAW_LOG(FATAL, "Cound not fix sa_restorer.");
446 RAW_LOG(FATAL, "prctl(PR_SET_NO_NEW_PRIVS) failed");
  /external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service.cc 58 // This leads to a fatal situation if we don't allow the new browser
92 LOG_IF(FATAL, !success) << "Failed to own: " << service_name;
  /external/chromium_org/chrome/browser/extensions/
launch_util.cc 141 DLOG(FATAL) << "Failed to set a launch container.";
  /external/chromium_org/crypto/
ec_signature_creator_nss.cc 30 DLOG(FATAL) << "Should be using an EC key.";
  /external/chromium_org/sync/syncable/
syncable_util.cc 57 LOG(FATAL) << "Attempt to change ID to " << new_id
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_field.cc 56 GOOGLE_LOG(FATAL) << "GenerateParsingCodeFromPacked() "
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
    [all...]
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.cc 14 // Calculating refreshes out of this range will be considered a fatal error.
132 // should not be fatal in this case. Reconsider all this when XRandR
137 LOG(FATAL)

Completed in 3069 milliseconds

1 2 3 4 5 6 78 91011>>