| /external/boringssl/src/ssl/ |
| ssl_sess.c | 379 int fatal = 0; local 394 fatal = 1; 486 fatal = 1; 513 if (fatal) {
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.apache.commons.logging_1.0.4.v201005080501.jar | |
| /external/libvpx/libvpx/ |
| tools_common.c | 63 void fatal(const char *fmt, ...) { function 64 LOG_ERROR("Fatal");
|
| /external/llvm/utils/llvm-build/llvmbuild/ |
| main.py | 9 from llvmbuild.util import fatal, note namespace 73 fatal("missing LLVMBuild.txt file at: %r" % (llvmbuild_path,)) 121 fatal("found duplicate component %r (at %r and %r)" % ( 127 fatal("project is not allowed to define 'all' component") 131 fatal("project is not allowed to define $ROOT component") 145 fatal("found cycle to %r after following: %s -> %s" % ( 159 fatal("component %r has invalid reference %r (via %r)" % ( 167 fatal("component %r has invalid reference %r (via %r)" % ( 766 fatal("expected project to contain special %r component" % ( 770 fatal("special component %r should be a LibraryGroup" % [all...] |
| /external/slf4j/log4j-over-slf4j/compatibility/lib/ |
| log4j-over-slf4j-1.4.2.jar | |
| /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
| Category.java | 37 * mapped to their SLF4J equivalents. Log4j's <code>fatal()</code> printing 38 * method is mapped to SLF4J's <code>error()</code> method with a FATAL marker. 53 private static Marker FATAL_MARKER = MarkerFactory.getMarker("FATAL"); 164 * SLF4J equivalent, except for FATAL which is mapped as ERROR. 278 public void fatal(Object message) { method in class:Category 284 * SLF4J. In addition, the call is marked with a marker named "FATAL". 286 public void fatal(Object message, Throwable t) { method in class:Category
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
| tools_common.c | 63 void fatal(const char *fmt, ...) { function 64 LOG_ERROR("Fatal");
|
| /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...] |
| /ndk/sources/host-tools/make-3.81/ |
| misc.c | 264 fatal (const struct floc *flocp, const char *fmt, ...) 266 fatal (flocp, fmt, va_alist) 328 fatal (NILF, _("%s: %s"), name, strerror (errno)); 334 /* Like malloc but get fatal error if memory is exhausted. */ 349 fatal (NILF, _("virtual memory exhausted")); 364 fatal (NILF, _("virtual memory exhausted")); 381 fatal (NILF, _("virtual memory exhausted")); 260 fatal (const struct floc *flocp, const char *fmt, ...) function
|
| /system/core/adb/ |
| fdevent.cpp | 47 static void fatal(const char *fn, const char *fmt, ...) function 57 #define FATAL(x...) fatal(__FUNCTION__, x) 408 FATAL("missing fde for fd %d\n", i); 426 FATAL("bogus negative fd (%d)\n", fde->fd); 432 FATAL("bogus huuuuge fd (%d)\n", fde->fd); 444 FATAL("could not expand fd_table to %d entries\n", fd_table_max); 455 FATAL("fd out of range (%d)\n", fde->fd); 459 FATAL("fd_table out of sync [%d]\n", fde->fd); 521 FATAL("fd %d out of range for fd_table \n", fd) [all...] |
| /system/core/libnetutils/ |
| dhcpclient.c | 81 int fatal(const char *reason) function 408 return fatal("cannot obtain interface address"); 411 return fatal("cannot obtain interface index"); 471 return fatal("poll failed");
|
| /development/ndk/platforms/android-3/include/linux/ |
| qic117.h | 118 unsigned int fatal:1; member in struct:__anon2283
|
| /external/openssh/ |
| ssh-keyscan.c | 204 fatal("%s: sshbuf_new failed", __func__); 306 fatal("host_hash failed"); 335 fatal("%s: set_nonblock(%d)", __func__, s); 365 fatal("conalloc: fdno %d too high", s); 367 fatal("conalloc: attempt to reuse fdno %d", s); 391 fatal("confree: attempt to free bad fdno %d", s); 472 fatal("ssh_packet_set_connection failed"); 548 fatal("conread: invalid status %d", c->c_status); 625 fatal(const char *fmt,...) function 694 fatal("Too high debugging level.") [all...] |
| /external/robolectric/lib/main/ |
| commons-logging-1.1.1.jar | |
| /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/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
| qic117.h | 118 unsigned int fatal:1; member in struct:__anon36586
|
| /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
| qic117.h | 118 unsigned int fatal:1; member in struct:__anon36940
|
| /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
| qic117.h | 118 unsigned int fatal:1; member in struct:__anon37294
|
| /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
| qic117.h | 118 unsigned int fatal:1; member in struct:__anon37713
|
| /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
| qic117.h | 118 unsigned int fatal:1; member in struct:__anon38076
|