HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 126 - 150 of 618) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/extras/perfprofd/quipper/
perf_utils.cc 110 LOG(FATAL) << "Unknown event type " << event_type;
144 LOG(FATAL) << "Unknown/unsupported event type " << event.header.type;
  /external/eigen/blas/testing/
dblat3.f 60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
215 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
224 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
242 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
251 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
275 FATAL = .FALSE.
279 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
285 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
291 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NMAX, AB,
296 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET
    [all...]
sblat3.f 60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
215 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
224 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
242 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
251 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
275 FATAL = .FALSE.
279 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
285 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
291 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NMAX, AB,
296 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET
    [all...]
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 42 UNIMPLEMENTED(FATAL);
  /art/runtime/jdwp/
jdwp_socket.cc 124 PLOG(probe ? ERROR : FATAL) << "Socket create failed";
132 PLOG(probe ? ERROR : FATAL) << "setsockopt(SO_REUSEADDR) failed";
146 PLOG(probe ? ERROR : FATAL) << "Attempt to bind to port " << port << " failed";
153 PLOG(probe ? ERROR : FATAL) << "Listen failed";
  /art/runtime/
monitor_test.cc 278 LOG(FATAL) << "Watchdog timeout!";
351 ScopedLogSeverity sls(LogSeverity::FATAL);
361 ScopedLogSeverity sls(LogSeverity::FATAL);
372 ScopedLogSeverity sls(LogSeverity::FATAL);
quick_exception_handler.h 42 LOG(FATAL) << "UNREACHABLE"; // Expected to take long jump.
indirect_reference_table.cc 66 LOG(FATAL) << "JNI ERROR (app bug): see above.";
116 LOG(FATAL) << "JNI ERROR (app bug): " << kind_ << " table overflow "
159 LOG(FATAL) << "Internal Error: non-empty local reference table\n"
thread-inl.h 86 LOG(FATAL) << "Thread \"" << name << "\"(" << this << " != Thread::Current()="
156 LOG(FATAL) << "Fatal, thread transitioned into suspended without running the checkpoint";
199 LOG(FATAL) << "Transitioning to runnable with checkpoint flag, "
  /external/ceres-solver/examples/
powell.cc 128 LOG_IF(FATAL, !ceres::StringToMinimizerType(FLAGS_minimizer,
bal_problem.cc 52 LOG(FATAL) << "Invalid UW data file.";
75 LOG(FATAL) << "Error: unable to open file " << filename;
140 LOG(FATAL) << "Error: unable to open file " << filename;
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.h 212 LOG(FATAL) << "Visibility based preconditioning is not available. Please "
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 225 GOOGLE_LOG(FATAL) << "Can't get here.";
255 GOOGLE_LOG(FATAL) << "Can't get here.";
341 GOOGLE_LOG(FATAL) << "Can't get here.";
487 GOOGLE_LOG(FATAL) << "Can't get here.";
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_field.cc 68 GOOGLE_LOG(FATAL) << "GenerateParsingCodeFromPacked() "
javanano_helpers.cc 325 GOOGLE_LOG(FATAL) << "Can't get here.";
345 GOOGLE_LOG(FATAL) << "Can't get here.";
365 GOOGLE_LOG(FATAL) << "Can't get here.";
385 GOOGLE_LOG(FATAL) << "Can't get here.";
464 GOOGLE_LOG(FATAL) << "Can't get here.";
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-over-slf4j-1.4.2.jar 
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.cc 86 FATAL() << "Not a CNG decoder";
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtp_file_source.cc 95 FATAL() << "Couldn't open input file as either a rtpdump or .pcap. Note "
  /system/core/adb/
fdevent.cpp 130 LOG(FATAL) << "destroying fde not created by fdevent_create(): " << dump_fde(fde);
307 LOG(FATAL) << "Failed to read the subproc's fd from " << fd;
318 LOG(FATAL) << "subproc_fd(" << subproc_fd << ") != subproc_fde->fd(" << subproc_fde->fd
350 PLOG(FATAL) << "cannot create shell-exit socket-pair";
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 242 GOOGLE_LOG(FATAL) << "Can't get here.";
262 GOOGLE_LOG(FATAL) << "Can't get here.";
349 GOOGLE_LOG(FATAL) << "Can't get here.";
  /external/webrtc/webrtc/base/
flags.cc 59 FATAL() << "unreachable code";
70 FATAL() << "unreachable code";
89 FATAL() << "unreachable code";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL
28 self.threshold = log.set_threshold(log.FATAL)
42 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL
28 self.threshold = log.set_threshold(log.FATAL)
42 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
  /system/extras/iotop/
taskstats.cpp 35 LOG(FATAL) << "Failed to allocate netlink socket";
40 LOG(FATAL) << nl_geterror(ret) << std::endl << "Unable to open netlink socket (are you root?)";
45 LOG(FATAL) << nl_geterror(family_id) << std::endl << "Unable to determine taskstats family id (does your kernel support taskstats?)";
  /system/extras/perfprofd/quipper/base/
logging.h 30 // effectively performs a LOG(FATAL) which terminates the process and
48 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
104 // are (in increasing order of severity) INFO, WARNING, ERROR, and FATAL.
106 // Very important: logging a message at the FATAL severity level causes
109 // There is the special severity of DFATAL, which logs FATAL in debug mode,
165 // As special cases, we can assume that LOG_IS_ON(FATAL) always holds. Also,
206 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
208 SYSLOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
218 true ? (void) 0 : ::logging::LogMessageVoidify() & LOG_STREAM(FATAL)
220 // CHECK dies with a fatal error if condition is not true. It is *not
    [all...]

Completed in 7260 milliseconds

1 2 3 4 56 7 8 91011>>