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

  /external/chromium_org/extensions/renderer/
console.cc 109 void Fatal(content::RenderView* render_view, const std::string& message) {
156 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(ScriptContext* context, const std::string& message) {
59 console::Fatal(context->isolate()->GetCallingContext(), full_message);
85 Fatal(context_, CreateExceptionString(try_catch) + "{" + stack_trace + "}");
270 Fatal(context_,
279 Fatal(context_, module_name + "." + method_name + " is not a function");
380 Fatal(module_system->context_,
503 Fatal(context_, "Natives disabled for requireNative(" + native_name + ")");
514 Fatal(context_
    [all...]
  /external/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 58 Fatal,
  /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.");
147 Fatal(error.c_str());
166 Fatal(L"Couldn't retrieve linker location from "
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 61 /// map ERRORs to Error or Fatal (stop emitting diagnostics after this one).
68 Fatal = 5 ///< Present this diagnostic as a fatal error.
111 Ignored, Note, Remark, Warning, Error, Fatal
208 /// The diagnostic should be reported. Various fatal errors (e.g.,
Diagnostic.h 146 Fatal = DiagnosticIDs::Fatal
174 bool ErrorsAsFatal; // Treat errors like fatal errors.
286 /// \brief Sticky flag set to \c true when a fatal error is emitted.
328 /// fatal) diagnostic that had to be delayed because it was found
457 /// \brief When set to true, any error reported is made a fatal error.
502 if (LastDiagLevel == DiagnosticIDs::Fatal)
532 /// Notes can never be mapped, errors can only be mapped to fatal, and
557 /// \brief Set the error-as-fatal flag for the given diagnostic group.
685 /// only be used for fatal errors detected at inconvenien
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 39 Fatal,
  /art/dex2oat/
dex2oat.cc 617 // during development when fatal aborts lead to a cascade of failures
630 Fatal(message); \
683 static void Fatal(const std::string& message) {
699 Fatal(StringPrintf("dex2oat did not finish after %d seconds", kWatchDogTimeoutSeconds));
703 Fatal(message.c_str());
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 306 Fatal = 4
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 343 milliseconds