HomeSort by relevance Sort by last modified time
    Searched defs:fatal (Results 51 - 75 of 301) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 77 // If mode has CheckExit set and the command fails, run calls fatal.
112 // Prevent fatal from waiting on our own goroutine's
116 fatal("FAILED: %v: %v", strings.Join(cmd, " "), err)
194 fatal("%s", err)
204 fatal("chdir %s: %v", path, err)
208 fatal("chdir %s: %v", old, err)
243 fatal("%v", err)
271 fatal("%v", err)
279 fatal("%v", err)
287 fatal("%v", err
354 func fatal(format string, args ...interface{}) { func
    [all...]
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.0.4/
commons-logging-1.0.4.jar 
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 96 static void __noreturn __printflike(1, 2) fatal(const char* fmt, ...) { function
110 fatal("%s: %s", buf, strerror(err));
185 __libc_format_log(ANDROID_LOG_FATAL, "libc", "Fatal signal %d (%s)%s%s in tid %d (%s)", signum,
326 // Signals can either be fatal or nonfatal.
327 // For fatal signals, crash_dump will send us the signal we crashed with
402 // If this was a fatal crash, populate si_value with the abort message address if possible.
442 // Signals can either be fatal or nonfatal.
443 // For fatal signals, crash_dump will PTRACE_CONT us with the signal we
454 // If the signal is fatal, don't unlock the mutex to prevent other crashing threads from
  /toolchain/binutils/binutils-2.25/binutils/
bucomm.c 64 /* Issue a non fatal error message. FILENAME, or if NULL then BFD,
130 fatal (const char *format, ...)
164 fatal (_("can't set BFD default target to `%s': %s"),
552 /* Parse a string into a VMA, with a fatal error if it can't be
564 fatal (_("%s: bad number: %s"), arg, s);
570 exist, or if it is not a real file, then a suitable non-fatal
128 fatal (const char *format, ...) function
  /prebuilts/tools/common/m2/repository/org/slf4j/jcl-over-slf4j/1.6.2/
jcl-over-slf4j-1.6.2.jar 
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
genmk.c 23 #define require(expr, err) {if ( !(expr) ) fatal(err);}
74 void fatal(char *msg);
80 void fatal();
410 if ( num_files == 0 ) fatal("no grammar files specified; exiting...");
420 fatal("must define classes >0 grammar classes in C++ mode\n");
1032 void fatal( char *err_) function
1034 void fatal( err_)
genmk_old.c 22 #define require(expr, err) {if ( !(expr) ) fatal(err);}
65 void fatal();
288 if ( num_files == 0 ) fatal("no grammar files specified; exiting...");
294 fatal("must define classes >0 grammar classes in C++ mode\n");
742 void fatal( err_) function
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
123 /** "Fatal" level logging. */
238 } else if("fatal".equalsIgnoreCase(lvl)) {
299 case SimpleLog.LOG_LEVEL_FATAL: buf.append("[FATAL] "); break;
527 * @see org.apache.commons.logging.Log#fatal(Object)
529 public final void fatal(Object message) { method in class:SimpleLog
543 * @see org.apache.commons.logging.Log#fatal(Object, Throwable)
545 public final void fatal(Object message, Throwable t) { method in class:SimpleLog
580 * <p> Are fatal messages currently enabled? </p
    [all...]
  /external/blktrace/btreplay/
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/javassist/src/main/javassist/compiler/
MemberResolver.java 35 private static void fatal() throws CompileError { method in class:MemberResolver
36 throw new CompileError("fatal");
396 fatal(); method
537 fatal(); method
  /external/ppp/pppd/
utils.c 646 * logit - does the hard work for fatal et al.
678 * fatal - log an error message and die horribly.
681 fatal __V((char *fmt, ...)) function
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SimpleLog.java 42 * "debug", "info", "warn", "error", or "fatal"). If not specified, defaults to
46 * "debug", "info", "warn", "error", or "fatal"). If not specified, the default
120 /** "Fatal" level logging. */
233 } else if ("fatal".equalsIgnoreCase(lvl)) {
310 buf.append("[FATAL] ");
500 * Log a message with fatal log level.
503 public final void fatal(Object message) { method in class:SimpleLog
512 * Log an error with fatal log level.
515 public final void fatal(Object message, Throwable t) { method in class:SimpleLog
554 * Are fatal messages currently enabled
    [all...]
  /system/core/libnetutils/
dhcpclient.c 79 int fatal(const char *reason) function
406 return fatal("cannot obtain interface address");
409 return fatal("cannot obtain interface index");
469 return fatal("poll failed");
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 
  /development/ndk/platforms/android-9/include/linux/
qic117.h 118 unsigned int fatal:1; member in struct:__anon2779
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
129 FATAL = CRITICAL
1178 fatal = critical variable in class:Logger
1559 fatal = critical variable
    [all...]
  /external/openssh/
ssh-keyscan.c 204 fatal("%s: sshbuf_new failed", __func__);
307 fatal("host_hash failed");
338 fatal("%s: set_nonblock(%d)", __func__, s);
368 fatal("conalloc: fdno %d too high", s);
370 fatal("conalloc: attempt to reuse fdno %d", s);
394 fatal("confree: attempt to free bad fdno %d", s);
475 fatal("ssh_packet_set_connection failed");
551 fatal("conread: invalid status %d", c->c_status);
628 fatal(const char *fmt,...) function
697 fatal("Too high debugging level.")
    [all...]
  /external/robolectric/v1/lib/main/
commons-logging-1.1.1.jar 
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 20 * TRACE, DEBUG, INFO, WARN, ERROR and FATAL.
72 private static final int FATAL= i++;
102 levelNames[FATAL] = "FATAL";
288 * Log a message object with the FATAL level.
292 public void fatal(Object message) { method in class:Logger
293 log(FATAL, message, null);
297 * Log a message object with the FATAL level including the stack trace of the
303 public void fatal(Object message, Throwable t) { method in class:Logger
304 log(FATAL, message, t);
    [all...]
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
129 FATAL = CRITICAL
1196 fatal = critical variable in class:Logger
1577 fatal = critical variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
129 FATAL = CRITICAL
1196 fatal = critical variable in class:Logger
1577 fatal = critical variable
    [all...]
  /prebuilts/misc/common/robolectric/lib/
commons-logging-1.1.1.jar 
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
qic117.h 118 unsigned int fatal:1; member in struct:__anon54063

Completed in 1075 milliseconds

1 23 4 5 6 7 8 91011>>