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

1 2 34 5 6 7 8 91011>>

  /art/sigchainlib/
sigchain.cc 81 #define fatal(...) log(__VA_ARGS__); abort() macro
128 fatal("Unable to find next %s in signal chain", name);
153 fatal("failed to create sigchain pthread key: %s", strerror(rc));
255 fatal("too many special signal handlers");
271 fatal("failed to find special handler to remove");
347 fatal("exiting due to SIG_DFL handler for signal %d", signo);
484 fatal("Invalid signal %d", signal);
496 fatal("Invalid signal %d", signal);
506 fatal("Invalid signal %d", signal);
  /build/soong/finder/
finder_test.go 44 fatal(t, err.Error())
65 fatal(t, err.Error())
86 fatal(t, err.Error())
97 fatal(t, err.Error())
104 fatal(t, err.Error())
111 fatal(t, err.Error())
119 t.Fatal(err.Error())
123 fatal(t, err.Error())
133 t.Fatal(err.Error())
140 t.Fatal(err.Error()
158 func fatal(t *testing.T, message string) { func
    [all...]
  /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...]
  /frameworks/base/services/core/java/com/android/server/timezone/
PackageStatusStorage.java 152 IllegalStateException fatal = new IllegalStateException(e); local
153 fatal.addSuppressed(cause);
154 throw fatal;
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 111 static void __noreturn __printflike(1, 2) fatal(const char* fmt, ...) { function
125 fatal("%s: %s", buf, strerror(err));
187 ANDROID_LOG_FATAL, "libc", "Fatal signal %d (%s), code %d (%s)%s in tid %d (%s), pid %d (%s)",
266 fatal("intermediate process didn't exit cleanly in double fork (status = %d)", status);
268 fatal("second clone failed: %s", strerror(WEXITSTATUS(status)));
341 fatal("failed to write crash info, wrote %zd bytes, expected %zd", rc, expected);
418 // Signals can either be fatal or nonfatal.
419 // For fatal signals, crash_dump will send us the signal we crashed with
541 // If the signal is fatal, don't unlock the mutex to prevent other crashing threads from
  /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 
  /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/python/cpython2/Lib/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass',
124 FATAL = CRITICAL
1214 fatal = critical variable in class:Logger
1595 fatal = critical variable
    [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/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/3.1.1/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
commons-logging-1.1.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
commons-logging-1.1.1.jar 
  /prebuilts/python/darwin-x86/2.7.5/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...]

Completed in 474 milliseconds

1 2 34 5 6 7 8 91011>>