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

1 2 34 5 6 7 8 91011>>

  /bootable/recovery/minadbd/
fdevent.c 47 static void fatal(const char *fn, const char *fmt, ...) function
57 #define FATAL(x...) fatal(__FUNCTION__, x)
413 FATAL("missing fde for fd %d\n", i);
431 FATAL("bogus negative fd (%d)\n", fde->fd);
437 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
448 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
459 FATAL("fd out of range (%d)\n", fde->fd);
463 FATAL("fd_table out of sync [%d]\n", fde->fd);
524 FATAL("fd %d out of range for fd_table \n", fd)
    [all...]
  /external/chromium_org/content/common/gpu/media/
v4l2_video_device.cc 44 LOG(FATAL) << "Add more cases as needed";
60 LOG(FATAL) << "Add more cases as needed";
75 LOG(FATAL) << "Add more cases as needed";
  /external/qemu/android/base/
Log.h 128 // Evaluate |condition|, and if it fails, log a fatal message.
132 // Usage is similar to LOG(FATAL), e.g.:
137 LOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
143 PLOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
213 LOG_IF(FATAL, DCHECK_IS_ON() && !(condition)) \
  /system/core/adb/
fdevent.c 49 static void fatal(const char *fn, const char *fmt, ...) function
59 #define FATAL(x...) fatal(__FUNCTION__, x)
404 FATAL("missing fde for fd %d\n", i);
422 FATAL("bogus negative fd (%d)\n", fde->fd);
428 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
439 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
450 FATAL("fd out of range (%d)\n", fde->fd);
454 FATAL("fd_table out of sync [%d]\n", fde->fd);
515 FATAL("fd %d out of range for fd_table \n", fd)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 71 GOOGLE_LOG(FATAL) << "Can't get here.";
91 GOOGLE_LOG(FATAL) << "Can't get here.";
120 GOOGLE_LOG(FATAL) << "Can't get here.";
152 GOOGLE_LOG(FATAL) << "Can't get here.";
174 GOOGLE_LOG(FATAL) << "Can't get here.";
337 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed";
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 83 LOG(FATAL) << "Should not reach here";
148 LOG(FATAL) << "Should not reach here";
  /device/asus/fugu/libaudio/
AudioOutput.h 50 // Fatal, unrecoverable error.
51 FATAL,
63 bool hasFatalError() { return mState == FATAL; }
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 223 LOG(FATAL) << "Cannot run sync tests without GAIA credentials.";
297 LOG(FATAL) << "SetupClients() has not yet been called.";
299 LOG(FATAL) << "GetProfile(): Index is out of bounds.";
305 LOG(FATAL) << "SetupClients() has not yet been called.";
307 LOG(FATAL) << "GetBrowser(): Index is out of bounds.";
313 LOG(FATAL) << "SetupClients() has not yet been called.";
315 LOG(FATAL) << "GetClient(): Index is out of bounds.";
333 LOG(FATAL) << "SetupClients() has not yet been called.";
343 LOG(FATAL) << "num_clients_ incorrectly initialized.";
345 LOG(FATAL) << "SetupClients() has already been called."
    [all...]
  /external/chromium_org/components/nacl/loader/sandbox_linux/
nacl_sandbox_linux.cc 152 LOG(FATAL) << kNoSuidMsg << kItIsNotAllowedMsg;
161 LOG(FATAL) << kNoBpfMsg << kItIsNotAllowedMsg;
  /external/chromium_org/remoting/protocol/
authentication_method.cc 64 LOG(FATAL) << "HMAC::Init failed";
69 LOG(FATAL) << "HMAC::Sign failed";
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h 58 LOG(FATAL) << "DifferenceFst: 1st argument not an acceptor";
72 LOG(FATAL) << "DifferenceFst: 1st argument not an acceptor";
intersect.h 52 LOG(FATAL) << "IntersectFst: arguments not both acceptors";
64 LOG(FATAL) << "IntersectFst: arguments not both acceptors";
  /art/runtime/base/
mutex.cc 284 LOG(shutting_down ? WARNING : FATAL) << "destroying mutex with owner: " << exclusive_owner_;
300 PLOG(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_;
326 PLOG(FATAL) << "futex wait failed for " << name_;
373 PLOG(FATAL) << "pthread_mutex_trylock failed for " << name_;
421 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_;
479 PLOG(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_;
502 PLOG(FATAL) << "futex wait failed for " << name_;
543 LOG(FATAL) << "Unexpected state_:" << cur_state << " for " << name_;
582 PLOG(FATAL) << "timed futex wait failed for " << name_;
597 PLOG(FATAL) << "pthread_rwlock_timedwrlock failed for " << name_
    [all...]
allocator.cc 57 LOG(FATAL) << "NoopAllocator::Alloc should not be called";
  /art/runtime/arch/x86_64/
thread_x86_64.cc 44 UNIMPLEMENTED(FATAL) << "Need to set GS";
  /art/runtime/
quick_exception_handler.h 42 LOG(FATAL) << "UNREACHABLE"; // Expected to take long jump.
  /art/runtime/verifier/
dex_gc_map.h 99 LOG(FATAL) << "Invalid format " << static_cast<int>(format);
  /external/ceres-solver/internal/ceres/
callbacks.cc 97 LOG(FATAL) << "Unknown minimizer type.";
cgnr_solver.cc 49 LOG(FATAL) << "CGNR only supports IDENTITY and JACOBI preconditioners.";
  /external/chromium_org/base/files/
dir_reader_linux.h 63 DPLOG(FATAL) << "getdents64 returned an error: " << errno;
  /external/chromium_org/base/
logging_unittest.cc 98 EXPECT_TRUE(LOG_IS_ON(FATAL));
105 EXPECT_TRUE(LOG_IS_ON(FATAL));
112 EXPECT_TRUE(LOG_IS_ON(FATAL));
115 // LOG_IS_ON(FATAL) should always be true.
120 EXPECT_TRUE(LOG_IS_ON(FATAL));
  /external/chromium_org/base/test/
multiprocess_test_android.cc 59 PLOG(FATAL) << "dup2";
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_memory.cc 61 PLOG(FATAL) << "IrtMMap: mprotect to turn on PROT_EXEC failed.";
  /external/chromium_org/extensions/common/features/
json_feature_provider_source.cc 44 LOG(FATAL) << "Key " << iter.key() << " is defined in " << name_
  /external/chromium_org/net/tools/flip_server/
create_listener.cc 84 LOG(FATAL) << "setsockopt() TCP_NODELAY: failed on fd " << fd;
153 LOG(FATAL) << "setsockopt() failed fd=" << listen_fd << "\n";
170 LOG(FATAL) << "setsockopt() failed fd=" << listen_fd << "\n";
191 LOG(ERROR) << "Unable to close the socket.. Considering this a fatal "
216 LOG(FATAL) << "Unable to close the socket.. Considering this a fatal "

Completed in 1404 milliseconds

1 2 34 5 6 7 8 91011>>