HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/chromium/base/
bzip2_error_handler.cc 13 LOG(FATAL) << "bzip2 internal error: " << errcode;
logging_unittest.cc 98 EXPECT_TRUE(LOG_IS_ON(FATAL));
106 EXPECT_TRUE(LOG_IS_ON(FATAL));
114 EXPECT_TRUE(LOG_IS_ON(FATAL));
122 EXPECT_TRUE(LOG_IS_ON(FATAL));
131 EXPECT_TRUE(LOG_IS_ON(FATAL));
134 // So should LOG_IS_ON(FATAL).
140 EXPECT_TRUE(LOG_IS_ON(FATAL));
dir_reader_linux.h 63 DPLOG(FATAL) << "getdents64 returned an error: " << errno;
global_descriptors_posix.cc 26 LOG(FATAL) << "Unknown global descriptor: " << key;
  /external/clang/test/Index/
werror.c 5 #ifdef FATAL
6 void fatal(int);
7 void fatal(float);
10 // CHECK-FATAL: translation errors
14 // RUN: FileCheck -check-prefix=CHECK-FATAL %s < %t.err
  /external/chromium/sdch/open-vcdiff/src/
logging.h 34 FATAL
38 #define DFATAL FATAL
47 if (level == FATAL) {
  /external/chromium/base/threading/
thread_restrictions.cc 36 LOG(FATAL) <<
54 LOG(FATAL) << "LazyInstance/Singleton is not allowed to be used on this "
thread_local_win.cc 36 LOG(FATAL) << "Failed to TlsSetValue().";
  /external/ppp/pppd/plugins/pppoatm/
atmres.h 28 #define FATAL -1 /* must be -1 */
text2atm.c 28 if (!*text) return FATAL; /* empty or ends with a dot */
44 if (!(flags & T2A_WILDCARD)) return FATAL; /* not allowed */
49 if (!(flags & T2A_UNSPEC)) return FATAL; /* not allowed */
54 if (*text++ != '.') return FATAL; /* dot required */
66 if (part[0] == ATM_VPI_UNSPEC) return FATAL; /* bad */
89 else if (!dot) return FATAL; /* two dots in a row */
96 if (!dot || *text == '0') return FATAL;
128 if (!dot) return FATAL; /* two dots in a row */
131 if (!dot) return FATAL;
144 if (len < offset) return FATAL;
    [all...]
  /external/chromium/net/tools/flip_server/
spdy_ssl.cc 42 LOG(FATAL) << "Unable to create SSL context";
50 LOG(FATAL) << "Unable to use cert.pem as SSL cert.";
56 LOG(FATAL) << "Unable to use key.pem as SSL key.";
60 LOG(FATAL) << "The cert.pem and key.pem files don't match";
  /external/mtpd/
mtpd.h 38 FATAL = 4,
mtpd.c 112 log_print(FATAL, "Cannot get control socket");
123 log_print(FATAL, "Cannot get argument length");
138 log_print(FATAL, "Cannot get argument value");
169 log_print(FATAL, "Pipe() %s", strerror(errno));
193 log_print(FATAL, "Poll() %s", strerror(errno));
273 log_print(FATAL, "Getaddrinfo() %s", (error == EAI_SYSTEM) ?
291 log_print(FATAL, "Connect() %s", strerror(errno));
311 log_print(FATAL, "Fork() %s", strerror(errno));
346 log_print(FATAL, "Exec() %s", strerror(errno));
347 exit(1); /* Pretending a fatal error in pppd. *
    [all...]
  /external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc 75 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
79 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
91 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
101 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
125 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
129 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
138 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
143 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
189 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
221 LOG(FATAL) << query << "\n" << db.GetErrorMessage()
    [all...]
user_settings_win.cc 30 LOG(FATAL) << sqlite3_errmsg(dbhandle.get());
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 54 GOOGLE_LOG(FATAL) << "CloseHandle: "
80 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
83 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
89 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
94 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
108 GOOGLE_LOG(FATAL) << "GetStdHandle: "
176 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: "
179 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: "
225 GOOGLE_LOG(FATAL) << "WaitForSingleObject: "
228 GOOGLE_LOG(FATAL) << "WaitForSingleObject: Unexpected return code:
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
main.c 92 FATAL("no program filename");
94 FATAL("too many -f options");
135 FATAL("no program given");
174 FATAL("can't open file %s", pfile[curpfile]);
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...]
run.c 101 * whatrtn: name of the calling routine if failure should cause fatal error
117 FATAL("out of memory in %s", whatrtn);
156 FATAL("illegal statement");
185 FATAL("illegal break, continue, next or nextfile from BEGIN");
201 FATAL("illegal break, continue, next or nextfile from END");
234 FATAL("calling undefined function %s", s);
238 FATAL("out of space for stack frames calling %s", s);
248 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
256 FATAL("can't use function %s as argument in %s", y->nval, s);
273 FATAL("out of space for stack frames in %s", s)
    [all...]
lex.c 121 FATAL( "out of space for name %.10s...", buf );
138 FATAL( "out of space for number %.10s...", buf );
177 FATAL( "out of space in yylex" );
365 FATAL("out of space for strings");
368 FATAL("out of space for string %.10s...", buf);
376 FATAL( "giving up" );
512 FATAL("out of space for rex expr");
516 FATAL("out of space for reg expr %.10s...", buf);
570 FATAL("pushed back too much: %.20s...", yysbuf);
  /external/chromium/testing/gmock/src/
gmock-internal-utils.cc 80 AssertHelper(type == FATAL ?
86 if (type == FATAL) {
  /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...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 71 GOOGLE_LOG(FATAL) << "Can't get here.";
91 GOOGLE_LOG(FATAL) << "Can't get here.";
120 GOOGLE_LOG(FATAL) << "Can't get here.";
152 GOOGLE_LOG(FATAL) << "Can't get here.";
174 GOOGLE_LOG(FATAL) << "Can't get here.";
337 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed";
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
difference.h 58 LOG(FATAL) << "DifferenceFst: 1st argument not an acceptor";
72 LOG(FATAL) << "DifferenceFst: 1st argument not an acceptor";
intersect.h 52 LOG(FATAL) << "IntersectFst: arguments not both acceptors";
64 LOG(FATAL) << "IntersectFst: arguments not both acceptors";

Completed in 349 milliseconds

1 2 3 4 5 6