Searched refs:FATAL (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 117 FATAL("out of memory in %s", whatrtn); in adjbuf() 156 FATAL("illegal statement"); in execute() 185 FATAL("illegal break, continue, next or nextfile from BEGIN"); in program() 201 FATAL("illegal break, continue, next or nextfile from END"); in program() 234 FATAL("calling undefined function %s", s); in call() 238 FATAL("out of space for stack frames calling %s", s); in call() 248 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); in call() 256 FATAL("can't use function %s as argument in %s", y->nval, s); in call() 273 FATAL("out of space for stack frames in %s", s); in call() 342 FATAL("argument #%d of function %s was not supplied", in arg() [all …]
|
D | lib.c | 64 FATAL("out of space for $0 and fields"); in recinit() 79 FATAL("out of space in makefields %d", i); in makefields() 141 FATAL("can't open file %s", file); in getrec() 189 FATAL("field separator %.10s... is too long", *FS); in readrec() 202 FATAL("input record `%.30s...' too long", buf); in readrec() 210 FATAL("input record `%.30s...' too long", buf); in readrec() 215 FATAL("input record `%.30s...' too long", buf); in readrec() 272 FATAL("out of space for fields in fldbld %d", n); in fldbld() 337 FATAL("record `%.30s...' has too many fields; can't happen", r); in fldbld() 383 FATAL("trying to access out of range field %d", n); in fieldadr() [all …]
|
D | main.c | 92 FATAL("no program filename"); in main() 94 FATAL("too many -f options"); in main() 135 FATAL("no program given"); in main() 174 FATAL("can't open file %s", pfile[curpfile]); in pgetc()
|
D | lex.c | 121 FATAL( "out of space for name %.10s...", buf ); in gettok() 138 FATAL( "out of space for number %.10s...", buf ); in gettok() 177 FATAL( "out of space in yylex" ); in yylex() 365 FATAL("out of space for strings"); in string() 368 FATAL("out of space for string %.10s...", buf); in string() 376 FATAL( "giving up" ); in string() 512 FATAL("out of space for rex expr"); in regexpr() 516 FATAL("out of space for reg expr %.10s...", buf); in regexpr() 570 FATAL("pushed back too much: %.20s...", yysbuf); in unput()
|
D | b.c | 203 FATAL("can't happen: unknown type %d in penter", type(p)); in penter() 226 FATAL("can't happen: unknown type %d in freetr", type(p)); in freetr() 298 FATAL("out of space for character class [%.10s...] 1", p); in cclenter() 316 FATAL("out of space for character class [%.10s...] 2", p); in cclenter() 324 FATAL("out of space for character class [%.10s...] 3", p); in cclenter() 336 FATAL("regular expression too big: %.30s...", s); in overflo() 377 FATAL("can't happen: unknown type %d in cfoll", type(v)); in cfoll() 423 FATAL("can't happen: unknown type %d in first", type(p)); /* can't happen */ in first() 619 FATAL("syntax error in regular expression %s at %s", lastre, prestr); in reparse() 672 FATAL("syntax error in regular expression %s at %s", lastre, prestr); in primary() [all …]
|
D | tran.c | 150 FATAL("out of space in makesymtab"); in makesymtab() 220 FATAL("out of space for symbol table at %s", n); in setsymtab() 308 FATAL("can't %s %s; it's an array name.", rw, vp->nval); in funnyvar() 310 FATAL("can't %s %s; it's a function.", rw, vp->nval); in funnyvar() 405 FATAL("out of space in tostring on %s", s); in tostring() 418 FATAL( "out of space in qstring(%s)", s); in qstring()
|
D | proto.h | 140 extern void FATAL(const char *, ...);
|
D | parse.c | 38 FATAL("out of space in nodealloc"); in nodealloc()
|
D | FIXES | 324 replaced the ERROR ... FATAL, etc., macros with functions
|
/ndk/sources/android/support/tests/minitest/ |
D | minitest.cc | 155 result_ = FATAL; in FatalFailure() 199 case minitest::TestCase::FATAL: in main()
|
D | minitest.h | 210 FATAL
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 325 GTEST_LOG_(FATAL) << error.GetString(); in FailFromInternalError() 328 GTEST_LOG_(FATAL) << "Error while reading death test internal: " in FailFromInternalError() 454 GTEST_LOG_(FATAL) << "Death test child process reported " in ReadAndInterpretStatusByte() 459 GTEST_LOG_(FATAL) << "Read from death test child process failed: " in ReadAndInterpretStatusByte() 571 GTEST_LOG_(FATAL) in Passed()
|
D | gtest-port.cc | 637 GTEST_LOG_(FATAL) << "Only one " << stream_name in CaptureStream()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1065 GTEST_LOG_(FATAL) << "Condition " #condition " failed. " 1074 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
|