HomeSort by relevance Sort by last modified time
    Searched refs:Severity (Results 1 - 25 of 410) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/tensorrt/log/
trt_logger.cc 26 void Logger::log(Severity severity, const char* msg) {
28 switch (severity) {
29 case Severity::kINFO: { // Mark TRT info messages as debug!
33 case Severity::kWARNING: {
37 case Severity::kERROR: {
41 case Severity::kINTERNAL_ERROR: {
48 LOG(FATAL) << name_ << "Got unknown severity level from TRT " << msg;
trt_logger.h 31 void log(nvinfer1::ILogger::Severity severity, const char* msg) override;
  /build/make/tools/
warn.py 6 Default is to output warnings in HTML tables grouped by warning severity.
14 # severity: classification of message severity
15 # severity.range [0, 1, ... last_severity_level]
16 # severity.colors for header background
17 # severity.column_headers for the warning count table
18 # severity.headers for warning message tables
26 # warn_patterns[w]['severity'] severity level
59 # SeverityColors: severity.color
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 62 enum class Severity {
82 unsigned Severity : 3;
89 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
92 Result.Severity = (unsigned)Severity;
100 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
101 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticIDs.h 62 enum class Severity {
82 unsigned Severity : 3;
90 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
93 Result.Severity = (unsigned)Severity;
102 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
103 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticIDs.h 62 enum class Severity {
82 unsigned Severity : 3;
90 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
93 Result.Severity = (unsigned)Severity;
102 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
103 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /external/llvm/lib/Linker/
LinkDiagnosticInfo.h 20 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
DiagnosticIDs.h 62 enum class Severity {
82 unsigned Severity : 3;
90 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
93 Result.Severity = (unsigned)Severity;
102 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
103 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
DiagnosticIDs.h 62 enum class Severity {
82 unsigned Severity : 3;
90 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
93 Result.Severity = (unsigned)Severity;
102 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
103 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
DiagnosticIDs.h 80 enum class Severity {
100 unsigned Severity : 3;
108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
111 Result.Severity = (unsigned)Severity;
120 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
121 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
DiagnosticIDs.h 80 enum class Severity {
100 unsigned Severity : 3;
108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
111 Result.Severity = (unsigned)Severity;
120 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
121 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
DiagnosticIDs.h 80 enum class Severity {
100 unsigned Severity : 3;
108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
111 Result.Severity = (unsigned)Severity;
120 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
121 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
DiagnosticIDs.h 80 enum class Severity {
100 unsigned Severity : 3;
108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
111 Result.Severity = (unsigned)Severity;
120 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
121 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
DiagnosticIDs.h 62 enum class Severity {
82 unsigned Severity : 3;
90 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
93 Result.Severity = (unsigned)Severity;
102 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
103 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
DiagnosticIDs.h 62 enum class Severity {
82 unsigned Severity : 3;
90 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
93 Result.Severity = (unsigned)Severity;
102 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
103 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
DiagnosticIDs.h 80 enum class Severity {
100 unsigned Severity : 3;
108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
111 Result.Severity = (unsigned)Severity;
120 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
121 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
DiagnosticIDs.h 80 enum class Severity {
100 unsigned Severity : 3;
108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
111 Result.Severity = (unsigned)Severity;
120 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
121 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
DiagnosticIDs.h 80 enum class Severity {
100 unsigned Severity : 3;
108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
111 Result.Severity = (unsigned)Severity;
120 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
121 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
DiagnosticIDs.h 80 enum class Severity {
100 unsigned Severity : 3;
108 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
111 Result.Severity = (unsigned)Severity;
120 diag::Severity getSeverity() const { return (diag::Severity)Severity; }
121 void setSeverity(diag::Severity Value) { Severity = (unsigned)Value;
    [all...]
  /external/webrtc/webrtc/base/java/src/org/webrtc/
Logging.java 62 public enum Severity {
83 // Enable tracing to |path| of messages of |levels| and |severity|.
86 String path, EnumSet<TraceLevel> levels, Severity severity) {
99 nativeEnableTracing(path, nativeLevel, severity.ordinal());
103 public static void log(Severity severity, String tag, String message) {
105 nativeLog(severity.ordinal(), tag, message);
111 switch (severity) {
129 log(Severity.LS_INFO, tag, message)
    [all...]
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 36 /// \brief Defines the different supported severity of a diagnostic.
90 /// Severity gives the severity of the diagnostic.
91 const DiagnosticSeverity Severity;
94 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity)
95 : Kind(Kind), Severity(Severity) {}
100 DiagnosticSeverity getSeverity() const { return Severity; }
106 /// The printed message must not end with '.' nor start with a severity
129 DiagnosticSeverity Severity = DS_Error
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
GlobalLintConfiguration.java 27 import com.android.tools.lint.detector.api.Severity;
41 private Map<Issue, Severity> mSeverities;
58 public Severity getSeverity(@NonNull Issue issue) {
61 mSeverities = new HashMap<Issue, Severity>();
70 Severity severity = Severity.valueOf(s[1]); local
71 if (severity != null) {
72 mSeverities.put(d, severity);
80 Severity severity = mSeverities.get(issue) local
138 Severity severity = severities.get(issue); local
    [all...]
  /bionic/tools/relocation_packer/src/
debug.h 34 enum Severity {INFO = 0, WARNING, ERROR, FATAL};
38 // |severity| is an enumerated severity.
41 Logger(Severity severity, int level, bool predicate);
64 // Message severity, verbosity level, and predicate.
65 Severity severity_;
83 typedef relocation_packer::Logger::Severity LogSeverity;
85 // LOG(severity) prints a message with the given severity, and aborts i
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticPrinter.h 37 virtual void handleDiagnostic(DiagnosticEngine::Severity pSeverity,
  /frameworks/compile/mclinker/lib/LD/
DiagnosticPrinter.cpp 25 void DiagnosticPrinter::handleDiagnostic(DiagnosticEngine::Severity pSeverity,

Completed in 783 milliseconds

1 2 3 4 5 6 7 8 91011>>