/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) {
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
Severity.java | 31 * Fatal: Use sparingly because a warning marked as fatal will be 35 FATAL("Fatal"),
|
/tools/motodev/src/plugins/logger/src/com/motorola/studio/android/logger/ |
Level.java | 20 * < INFO < WARN < ERROR < FATAL </b>.
29 * and <b>FATAL</b> will be logged.
42 * The FATAL level is used for severe error events. In case of FATAL, the
45 public static final int FATAL = org.apache.log4j.Level.FATAL_INT;
48 * The ERROR level is used by errors events. Less severe than FATAL, used
|
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/logging/ |
Level.java | 21 * < INFO < WARN < ERROR < FATAL </b>.
30 * and <b>FATAL</b> will be logged.
43 * The FATAL level is used for severe error events. In case of FATAL, the
46 public static final int FATAL = org.apache.log4j.Level.FATAL_INT;
49 * The ERROR level is used by errors events. Less severe than FATAL, used
|
/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.
|
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/validation/ |
ValidationResultData.java | 38 * The FATAL level is used for severe error events. In case of FATAL, the
41 FATAL
50 * The ERROR level is used by errors events. Less severe than FATAL, used
|
/bootable/recovery/minadbd/ |
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...] |
/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...] |
/tools/motodev/src/plugins/logger/lib/ |
log4j-1.2.14.jar | |
/tools/motodev/src/plugins/preflighting.core/lib/ |
log4j-1.2.14.jar | |
/prebuilts/sdk/tools/lib/ |
lint_api.jar | |