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

123

/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/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/blktrace/btreplay/
H A Dbtrecord.c185 static inline void fatal(const char *errstring, const int exitval, function
240 fatal(stream->file_name, ERR_SYSCALL, "Hdr write failed\n");
318 fatal(file_name, ERR_ARGS, "Unable to open\n");
352 fatal(NULL, ERR_ARGS, "No traces found for %s\n", devnm);
363 fatal(idir, ERR_ARGS, "Unable to open %s\n", idir);
400 fatal(idir, ERR_ARGS,
409 fatal(odir, ERR_ARGS,
462 fatal(NULL, ERR_ARGS, "Invalid command line\n");
474 fatal(NULL, ERR_ARGS, "Missing required input file name(s)\n");
496 fatal(ii
[all...]
H A Dbtreplay.c206 * The 'fatal' macro will output a perror message (if errstring is !NULL)
212 static inline void fatal(const char *errstring, const int exitval, function
328 fatal("posix_memalign", ERR_SYSCALL, "Allocation failed\n");
371 fatal("signal", ERR_SYSCALL, "Failed to set signal %d\n",
508 fatal("sched_getaffinity", ERR_SYSCALL, "Can't get CPU info\n");
519 fatal(NULL, ERR_SYSCALL, "Insufficient number of CPUs\n");
537 fatal("sched_setaffinity", ERR_SYSCALL, "Failed to pin CPU\n");
594 fatal(idir, ERR_ARGS, "Unable to open %s\n", idir);
634 fatal(file_name, ERR_SYSCALL, "Could not open map devs file\n");
766 fatal("io_setu
[all...]
/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/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/loader/
H A Dresource_loader.cc283 bool fatal) {
299 fatal);
281 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
H A Dwebsocket_host.cc116 bool fatal) OVERRIDE;
273 bool fatal) {
276 << " cert_status=" << ssl_info.cert_status << " fatal=" << fatal;
288 fatal);
269 OnSSLCertificateError( scoped_ptr<net::WebSocketEventInterface::SSLErrorCallbacks> callbacks, const GURL& url, const net::SSLInfo& ssl_info, bool fatal) argument
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_url_request_job.cc158 bool fatal) {
155 OnSSLCertificateError( net::URLRequest* request, const net::SSLInfo& ssl_info, bool fatal) argument
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/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/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
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.cc479 return KillChildAndContinue(key, true); // This is a fatal failure.
514 bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) { argument
519 if (fatal) {
H A Dsparse_control_v3.cc481 return KillChildAndContinue(key, true); // This is a fatal failure.
635 bool SparseControl::KillChildAndContinue(const std::string& key, bool fatal) { argument
640 if (fatal) {
/external/chromium_org/net/proxy/
H A Dproxy_script_fetcher_impl.cc191 bool fatal) {
193 // Revocation check failures are not fatal.
189 OnSSLCertificateError(URLRequest* request, const SSLInfo& ssl_info, bool fatal) argument
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.cc67 bool fatal) {
1343 const bool fatal = state && state->ShouldSSLErrorsBeFatal(url_.host()); local
1345 delegate_->OnSSLCertificateError(this, ssl_info, fatal);
64 OnSSLCertificateError( SocketStream* socket, const SSLInfo& ssl_info, bool fatal) argument
/external/chromium_org/net/url_request/
H A Durl_request.cc1124 bool fatal) {
1126 delegate_->OnSSLCertificateError(this, ssl_info, fatal);
1123 NotifySSLCertificateError(const SSLInfo& ssl_info, bool fatal) argument
H A Durl_request_http_job.cc862 const bool fatal = local
865 transaction_->GetResponseInfo()->ssl_info, fatal);
H A Durl_request_job.cc259 bool fatal) {
263 request_->NotifySSLCertificateError(ssl_info, fatal);
258 NotifySSLCertificateError(const SSLInfo& ssl_info, bool fatal) argument

Completed in 368 milliseconds

123