HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 51 - 75 of 584) sorted by null

1 23 4 5 6 7 8 91011>>

  /art/runtime/
primitive.h 84 LOG(FATAL) << "Invalid type " << static_cast<int>(type);
114 LOG(FATAL) << "Primitive char conversion on invalid type " << static_cast<int>(type);
thread_linux.cc 31 PLOG(FATAL) << "sigaltstack failed";
45 LOG(FATAL) << "Invalid use of alternate signal stack on Android";
  /external/chromium_org/base/win/
object_watcher.cc 46 DPLOG(FATAL) << "RegisterWaitForSingleObject failed";
68 DPLOG(FATAL) << "UnregisterWaitEx failed";
  /external/chromium_org/mojo/public/cpp/environment/
logging.h 41 MOJO_LAZY_LOG_STREAM(FATAL, !(condition)) \
51 #define MOJO_DCHECK(condition) MOJO_LAZY_LOG_STREAM(FATAL, false && (condition))
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
code_generator.cc 49 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion.";
55 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support ListParsedFiles";
  /external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc 79 LOG(FATAL) << "Failed to get fopen() from libc.";
94 LOG(FATAL) << "Failed to get __xstat() from libc.";
97 LOG(FATAL) << "Failed to get __xstat64() from libc.";
106 LOG(FATAL) << "Failed to get stat() from libc.";
109 LOG(FATAL) << "Failed to get stat64() from libc.";
  /external/chromium_org/sql/
connection.cc 81 DLOG(FATAL) << "Unable to start sqlite3_backup(): " << sqlite3_errmsg(dst);
295 DLOG(FATAL) << "sqlite3_close failed: " << GetErrorMessage();
317 DLOG_IF(FATAL, !poisoned_) << "Cannot preload null db";
385 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
390 DLOG(FATAL) << "Cannot raze within a transaction";
396 DLOG(FATAL) << "Unable to open in-memory database.";
463 DLOG(FATAL) << "Failure getting file handle.";
470 DLOG(FATAL) << "Failed to truncate file.";
478 DLOG(FATAL) << "Failed retrying Raze().";
485 DLOG(FATAL) << "Unable to copy entire null database."
    [all...]
  /external/mtpd/
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));
276 log_print(FATAL, "Getaddrinfo() %s", (error == EAI_SYSTEM) ?
294 log_print(FATAL, "Connect() %s", strerror(errno));
314 log_print(FATAL, "Fork() %s", strerror(errno));
349 log_print(FATAL, "Exec() %s", strerror(errno));
350 exit(1); /* Pretending a fatal error in pppd. *
    [all...]
mtpd.h 66 FATAL = 4,
  /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...]
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);
  /art/disassembler/
disassembler.cc 42 UNIMPLEMENTED(FATAL) << "no disassembler for " << instruction_set;
  /external/ceres-solver/internal/ceres/
linear_solver.cc 104 LOG(FATAL) << "Unknown linear solver type :"
106 return NULL; // MSVC doesn't understand that LOG(FATAL) never returns.
minimizer.cc 64 LOG(FATAL) << "Unknown type of user callback status";
  /external/chromium_org/base/mac/
mach_logging.h 78 LAZY_STREAM(MACH_LOG_STREAM(FATAL, mach_err), !(condition)) \
95 LAZY_STREAM(MACH_LOG_STREAM(FATAL, mach_err), \
143 LAZY_STREAM(BOOTSTRAP_LOG_STREAM(FATAL, bootstrap_err), !(condition)) \
161 LAZY_STREAM(BOOTSTRAP_LOG_STREAM(FATAL, bootstrap_err), \
mac_logging.h 74 LAZY_STREAM(OSSTATUS_LOG_STREAM(FATAL, status), !(condition)) \
91 LAZY_STREAM(OSSTATUS_LOG_STREAM(FATAL, status), \
  /external/chromium_org/base/posix/
global_descriptors.cc 26 DLOG(FATAL) << "Unknown global descriptor: " << key;
  /external/chromium_org/components/sync_driver/
backend_data_type_configurer.h 33 FATAL, // Not syncing due to unrecoverable error.
  /external/chromium_org/media/cast/transport/rtcp/
rtcp_builder.cc 68 DLOG(FATAL) << "Not enough buffer space";
92 DLOG(FATAL) << "Not enough buffer space";
138 DLOG(FATAL) << "Not enough buffer space";
174 DLOG(FATAL) << "Not enough buffer space";
  /external/chromium_org/remoting/host/
pin_hash.cc 28 LOG(FATAL) << "Invalid hash.";
  /art/compiler/dex/quick/mips/
utility_mips.cc 126 LOG(FATAL) << "Bad case in OpReg";
145 LOG(FATAL) << "Bad case in OpRegImm";
193 LOG(FATAL) << "No carry bit on MIPS";
196 LOG(FATAL) << "bad case in OpRegRegReg";
266 LOG(FATAL) << "Bad case in OpRegRegImm";
322 LOG(FATAL) << "Bad case in OpRegReg";
330 UNIMPLEMENTED(FATAL);
335 UNIMPLEMENTED(FATAL);
340 LOG(FATAL) << "Unexpected use of OpCondRegReg for MIPS";
400 LOG(FATAL) << "Bad case in LoadBaseIndexed"
    [all...]
fp_mips.cc 61 LOG(FATAL) << "Unexpected opcode: " << opcode;
103 LOG(FATAL) << "Unpexpected opcode: " << opcode;
152 LOG(FATAL) << "Unexpected opcode: " << opcode;
189 LOG(FATAL) << "Unexpected opcode: " << opcode;
212 UNIMPLEMENTED(FATAL) << "Need codegen for fused fp cmp branch";
  /art/compiler/optimizing/
code_generator_x86_64.cc 136 LOG(FATAL) << "Unknown if condition";
181 LOG(FATAL) << "Unimplemented register type " << type;
184 LOG(FATAL) << "Unreachable type " << type;
260 LOG(FATAL) << "Unimplemented type " << load->GetType();
267 LOG(FATAL) << "Unexpected type " << load->GetType();
270 LOG(FATAL) << "Unreachable";
341 LOG(FATAL) << "Unimplemented local type " << instruction->GetType();
357 LOG(FATAL) << "Unimplemented type " << instruction->GetType();
462 LOG(FATAL) << "Unimplemented local type " << store->InputAt(1)->GetType();
563 LOG(FATAL) << "Unimplemented compare type " << compare->InputAt(0)->GetType()
    [all...]
optimizing_compiler.cc 111 LOG(FATAL) << "Could not build graph in optimizing compiler";
119 LOG(FATAL) << "Could not find code generator for optimizing compiler";
149 LOG(FATAL) << "Could not allocate registers in optimizing compiler";

Completed in 857 milliseconds

1 23 4 5 6 7 8 91011>>