Searched defs:fatal (Results 1 - 25 of 72) sorted by last modified time

123

/external/valgrind/main/coregrind/m_gdbserver/
H A Dutils.c59 void fatal (const char *string,...) function
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dcommons-logging-1.1.1.jar ... error (java.lang.Object) Object message public void fatal (java.lang.Object, java.lang.Throwable ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/ppp/pppd/
H A Dutils.c656 * logit - does the hard work for fatal et al.
715 * fatal - log an error message and die horribly.
718 fatal __V((char *fmt, ...)) function
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/openssl/ssl/
H A Dssl_sess.c488 int fatal = 0; local
505 fatal = 1;
594 fatal = 1;
646 if (fatal)
/external/oprofile/daemon/
H A Doprofiled.c125 * Failure is fatal.
345 int opd_read_fs_int(char const * path, char const * name, int fatal) argument
349 return op_read_int_from_file(filename, fatal);
/external/oprofile/libpp/
H A Dimage_errors.cpp28 void report_image_error(string const & image, image_error error, bool fatal, argument
44 cerr << (fatal ? "error: " : "warning: ");
72 void report_image_error(inverted_profile const & profile, bool fatal, argument
75 report_image_error(profile.image, profile.error, fatal, extra);
/external/oprofile/libutil/
H A Dop_fileio.c22 static FILE * op_do_open_file(char const * name, char const * mode, int fatal) argument
29 if (fatal) {
95 u32 op_read_int_from_file(char const * filename, int fatal) argument
102 if (!fatal)
112 if (!fatal)
/external/llvm/utils/lit/lit/
H A DLitConfig.py121 def fatal(self, message): member in class:LitConfig
122 self._write_message('fatal', message)
/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py12 from llvmbuild.util import fatal, warning namespace
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" % (
H A Dmain.py8 from llvmbuild.util import fatal, note namespace
72 fatal("missing LLVMBuild.txt file at: %r" % (llvmbuild_path,))
120 fatal("found duplicate component %r (at %r and %r)" % (
126 fatal("project is not allowed to define 'all' component")
130 fatal("project is not allowed to define $ROOT component")
144 fatal("found cycle to %r after following: %s -> %s" % (
158 fatal("component %r has invalid reference %r (via %r)" % (
166 fatal("component %r has invalid reference %r (via %r)" % (
747 fatal("expected project to contain special %r component" % (
751 fatal("specia
[all...]
H A Dutil.py11 fatal = lambda message: (_write_message('fatal error', message), sys.exit(1)) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp175 bool fatal = false; local
218 fatal = true;
242 if (fatal)
/external/libvpx/libvpx/
H A Dtools_common.c63 void fatal(const char *fmt, ...) { function
H A Dvpxenc.c64 static void warn_or_exit_on_errorv(vpx_codec_ctx_t *ctx, int fatal, argument
75 if (fatal)
88 static void warn_or_exit_on_error(vpx_codec_ctx_t *ctx, int fatal, argument
93 warn_or_exit_on_errorv(ctx, fatal, s, ap);
212 {"fatal", TEST_DECODE_FATAL},
766 fatal("Failed to open input file");
793 fatal("Unsupported Y4M stream.");
795 fatal("IVF is not supported as input.");
814 fatal("Failed to allocate new stream.");
827 fatal("Faile
1437 test_decode(struct stream_state *stream, enum TestDecodeFatality fatal, const VpxInterface *codec) argument
[all...]
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java97 protected static void fatal() throws CompileError { method in class:CodeGen
98 throw new CompileError("fatal");
244 public void atASTList(ASTList n) throws CompileError { fatal(); }
246 public void atPair(Pair n) throws CompileError { fatal(); }
248 public void atSymbol(Symbol n) throws CompileError { fatal(); }
531 fatal();
868 fatal();
1241 fatal();
1355 fatal();
1478 fatal();
[all...]
H A DMemberResolver.java35 private static void fatal() throws CompileError { method in class:MemberResolver
36 throw new CompileError("fatal");
396 fatal();
537 fatal();
H A DTypeChecker.java106 protected static void fatal() throws CompileError { method in class:TypeChecker
107 throw new CompileError("fatal");
587 fatal();
679 fatal();
982 fatal();
/external/iputils/
H A Darping.c573 static int check_ifflags(unsigned int ifflags, int fatal) argument
576 if (fatal) {
584 if (fatal) {
932 static int set_device_broadcast_ifaddrs_one(struct device *device, unsigned char *ba, size_t balen, int fatal) argument
948 if (fatal) {
/external/fio/
H A Dconfigure32 fatal() { function
81 fatal "You can run configure with --disable-werror to bypass this check."
105 fatal "ERROR"
346 fatal "compile test failed"
406 fatal "Unknown wordsize"
1205 fatal "Unknown wordsize!"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6984 milliseconds

123