HomeSort by relevance Sort by last modified time
    Searched refs:fatal (Results 176 - 200 of 621) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libunwind_llvm/test/libunwind/test/
config.py 63 self.lit_config.fatal("libunwind_headers='%s' is not a directory."
  /external/libvpx/libvpx/
warnings.c 44 fatal("Unable to allocate warning node.");
vpxenc.c 67 static void warn_or_exit_on_errorv(vpx_codec_ctx_t *ctx, int fatal,
77 if (fatal) exit(EXIT_FAILURE);
89 static void warn_or_exit_on_error(vpx_codec_ctx_t *ctx, int fatal,
94 warn_or_exit_on_errorv(ctx, fatal, s, ap);
174 { "fatal", TEST_DECODE_FATAL },
    [all...]
tools_common.h 120 void fatal(const char *fmt, ...) VPX_NO_RETURN;
  /external/ppp/pppd/plugins/radius/
config.c 250 fatal("rc_read_config: impossible case branch!");
274 fatal("rc_conf_str: unkown config option requested: %s", optname);
285 fatal("rc_conf_int: unkown config option requested: %s", optname);
296 fatal("rc_conf_srv: unkown config option requested: %s", optname);
  /system/extras/latencytop/
latencytop.c 46 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal);
230 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal) {
240 if (fatal) {
254 if (fatal) {
  /toolchain/binutils/binutils-2.27/binutils/
mclex.c 100 show_msg ("fatal", s, argp);
240 fatal (_("Duplicate symbol entered into keyword list."));
249 fatal ("Language ident 0x%lx is not resolvable.\n", (long) nv);
269 fatal ("Language ident 0x%lx is not resolvable.\n", (long) nv);
334 fatal ("Input stream not setuped.\n");
objcopy.c 697 /* Parse section flags into a flagword, with a fatal error if the
744 fatal (_("supported flags: %s"),
755 /* Parse symbol flags into a flagword, with a fatal error if the
    [all...]
addr2line.c 381 fatal (_("%s: cannot get addresses from archive"), file_name);
398 fatal (_("%s: cannot find section %s"), file_name, section_name);
469 fatal (_("unknown demangling style `%s'"),
strings.c 217 fatal (_("invalid integer argument %s"), optarg);
284 fatal (_("invalid integer argument %s"), argv[numeric_opt - 1] + 1);
287 fatal (_("invalid minimum string length %d"), string_min);
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 9 from llvmbuild.util import fatal, note
73 fatal("missing LLVMBuild.txt file at: %r" % (llvmbuild_path,))
121 fatal("found duplicate component %r (at %r and %r)" % (
127 fatal("project is not allowed to define 'all' component")
131 fatal("project is not allowed to define $ROOT component")
145 fatal("found cycle to %r after following: %s -> %s" % (
159 fatal("component %r has invalid reference %r (via %r)" % (
167 fatal("component %r has invalid reference %r (via %r)" % (
799 fatal("expected project to contain special %r component" % (
803 fatal("special component %r should be a LibraryGroup" %
    [all...]
componentinfo.py 12 from llvmbuild.util import fatal, warning
450 fatal("invalid component %r in %r: %s" % (
456 fatal("invalid component %r in %r: %s" % (
471 fatal("unable to load component %r in %r: %s" % (
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 73 fatal(diag::fail_sym_resolution) << __FILE__ << __LINE__
147 fatal(diag::indirect_refer_to_inexist) << pNew.name();
193 fatal(diag::indirect_refer_to_inexist) << old->name();
  /system/core/libnetutils/
packet.c 40 int fatal();
48 return fatal("socket(PF_PACKET)");
59 return fatal("Cannot bind raw socket to interface");
  /system/core/adb/
jdwp_service.cpp 139 fatal("could not create fdevent for new JDWP process");
206 fatal("invalid JDWP process list buffer size: %zu", bufferlen);
431 fatal("failed to allocate JdwpProcess");
490 fatal("failed to allocate JdwpSocket");
566 fatal("failed to allocate JdwpTracker");
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 111 static void __noreturn __printflike(1, 2) fatal(const char* fmt, ...) { function
125 fatal("%s: %s", buf, strerror(err));
187 ANDROID_LOG_FATAL, "libc", "Fatal signal %d (%s), code %d (%s)%s in tid %d (%s), pid %d (%s)",
266 fatal("intermediate process didn't exit cleanly in double fork (status = %d)", status);
268 fatal("second clone failed: %s", strerror(WEXITSTATUS(status)));
341 fatal("failed to write crash info, wrote %zd bytes, expected %zd", rc, expected);
418 // Signals can either be fatal or nonfatal.
419 // For fatal signals, crash_dump will send us the signal we crashed with
541 // If the signal is fatal, don't unlock the mutex to prevent other crashing threads from
  /external/ppp/pppd/
sys-linux.c 319 fatal("Couldn't create IP socket: %m(%d)", errno);
515 fatal("ioctl(PPPIOCGUNIT): %m (line %d)", __LINE__);
519 fatal("transfer_ppp failed: wanted unit %d, got %d", ifunit, x);
633 fatal("Couldn't open /dev/ppp: %m");
670 fatal("Couldn't attach to PPP unit %d: %m", ifunit);
707 fatal("Couldn't open /dev/ppp: %m");
713 fatal("Couldn't attach to interface unit %d: %m\n", ifnum);
716 fatal("Couldn't connect to interface unit %d: %m", ifnum);
940 fatal("tcgetattr: %m (line %d)", __LINE__);
993 fatal("Baud rate for %s is 0; need explicit baud rate", devnam)
    [all...]
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 534 def fatal(msg): function
536 A fatal error, bail out.
538 sys.stderr.write('FATAL: ')
581 fatal("Framework configuration file not found: %s" % configfile)
588 fatal("Version variable %s not found in framework configuration file: %s"
597 fatal("This script must be run with Python 2.4 or later")
600 fatal("This script should be run on a Mac OS X 10.4 (or later) system")
603 fatal("This script should be run on a Mac OS X 10.4 (or later) system")
606 fatal("Please install the latest version of Xcode and the %s SDK"%(
626 fatal("Please install a link to a current %s %s as %s so
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 506 def fatal(msg): function
508 A fatal error, bail out.
510 sys.stderr.write('FATAL: ')
553 fatal("Framework configuration file not found: %s" % configfile)
560 fatal("Version variable %s not found in framework configuration file: %s"
569 fatal("This script must be run with Python 2.4 or later")
572 fatal("This script should be run on a Mac OS X 10.4 (or later) system")
575 fatal("This script should be run on a Mac OS X 10.4 (or later) system")
578 fatal("Please install the latest version of Xcode and the %s SDK"%(
598 fatal("Please install a link to a current %s %s as %s so
    [all...]
  /frameworks/base/services/core/java/com/android/server/timezone/
PackageStatusStorage.java 152 IllegalStateException fatal = new IllegalStateException(e); local
153 fatal.addSuppressed(cause);
154 throw fatal;
  /toolchain/binutils/binutils-2.27/ld/
ldmisc.c 47 %F error is fatal
70 bfd_boolean fatal = FALSE; local
214 /* Error is fatal. */
215 fatal = TRUE;
440 if (fatal)
  /bionic/tools/bionicbb/
tasks.py 42 logging.fatal('No Gerrit info found: %s', msg.subject)
  /external/compiler-rt/lib/asan/
asan_report.h 53 uptr access_size, u32 exp, bool fatal);
  /external/libcxx/utils/libcxx/test/
config.py 37 lit_config.fatal(
97 self.lit_config.fatal(
195 selt.lit_config.fatal("Cannot infer how to create a Valgrind "
223 self.lit_config.fatal('Failed to find clang++ substitution for'
226 self.lit_config.fatal('must specify user parameter cxx_under_test '
268 self.lit_config.fatal(report)
320 self.lit_config.fatal(
538 self.lit_config.fatal(
613 self.lit_config.fatal("cxx_headers='%s' is not a directory."
    [all...]
  /external/llvm/utils/
clang-parse-diagnostics-file 17 parser.add_option("-f", "--fatal", action="store_true", dest="fatal",
18 default=False, help="dump 'fatal error' messages.")
30 levels = {'error': False, 'fatal error': False, 'ignored': False,
34 if opts.fatal:
35 levels['fatal error'] = True

Completed in 536 milliseconds

1 2 3 4 5 6 78 91011>>