HomeSort by relevance Sort by last modified time
    Searched defs:FATAL (Results 1 - 10 of 10) sorted by null

  /external/ppp/pppd/plugins/pppoatm/
atmres.h 28 #define FATAL -1 /* must be -1 */
  /external/chromium/sdch/open-vcdiff/src/
logging.h 34 FATAL
38 #define DFATAL FATAL
47 if (level == FATAL) {
  /external/mtpd/
mtpd.h 38 FATAL = 4,
  /external/v8/src/
checks.h 36 // The FATAL, UNREACHABLE and UNIMPLEMENTED macros are useful during
39 #define FATAL(msg) \
46 #define FATAL(msg) \
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.h 162 /* CRASH() - Raises a fatal error resulting in program termination and triggering either the debugger or the crash reporter.
306 /* FATAL */
309 #define FATAL() ((void)0)
311 #define FATAL(arg...) ((void)0)
313 #define FATAL(...) ((void)0)
315 #define FATAL(...) do { \
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 33 * Defines the severity of alert as fatal
35 protected static final byte FATAL = 2;
198 * Checks if occured alert is fatal alert.
  /ndk/sources/host-tools/nawk-20071023/
lib.c 64 FATAL("out of space for $0 and fields");
79 FATAL("out of space in makefields %d", i);
141 FATAL("can't open file %s", file);
189 FATAL("field separator %.10s... is too long", *FS);
202 FATAL("input record `%.30s...' too long", buf);
210 FATAL("input record `%.30s...' too long", buf);
215 FATAL("input record `%.30s...' too long", buf);
272 FATAL("out of space for fields in fldbld %d", n);
337 FATAL("record `%.30s...' has too many fields; can't happen", r);
383 FATAL("trying to access out of range field %d", n)
    [all...]
  /system/core/adb/
fdevent.c 47 static void fatal(const char *fn, const char *fmt, ...) function
57 #define FATAL(x...) fatal(__FUNCTION__, x)
413 FATAL("missing fde for fd %d\n", i);
431 FATAL("bogus negative fd (%d)\n", fde->fd);
437 FATAL("bogus huuuuge fd (%d)\n", fde->fd);
448 FATAL("could not expand fd_table to %d entries\n", fd_table_max);
459 FATAL("fd out of range (%d)\n", fde->fd);
463 FATAL("fd_table out of sync [%d]\n", fde->fd);
524 FATAL("fd %d out of range for fd_table \n", fd)
    [all...]
sysdeps_win32.c 9 extern void fatal(const char *fmt, ...);
11 #define assert(cond) do { if (!(cond)) fatal( "assertion failed '%s' on %s:%ld\n", #cond, __FILE__, __LINE__ ); } while (0)
572 fatal( "adb: could not initialize Winsock\n" );
1244 #define FATAL(x...) fatal(__FUNCTION__, x)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 50 static final int FATAL = 0;
65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. *
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
421 * @return one of XSLAttributeDef.FATAL, XSLAttributeDef.ERROR, XSLAttributeDef.WARNING
    [all...]

Completed in 319 milliseconds