HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 26 - 50 of 747) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 10 FATAL = 5
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
48 def fatal(self, msg, *args): member in class:Log
49 self._log(FATAL, msg, args)
57 fatal = _global_log.fatal variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 10 FATAL = 5
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
48 def fatal(self, msg, *args): member in class:Log
49 self._log(FATAL, msg, args)
57 fatal = _global_log.fatal variable
  /system/update_engine/
dbus_connection.cc 38 LOG(FATAL) << "Failed to initialize DBus, aborting.";
  /bionic/tools/relocation_packer/src/
debug.h 7 // LOG(tag) prints messages. Tags are INFO, WARNING, ERROR and FATAL.
8 // INFO prints to stdout, the others to stderr. FATAL aborts after printing.
18 // CHECK(predicate) logs a FATAL error if predicate is false.
34 enum Severity {INFO = 0, WARNING, ERROR, FATAL};
86 // severity is FATAL. LOG_IF(severity, predicate) does the same but only if
108 // CHECK(predicate) fails with a FATAL log message if predicate is false.
109 #define CHECK(predicate) (LOG_IF(FATAL, !(predicate)) \
113 // NOTREACHED() always fails with a FATAL log message.
114 #define NOTREACHED(_) (LOG(FATAL) \
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 28 if (!*text) return FATAL; /* empty or ends with a dot */
44 if (!(flags & T2A_WILDCARD)) return FATAL; /* not allowed */
49 if (!(flags & T2A_UNSPEC)) return FATAL; /* not allowed */
54 if (*text++ != '.') return FATAL; /* dot required */
66 if (part[0] == ATM_VPI_UNSPEC) return FATAL; /* bad */
89 else if (!dot) return FATAL; /* two dots in a row */
96 if (!dot || *text == '0') return FATAL;
128 if (!dot) return FATAL; /* two dots in a row */
131 if (!dot) return FATAL;
144 if (len < offset) return FATAL;
    [all...]
  /art/runtime/gc/space/
space.cc 43 UNIMPLEMENTED(FATAL) << "Unreachable";
48 UNIMPLEMENTED(FATAL) << "Unreachable";
53 UNIMPLEMENTED(FATAL) << "Unreachable";
58 UNIMPLEMENTED(FATAL) << "Unreachable";
63 LOG(FATAL) << "Unreachable";
68 UNIMPLEMENTED(FATAL) << "Unreachable";
73 UNIMPLEMENTED(FATAL) << "Unreachable";
zygote_space.cc 63 UNIMPLEMENTED(FATAL);
82 UNIMPLEMENTED(FATAL);
87 UNIMPLEMENTED(FATAL);
92 UNIMPLEMENTED(FATAL);
97 UNIMPLEMENTED(FATAL);
102 UNIMPLEMENTED(FATAL);
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 59 GOOGLE_LOG(FATAL) << "CloseHandle: "
85 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
88 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
94 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
99 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
113 GOOGLE_LOG(FATAL) << "GetStdHandle: "
181 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: "
184 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: "
230 GOOGLE_LOG(FATAL) << "WaitForSingleObject: "
233 GOOGLE_LOG(FATAL) << "WaitForSingleObject: Unexpected return code:
    [all...]
  /system/core/debuggerd/
crash_dump.cpp 92 PLOG(FATAL) << "failed to detach from thread " << tid;
100 PLOG(FATAL) << "failed to interrupt thread " << tid;
193 PLOG(FATAL) << "failed to drop capabilities";
197 PLOG(FATAL) << "failed to set PR_SET_NO_NEW_PRIVS";
222 PLOG(FATAL) << "failed to set signal mask";
226 LOG(FATAL) << "Wrong number of args: " << argc << " (expected 4)";
234 LOG(FATAL) << "invalid main tid: " << argv[1];
238 LOG(FATAL) << "invalid pseudothread tid: " << argv[2];
242 LOG(FATAL) << "invalid requested dump type: " << argv[3];
246 LOG(FATAL) << "target died before we could attach (received main tid = " << main_tid << ")"
    [all...]
  /external/protobuf/conformance/
