Searched refs:fatal (Results 51 - 75 of 195) sorted by relevance

12345678

/external/kmod/shared/
H A Dmacro.h53 #define fatal(x...) do { } while (0) macro
/external/pdfium/skia/config/
H A DSkUserConfig.h139 bool fatal,
143 // Marking the debug print as "fatal" will cause a debug break, so we don't need
194 // problems. Instead, pipe this through to the logging function as a fatal
/external/robolectric-shadows/
H A Dwrapper_test.sh18 function fatal() { function
/external/valgrind/coregrind/m_gdbserver/
H A Dutils.c59 void fatal (const char *string,...) function
/external/syslinux/com32/lua/src/
H A Dluac.c35 static void fatal(const char* message) function
144 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1));
168 if (!lua_checkstack(L,argc)) fatal("too many input files");
172 if (luaL_loadfile(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1));
196 if (L==NULL) fatal("cannot create state: not enough memory");
200 if (lua_pcall(L,2,0,0)!=LUA_OK) fatal(lua_tostring(L,-1));
/external/ppp/pppd/
H A Dsys-solaris.c590 fatal("Couldn't open IP device: %m");
595 fatal("Couldn't open IP device (2): %m");
603 fatal("Can't open %s: %m", PPP_DEV_NAME);
611 fatal("Can't create new PPP interface: %m");
629 fatal("Can't open %s (2): %m", PPP_DEV_NAME);
639 fatal("Can't open %s (3): %m", PPP_DEV_NAME);
653 fatal("Can't push IP module: %m");
665 fatal("Can't set ppa for unit %d: %m", ifunit);
677 fatal("Can't push IP module (2): %m");
688 fatal("Ca
[all...]
H A Dsys-linux.c319 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("Bau
[all...]
/external/apache-http/src/org/apache/commons/logging/impl/
H A DJdk14Logger.java161 * @see org.apache.commons.logging.Log#fatal(Object)
163 public void fatal(Object message) { method in class:Jdk14Logger
173 * @see org.apache.commons.logging.Log#fatal(Object, Throwable)
175 public void fatal(Object message, Throwable exception) { method in class:Jdk14Logger
231 * Is fatal logging currently enabled?
/external/autotest/client/site_tests/security_ModuleLocking/
H A Dsecurity_ModuleLocking.py27 def check(self, boolean, msg, fatal=False):
33 @param fatal: should the test full abort on the condition failing
39 if fatal:
/external/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough.cpp269 void fatal() __attribute__((noreturn));
274 fatal();
/external/llvm/utils/lit/lit/
H A DTestingConfig.py90 litConfig.fatal('unable to load config file: %r' % (path,))
113 litConfig.fatal(
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c122 fatal("Cannot create raw socket -- pppoe must be run as root.");
149 fatal("Can't use interface %.16s: it has broadcast/multicast MAC address",
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
H A DSLF4JLocationAwareLog.java226 public void fatal(Object message) { method in class:SLF4JLocationAwareLog
239 public void fatal(Object message, Throwable t) { method in class:SLF4JLocationAwareLog
/external/vboot_reference/utility/
H A Dbmpblk_font.c33 #define fatal(args...) do { error(args); exit(1); } while(0) macro
158 fatal("Unable to open %s: %s\n", outfile, strerror(errno));
/external/autotest/client/site_tests/security_SymlinkRestrictions/
H A Dsecurity_SymlinkRestrictions.py42 def check(self, boolean, msg, fatal=False):
47 if fatal:
251 self.check(os.path.exists(sysctl), "%s exists" % (sysctl), fatal=True)
253 fatal=True)
/external/libcxx/utils/libcxx/test/
H A Dconfig.py37 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."
716 self.lit_config.fatal(
[all...]
/external/libunwind_llvm/test/libunwind/test/
H A Dconfig.py63 self.lit_config.fatal("libunwind_headers='%s' is not a directory."
/external/libvpx/libvpx/
H A Dwarnings.c44 fatal("Unable to allocate warning node.");
/external/ppp/pppd/plugins/radius/
H A Dconfig.c250 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);
/external/tensorflow/tensorflow/python/training/
H A Dtensorboard_logging.py166 def fatal(message, *args): function
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py9 from llvmbuild.util import fatal, note namespace
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("specia
[all...]
/external/python/cpython2/Lib/distutils/command/
H A Dbdist_msi.py465 fatal=PyDialog(db, "FatalError", x, y, w, h, modal, title,
467 fatal.title("[ProductName] Installer ended prematurely")
468 fatal.back("< Back", "Finish", active = 0)
469 fatal.cancel("Cancel", "Back", active = 0)
470 fatal.text("Description1", 15, 70, 320, 80, 0x30003,
472 fatal.text("Description2", 15, 155, 320, 20, 0x30003,
474 c=fatal.next("Finish", "Cancel", name="Finish")
/external/python/cpython3/Lib/distutils/command/
H A Dbdist_msi.py464 fatal=PyDialog(db, "FatalError", x, y, w, h, modal, title,
466 fatal.title("[ProductName] Installer ended prematurely")
467 fatal.back("< Back", "Finish", active = 0)
468 fatal.cancel("Cancel", "Back", active = 0)
469 fatal.text("Description1", 15, 70, 320, 80, 0x30003,
471 fatal.text("Description2", 15, 155, 320, 20, 0x30003,
473 c=fatal.next("Finish", "Cancel", name="Finish")
/external/python/cpython2/Mac/BuildScript/
H A Dbuild-installer.py534 def fatal(msg): function
536 A fatal error, bail out.
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 "
630 fatal("Versio
[all...]
/external/python/cpython3/Mac/BuildScript/
H A Dbuild-installer.py506 def fatal(msg): function
508 A fatal error, bail out.
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 "
602 fatal("Versio
[all...]

Completed in 1131 milliseconds

12345678