HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 1 - 25 of 521) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/base/
bzip2_error_handler.cc 13 LOG(FATAL) << "bzip2 internal error: " << errcode;
  /external/clang/test/Index/
werror.c 5 #ifdef FATAL
6 void fatal(int);
7 void fatal(float);
  /art/runtime/
log_severity.h 22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5;
signal_set.h 30 PLOG(FATAL) << "sigemptyset failed";
36 PLOG(FATAL) << "sigaddset " << signal << " failed";
42 PLOG(FATAL) << "sigprocmask failed";
51 PLOG(FATAL) << "sigwait failed";
disassembler.cc 36 UNIMPLEMENTED(FATAL) << "no disassembler for " << instruction_set;
  /external/ceres-solver/internal/ceres/
trust_region_strategy.cc 49 LOG(FATAL) << "Unknown trust region strategy: "
53 LOG(FATAL) << "Unknown trust region strategy: "
  /external/chromium_org/third_party/cld/base/
log_severity.h 16 const int INFO = 0, WARNING = 1, ERROR = 2, FATAL = 3, NUM_SEVERITIES = 4;
18 // DFATAL is FATAL in debug mode, ERROR in normal mode
22 #define DFATAL_LEVEL FATAL
  /external/chromium/sdch/open-vcdiff/src/
logging.h 34 FATAL
38 #define DFATAL FATAL
47 if (level == FATAL) {
  /external/chromium_org/rlz/lib/
assert.h 18 #define ASSERT_STRING(expr) LOG_IF(FATAL, false) << (expr)
24 LOG_IF(FATAL, false) << (expr); \
33 #define VERIFY(expr) LOG_IF(FATAL, !(expr)) << #expr
  /external/chromium_org/net/quic/crypto/
quic_decrypter.cc 20 LOG(FATAL) << "Unsupported algorithm: " << algorithm;
quic_encrypter.cc 20 LOG(FATAL) << "Unsupported algorithm: " << algorithm;
  /external/chromium_org/base/threading/
thread_restrictions.cc 38 LOG(FATAL) <<
57 LOG(FATAL) << "LazyInstance/Singleton is not allowed to be used on this "
72 LOG(FATAL) << "Waiting is not allowed to be used on this thread to prevent"
thread_local_win.cc 36 LOG(FATAL) << "Failed to TlsSetValue().";
  /external/chromium/base/threading/
thread_restrictions.cc 36 LOG(FATAL) <<
54 LOG(FATAL) << "LazyInstance/Singleton is not allowed to be used on this "
thread_local_win.cc 36 LOG(FATAL) << "Failed to TlsSetValue().";
  /external/chromium_org/base/mac/
os_crash_dumps.cc 50 DLOG_ERRNO(FATAL) << "sigemptyset() failed";
52 DLOG_ERRNO(FATAL) << "sigaction() failed";
  /external/chromium_org/chrome_frame/
pin_module.cc 37 DPLOG(FATAL) << "Failed to pin module " << system_buffer;
44 DPLOG(FATAL) << "Could not get module path.";
  /art/runtime/arch/
context.cc 37 UNIMPLEMENTED(FATAL);
  /external/chromium_org/gpu/command_buffer/common/
logging.cc 19 if (level_ == FATAL)
logging.h 27 FATAL
46 return Logger(true, FATAL);
48 return Logger(false, FATAL)
59 return Logger(true, FATAL);
61 return Logger(false, FATAL)
73 return Logger(true, FATAL);
75 return Logger(false, FATAL)
87 return Logger(true, FATAL);
89 return Logger(false, FATAL)
101 return Logger(true, FATAL);
    [all...]
logging_android.cc 28 if (level_ == FATAL)
  /external/ppp/pppd/plugins/pppoatm/
atmres.h 28 #define FATAL -1 /* must be -1 */
  /external/chromium_org/chrome/test/perf/
perf_ui_test_suite.cc 88 LOG(FATAL) << "Failed to create default profile directory...";
95 LOG(FATAL) << "Failed to generate default profile for tests...";
101 LOG(FATAL) << "Failed to create complex profile directory...";
107 LOG(FATAL) << "Failed to copy data to complex profile directory...";
114 LOG(FATAL) << "Failed to fetch test data dir";
121 LOG(FATAL) << "Failed to copy default to complex profile";
145 LOG(FATAL) << "Error parsing theme manifest: " << error;
154 LOG(FATAL) << "Error loading theme extension: " << error;
168 LOG(FATAL) << "Failed to load theme from extension";
  /external/chromium_org/remoting/host/
pin_hash.cc 20 LOG(FATAL) << "Base64Encode failed";
30 LOG(FATAL) << "Invalid hash.";
  /external/chromium/net/tools/flip_server/
spdy_ssl.cc 42 LOG(FATAL) << "Unable to create SSL context";
50 LOG(FATAL) << "Unable to use cert.pem as SSL cert.";
56 LOG(FATAL) << "Unable to use key.pem as SSL key.";
60 LOG(FATAL) << "The cert.pem and key.pem files don't match";

Completed in 586 milliseconds

1 2 3 4 5 6 7 8 91011>>