Searched defs:fatal (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/skia/ext/
H A Dgoogle_logging.cc13 void SkDebugf_FileLine(const char* file, int line, bool fatal, argument
23 fatal ? logging::LOG_FATAL : logging::LOG_INFO).stream()
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl142 sub fatal($);
244 fatal "--no-conf is only acceptable as the first command-line option!";
658 sub fatal($) { subroutine
661 (my $msg = "$progname: fatal error at line $line:\n@_\n") =~ tr/\0//d;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dutils.c59 void fatal (const char *string,...) function
/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/llvm/utils/llvm-build/llvmbuild/
H A Dutil.py11 fatal = lambda message: (_write_message('fatal error', message), sys.exit(1)) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
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" % (
/external/chromium_org/content/browser/ssl/
H A Dssl_cert_error_handler.cc22 bool fatal)
31 fatal_(fatal) {
14 SSLCertErrorHandler( const base::WeakPtr<Delegate>& delegate, const GlobalRequestID& id, ResourceType resource_type, const GURL& url, int render_process_id, int render_frame_id, const net::SSLInfo& ssl_info, bool fatal) argument
H A Dssl_cert_error_handler.h29 bool fatal);
36 bool fatal() const { return fatal_; } function in class:content::SSLCertErrorHandler
50 // certificate errors to be fatal.
H A Dssl_manager.cc58 bool fatal) {
79 fatal)));
50 OnSSLCertificateError( const base::WeakPtr<SSLErrorHandler::Delegate>& delegate, const GlobalRequestID& id, const ResourceType resource_type, const GURL& url, int render_process_id, int render_frame_id, const net::SSLInfo& ssl_info, bool fatal) argument
/external/chromium_org/third_party/WebKit/Source/modules/encoding/
H A DTextDecoder.h55 bool fatal() const { return m_fatal; } function in class:blink::FINAL
63 TextDecoder(const WTF::TextEncoding&, bool fatal, bool ignoreBOM);
H A DTextDecoder.cpp52 return new TextDecoder(encoding, options.fatal(), options.ignoreBOM());
56 TextDecoder::TextDecoder(const WTF::TextEncoding& encoding, bool fatal, bool ignoreBOM) argument
59 , m_fatal(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/apache-http/src/org/apache/commons/logging/
H A DLog.java33 * <li>fatal (the most serious)</li>
98 * <p> Is fatal logging currently enabled? </p>
102 * when the log level is more than fatal. </p>
104 * @return true if fatal is enabled in the underlying logger.
234 * <p> Log a message with fatal log level. </p>
238 public void fatal(Object message); method in interface:Log
242 * <p> Log an error with fatal log level. </p>
247 public void fatal(Object message, Throwable t); method in interface:Log
/external/llvm/utils/lit/lit/
H A DLitConfig.py121 def fatal(self, message): member in class:LitConfig
122 self._write_message('fatal', message)
/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?
H A DNoOpLog.java65 public void fatal(Object message) { } method in class:NoOpLog
67 public void fatal(Object message, Throwable t) { } method in class:NoOpLog
H A DSimpleLog.java41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
238 } else if("fatal".equalsIgnoreCase(lvl)) {
527 * @see org.apache.commons.logging.Log#fatal(Object)
529 public final void fatal(Object message) { method in class:SimpleLog
543 * @see org.apache.commons.logging.Log#fatal(Object, Throwable)
545 public final void fatal(Object message, Throwable t) { method in class:SimpleLog
580 * <p> Are fatal messages currently enabled? </p>
/external/bison/src/
H A Dcomplain.c209 ERROR_MESSAGE (&loc, _("fatal error"), message);
214 fatal (const char *message, ...)
216 ERROR_MESSAGE (NULL, _("fatal error"), message);
213 fatal (const char *message, ...) function
/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/blktrace/btt/
H A Dbtt_plot.py82 def fatal(msg): function
83 """Generate fatal error message and exit"""
156 fatal('%s not found' % file)
199 fatal('%s not a valid command name' % prog)
211 fatal(__doc__)
222 fatal('Type %s not supported' % a)
230 fatal('Need type of data files to process - (-t <type>)')
391 fatal('Need data files to process')
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp175 bool fatal = false; local
218 fatal = true;
242 if (fatal)
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetcher.cc215 bool fatal) {
213 OnSSLCertificateError(net::URLRequest* request, const net::SSLInfo& ssl_info, bool fatal) argument
/external/chromium_org/content/browser/renderer_host/
H A Dsocket_stream_dispatcher_host.cc135 net::SocketStream* socket, const net::SSLInfo& ssl_info, bool fatal) {
149 ssl_info, fatal);
134 OnSSLCertificateError( net::SocketStream* socket, const net::SSLInfo& ssl_info, bool fatal) argument
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_write_to_cache_job.cc312 bool fatal) {
309 OnSSLCertificateError( net::URLRequest* request, const net::SSLInfo& ssl_info, bool fatal) argument
/external/chromium_org/mojo/services/network/
H A Dweb_socket_impl.cc93 bool fatal) OVERRIDE;
169 bool fatal) {
165 OnSSLCertificateError( scoped_ptr<net::WebSocketEventInterface::SSLErrorCallbacks> callbacks, const GURL& url, const net::SSLInfo& ssl_info, bool fatal) argument

Completed in 1147 milliseconds

123