HomeSort by relevance Sort by last modified time
    Searched defs:Fatal (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
checks.cc 35 void Fatal(const char* file, int line, const char* format, ...) {
43 LOG(LS_ERROR) << "\n\n#\n# Fatal error in " << file
  /external/chromium_org/third_party/libjingle/source/talk/base/
checks.cc 35 void Fatal(const char* file, int line, const char* format, ...) {
43 LOG(LS_ERROR) << "\n\n#\n# Fatal error in " << file
  /external/chromium_org/chrome/renderer/extensions/
console.cc 107 void Fatal(content::RenderView* render_view, const std::string& message) {
154 void Fatal(v8::Handle<v8::Context> context, const std::string& message) {
module_system.cc 32 // Logs a fatal error for the calling context, with some added metadata about
38 // This will only actual be fatal in in dev/canary, since in too many cases
42 void Fatal(ChromeV8Context* context, const std::string& message) {
58 console::Fatal(v8::Context::GetCalling(), full_message);
86 Fatal(context_, CreateExceptionString(try_catch) + "{" + stack_trace + "}");
216 Fatal(context_, "No source for require(" + module_name_str + ")");
224 Fatal(context_, "Bad source for require(" + module_name_str + ")");
299 Fatal(context_,
308 Fatal(context_, module_name + "." + method_name + " is not a function");
404 Fatal(module_system->context_
    [all...]
  /external/chromium_org/tools/win/split_link/
split_link.cc 33 static void Fatal(const wchar_t* msg) {
34 wprintf(L"split_link fatal error: %s\n", msg);
124 Fatal(L"Couldn't parse command line.");
148 Fatal(error.c_str());
167 Fatal(L"Couldn't retrieve linker location from "
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 69 MAP_FATAL = 4 ///< Map this diagnostic to a fatal error.
117 Ignored, Note, Warning, Error, Fatal
209 /// The diagnostic should be reported. Various fatal errors (e.g.,
Diagnostic.h 140 Fatal = DiagnosticIDs::Fatal
173 bool ErrorsAsFatal; // Treat errors like fatal errors.
286 /// \brief Sticky flag set to \c true when a fatal error is emitted.
330 /// fatal) diagnostic that had to be delayed because it was found
444 /// \brief When set to true, any error reported is made a fatal error.
489 if (LastDiagLevel == DiagnosticIDs::Fatal)
521 /// Notes can never be mapped, errors can only be mapped to fatal, and
552 /// \brief Set the error-as-fatal flag for the given diagnostic.
557 /// \brief Set the error-as-fatal flag for the given diagnostic group
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 42 Fatal,
  /art/dex2oat/
dex2oat.cc 431 // during development when fatal aborts lead to a cascade of failures
444 Fatal(message); \
501 static void Fatal(const std::string& message) {
530 Fatal(message.c_str());
535 Fatal(message.c_str());
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 283 Fatal = 4
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 671 milliseconds