conformance_cpp.cc 72 GOOGLE_LOG(FATAL) << "Error reading from test runner: " << strerror(errno);
84 GOOGLE_LOG(FATAL) << "Error writing to test runner: " << strerror(errno);
120 GOOGLE_LOG(FATAL) << "Request didn't have payload.";
126 GOOGLE_LOG(FATAL) << "Unspecified output format";
149 GOOGLE_LOG(FATAL) << "Unknown output format: "
173 GOOGLE_LOG(FATAL) << "Parse of ConformanceRequest proto failed.";
  /art/runtime/
elf_utils.h 121 LOG(FATAL) << "Illegal d_tag value 0x" << std::hex << d_tag;
153 LOG(FATAL) << "Unknown MIPS d_tag value 0x" << std::hex << d_tag;
163 LOG(FATAL) << "Unknown d_tag value 0x" << std::hex << d_tag;
deoptimization_kind.h 45 LOG(FATAL) << "Unexpected kind " << static_cast<size_t>(kind);
  /art/runtime/gc/allocator/
dlmalloc.cc 50 LOG(FATAL) << "Corrupt heap detected in: " << function;
54 LOG(FATAL) << "Incorrect use of function '" << function << "' argument " << p
75 PLOG(FATAL) << "madvise failed during heap trimming";
  /frameworks/av/services/minijail/
minijail.cpp 68 LOG(FATAL) << "Could not read base policy file '" << base_policy_path << "'";
80 LOG(FATAL) << "Could not write seccomp policy to fd";
85 LOG(FATAL) << "Failed to create minijail.";
  /system/connectivity/wificond/tests/integration/
scanner_test.cpp 42 LOG(FATAL) << "Failed to create client interface";
46 LOG(FATAL) << "Failed to get a valid client interface handler";
50 LOG(FATAL) << "Failed to get a WifiScannerImpl handler";
  /system/core/init/test_service/
test_service.cpp 33 LOG(FATAL) << "no status field requested";
39 LOG(FATAL) << "need even number of command-line arguments";
45 PLOG(FATAL) << "could not read /proc/self/status";
  /art/compiler/
compiler.cc 34 LOG(FATAL) << "UNREACHABLE";
  /art/compiler/linker/x86_64/
relative_patcher_x86_64.cc 40 LOG(FATAL) << "UNIMPLEMENTED";
  /art/runtime/arch/x86_64/
thread_x86_64.cc 44 UNIMPLEMENTED(FATAL) << "Need to set GS";
  /art/runtime/base/
arena_object.h 40 LOG(FATAL) << "UNREACHABLE";
  /art/runtime/gc/accounting/
heap_bitmap-inl.h 48 LOG(FATAL) << "Invalid object " << obj;
63 LOG(FATAL) << "Invalid object " << obj;
78 LOG(FATAL) << "Invalid object " << obj;
95 LOG(FATAL) << "Invalid object " << obj;
  /art/runtime/native/
native_util.h 34 LOG(FATAL) << "Couldn't find class: " << jni_class_name;
  /external/libtextclassifier/util/base/
logging.cc 62 if (severity_ == FATAL) {
  /external/protobuf/src/google/protobuf/util/internal/
type_info_test_helper.cc 72 GOOGLE_LOG(FATAL) << "Can not reach here.";
100 GOOGLE_LOG(FATAL) << "Can not reach here.";
114 GOOGLE_LOG(FATAL) << "Can not reach here.";
126 GOOGLE_LOG(FATAL) << "Can not reach here.";
  /hardware/interfaces/minijail/
HardwareMinijail.cpp 33 LOG(FATAL) << "Failed to create minijail.";

Completed in 947 milliseconds

12 3 4 5 6 7 8 91011>>