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

12 3 4 5 6 7 8 91011>>

  /system/core/logwrapper/
logwrapper.c 28 void fatal(const char *msg) { function
35 fatal(
  /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
  /external/llvm/utils/llvm-build/llvmbuild/
util.py 11 fatal = lambda message: (_write_message('fatal error', message), sys.exit(1)) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
  /external/oprofile/libutil/
op_fileio.h 39 * Failure to open is fatal.
46 * @param fatal non-zero if any error must be fatal
48 * Reads an ASCII integer from the given file. If an error occur and fatal is
51 u32 op_read_int_from_file(char const * filename, int fatal);
57 * Closes a file pointer. A non-fatal
70 * Failure is fatal.
80 * Failure is fatal.
92 * Failure is fatal.
104 * Failure is fatal
    [all...]
op_fileio.c 22 static FILE * op_do_open_file(char const * name, char const * mode, int fatal)
29 if (fatal) {
95 u32 op_read_int_from_file(char const * filename, int fatal)
102 if (!fatal)
112 if (!fatal)
  /external/blktrace/btreplay/
btreplay.c 206 * The 'fatal' macro will output a perror message (if errstring is !NULL)
212 static inline void fatal(const char *errstring, const int exitval, function
328 fatal("posix_memalign", ERR_SYSCALL, "Allocation failed\n");
371 fatal("signal", ERR_SYSCALL, "Failed to set signal %d\n",
508 fatal("sched_getaffinity", ERR_SYSCALL, "Can't get CPU info\n");
519 fatal(NULL, ERR_SYSCALL, "Insufficient number of CPUs\n");
537 fatal("sched_setaffinity", ERR_SYSCALL, "Failed to pin CPU\n");
594 fatal(idir, ERR_ARGS, "Unable to open %s\n", idir);
634 fatal(file_name, ERR_SYSCALL, "Could not open map devs file\n");
766 fatal("io_setup", ERR_SYSCALL, "io_setup failed\n")
    [all...]
btrecord.c 185 static inline void fatal(const char *errstring, const int exitval, function
240 fatal(stream->file_name, ERR_SYSCALL, "Hdr write failed\n");
318 fatal(file_name, ERR_ARGS, "Unable to open\n");
352 fatal(NULL, ERR_ARGS, "No traces found for %s\n", devnm);
363 fatal(idir, ERR_ARGS, "Unable to open %s\n", idir);
400 fatal(idir, ERR_ARGS,
409 fatal(odir, ERR_ARGS,
462 fatal(NULL, ERR_ARGS, "Invalid command line\n");
474 fatal(NULL, ERR_ARGS, "Missing required input file name(s)\n");
496 fatal(iip->file_name, ERR_SYSCALL, "Read failed\n")
    [all...]
  /external/compiler-rt/test/
lit.common.configured.in 35 lit_config.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key, key))
  /external/compiler-rt/unittests/
lit.common.unit.configured.in 22 lit_config.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key, key))
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 29 MsgHandler fatal(unsigned int pID);
46 inline mcld::MsgHandler mcld::fatal(unsigned int pID) function in class:mcld
48 return getDiagnosticEngine().report(pID, DiagnosticEngine::Fatal);
  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 38 fatal(diag::reloc_factory_has_not_config);
64 fatal(diag::unsupported_bitclass) << m_pConfig->targets().triple().str()
ELFObjectReader.cpp 170 fatal(diag::err_cannot_read_section) << (*section)->name();
179 fatal(diag::err_cannot_read_section) << (*section)->name();
211 fatal(diag::err_cannot_read_section) << (*section)->name();
221 fatal(diag::err_cannot_read_section) << (*section)->name();
241 fatal(diag::err_cannot_read_section) << (*section)->name();
250 fatal(diag::err_cannot_read_target_section) << (*section)->name();
294 fatal(diag::fatal_cannot_read_strtab) << pInput.name()
  /external/bison/src/
scan-skel.l 64 /* Currently, only the @warn, @complain, @fatal, @warn_at, @complain_at, and
146 fatal (_("unclosed %s directive in skeleton"), at_directive_argv[0]);
191 || 0 == strcmp (at_directive_argv[0], "@fatal"))
198 case 'f': func = fatal; break;
291 fatal (_("too few arguments for %s directive in skeleton"),
298 fatal (_("too many arguments for %s directive in skeleton"),
305 fatal ("invalid @ in skeleton: %s", at);
complain.h 81 /** A fatal error, causing immediate exit. */
83 void fatal (char const *format, ...)
  /external/chromium_org/content/browser/ssl/
ssl_manager.h 59 bool fatal);
  /external/chromium_org/skia/config/
SkUserConfig.h 171 SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
174 // Marking the debug print as "fatal" will cause a debug break, so we don't need
221 // problems. Instead, pipe this through to the logging function as a fatal
  /external/chromium_org/skia/
skia_chrome_opts.target.darwin-arm64.mk 26 -Wl,--fatal-warnings \
40 -Wl,--fatal-warnings \
skia_chrome_opts.target.linux-arm64.mk 26 -Wl,--fatal-warnings \
40 -Wl,--fatal-warnings \
  /external/valgrind/main/coregrind/m_gdbserver/
regcache.c 53 fatal ("no register cache\n");
103 fatal ("Could not allocate register cache.\n");
107 fatal ("Could not allocate register_supplied cache.\n");
188 fatal ("Unknown register %s requested\n", name);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 16 * non-fatal errors, red for fatal).
31 * @typedef {{fatal: boolean, error: string, details: string}}
75 var color = details.fatal ? RED : YELLOW;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/libnl/src/
nl-cls-delete.c 53 fatal(err, "Unable to delete classifier: %s",
124 fatal(err, "Unable to allocate classifier cache: %s",
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 100 fatal("Could not allocate memory for PPPoE session");
138 fatal("Illegal value for rp_pppoe_sess option");
158 fatal("Failed to create PPPoE socket: %m");
177 fatal("Failed to connect PPPoE socket: %d %m", errno);
243 fatal("Failed to disconnect PPPoE socket: %d %m", errno);
364 fatal("Linux kernel does not support PPPoE -- are you running 2.4.x?");
  /external/blktrace/btt/
btt_plot.py 82 def fatal(msg): function
83 """Generate fatal error message and exit"""
85 print >>sys.stderr, 'FATAL: %s' % msg
156 fatal('%s not found' % file)
199 fatal('%s not a valid command name' % prog)
211 fatal(__doc__)
222 fatal('Type %s not supported' % a)
230 fatal('Need type of data files to process - (-t <type>)')
391 fatal('Need data files to process')

Completed in 1224 milliseconds

12 3 4 5 6 7 8 91011>>