HomeSort by relevance Sort by last modified time
    Searched refs:LOG_FATAL (Results 1 - 24 of 24) sorted by null

  /system/extras/perfprofd/quipper/base/
logging.cc 38 min_log_level = std::min(LOG_FATAL, level);
66 : severity_(LOG_FATAL), file_(file), line_(line) {
96 case LOG_FATAL:
102 if (severity_ == LOG_FATAL) {
logging.h 137 const LogSeverity LOG_FATAL = 3;
150 logging::ClassName(__FILE__, __LINE__, logging::LOG_FATAL , ##__VA_ARGS__)
376 const LogSeverity LOG_DCHECK = LOG_FATAL;
463 // Implied severity = LOG_FATAL.
592 logging::RawLog(logging::LOG_FATAL, "Check failed: " #condition "\n"); \
  /external/regex-re2/util/
logging.h 34 #define LOG_FATAL LogMessageFatal(__FILE__, __LINE__)
35 #define LOG_QFATAL LOG_FATAL
44 #define LOG_DFATAL LOG_FATAL
  /frameworks/ex/framesequence/jni/utils/
log.h 207 #ifndef LOG_FATAL
208 #define LOG_FATAL(...) ((void)0)
216 #ifndef LOG_FATAL
217 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
  /system/core/liblog/include/log/
log_main.h 27 * LOG_FATAL and LOG_FATAL_IF (FATAL assert messages) from the
131 #ifndef LOG_FATAL
132 #define LOG_FATAL(...) ((void)0)
140 #ifndef LOG_FATAL
141 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)
  /external/libchrome/sandbox/linux/seccomp-bpf/
die.cc 59 logging::LogMessage(file, line, logging::LOG_FATAL).stream() << msg;
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test_fixture.cpp 62 LOG_FATAL("D'OH\n");
  /external/libchrome/base/
logging.cc 404 g_min_log_level = std::min(LOG_FATAL, level);
514 : severity_(LOG_FATAL), file_(file), line_(line) {
520 : severity_(LOG_FATAL), file_(file), line_(line) {
536 if (severity_ == LOG_FATAL && !base::debug::BeingDebugged()) {
657 case LOG_FATAL:
685 case LOG_FATAL:
739 if (severity_ == LOG_FATAL) {
922 if (level == LOG_FATAL)
logging.h 326 const LogSeverity LOG_FATAL = 3;
329 // LOG_DFATAL is LOG_FATAL in debug mode, ERROR in normal mode
333 const LogSeverity LOG_DFATAL = LOG_FATAL;
346 logging::ClassName(__FILE__, __LINE__, logging::LOG_FATAL , ##__VA_ARGS__)
708 const LogSeverity LOG_DCHECK = LOG_FATAL;
    [all...]
logging_unittest.cc 117 SetMinLogLevel(LOG_FATAL + 1);
  /external/libbrillo/brillo/
syslog_logging.cc 54 case logging::LOG_FATAL:
  /external/autotest/site_utils/
cloud_console_client.py 40 LOG_FATAL = 'Fatal'
  /hardware/interfaces/graphics/composer/2.1/default/
IComposerCommandBuffer.h 485 LOG_FATAL("endCommand was not called before command 0x%x",
498 LOG_FATAL("beginCommand was not called");
500 LOG_FATAL("too much data written");
503 LOG_FATAL("too little data written");
721 LOG_FATAL("endCommand was not called for last command");
750 LOG_FATAL("beginCommand was not called");
752 LOG_FATAL("too much data read");
755 LOG_FATAL("too little data read");
  /packages/services/Car/evs/sampleDriver/
EvsEnumerator.cpp 56 LOG_FATAL("Failed to open /dev folder\n");
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 67 ALOG(LOG_FATAL, LOG_TAG, "@@@ ABORTING: CODE FLINGER: %s IN %s addr=%p",
Arm64Assembler.cpp 140 #define NOT_IMPLEMENTED() LOG_FATAL("Arm instruction %s not yet implemented\n", __func__)
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 334 LOG_FATAL("Unknown AudioSystem bit width %d!", audioSystemFormat);
  /hardware/interfaces/audio/effect/2.0/default/
Effect.cpp 490 LOG_FATAL("Using input buffer provider is not supported");
493 LOG_FATAL("Using output buffer provider is not supported");
  /system/core/base/
logging_test.cpp 334 TEST(logging, LOG_FATAL) {
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 1050 LOG_FATAL("%s", msg);
    [all...]
  /system/tpm/trunks/
resource_manager_test.cc 53 logging::SetMinLogLevel(logging::LOG_FATAL);
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 556 milliseconds