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

1 2 3 4 5 6 7 8 91011>>

  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Level.java 34 <p>The <code>Level</code> class may be subclassed to define a larger
35 level set.
40 public class Level extends Priority implements Serializable {
43 * TRACE level integer value.
54 final static public Level OFF = new Level(OFF_INT, "OFF", 0);
57 The <code>FATAL</code> level designates very severe error
60 final static public Level FATAL = new Level(FATAL_INT, "FATAL", 0);
63 The <code>ERROR</code> level designates error events tha
    [all...]
Priority.java 25 the {@link Level} class instead</font>.
30 transient int level; field in class:Priority
44 * @deprecated Use {@link Level#FATAL} instead.
46 final static public Priority FATAL = new Level(FATAL_INT, "FATAL", 0);
49 * @deprecated Use {@link Level#ERROR} instead.
51 final static public Priority ERROR = new Level(ERROR_INT, "ERROR", 3);
54 * @deprecated Use {@link Level#WARN} instead.
56 final static public Priority WARN = new Level(WARN_INT, "WARN", 4);
59 * @deprecated Use {@link Level#INFO} instead.
61 final static public Priority INFO = new Level(INFO_INT, "INFO", 6)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTest.java 22 import java.util.logging.Level;
112 assertSame(Level.SEVERE, Level.parse("SEVERE"));
113 assertSame(Level.WARNING, Level.parse("WARNING"));
114 assertSame(Level.INFO, Level.parse("INFO"));
115 assertSame(Level.CONFIG, Level.parse("CONFIG"));
116 assertSame(Level.FINE, Level.parse("FINE"))
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
DalvikLogHandler.java 19 import java.util.logging.Level;
44 void publish(Logger source, String tag, Level level, String message);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
DiagnosticRenderer.h 63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level changes
67 DiagnosticsEngine::Level LastLevel;
75 DiagnosticsEngine::Level Level,
81 DiagnosticsEngine::Level Level,
85 DiagnosticsEngine::Level Level,
    [all...]
TextDiagnostic.h 45 /// \brief Print the diagonstic level to a raw_ostream.
47 /// This is a static helper that handles colorizing the level and formatting
53 DiagnosticsEngine::Level Level,
79 DiagnosticsEngine::Level Level, StringRef Message,
84 DiagnosticsEngine::Level Level,
87 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
DiagnosticRenderer.h 63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level changes
67 DiagnosticsEngine::Level LastLevel;
75 DiagnosticsEngine::Level Level,
81 DiagnosticsEngine::Level Level,
85 DiagnosticsEngine::Level Level,
    [all...]
TextDiagnostic.h 45 /// \brief Print the diagonstic level to a raw_ostream.
47 /// This is a static helper that handles colorizing the level and formatting
53 DiagnosticsEngine::Level Level,
79 DiagnosticsEngine::Level Level, StringRef Message,
84 DiagnosticsEngine::Level Level,
87 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
DiagnosticRenderer.h 63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level changes
67 DiagnosticsEngine::Level LastLevel;
75 DiagnosticsEngine::Level Level,
81 DiagnosticsEngine::Level Level,
85 DiagnosticsEngine::Level Level,
    [all...]
TextDiagnostic.h 45 /// \brief Print the diagonstic level to a raw_ostream.
47 /// This is a static helper that handles colorizing the level and formatting
53 DiagnosticsEngine::Level Level,
79 DiagnosticsEngine::Level Level, StringRef Message,
84 DiagnosticsEngine::Level Level,
87 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
DiagnosticRenderer.h 63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level changes
67 DiagnosticsEngine::Level LastLevel;
75 DiagnosticsEngine::Level Level,
81 DiagnosticsEngine::Level Level,
85 DiagnosticsEngine::Level Level,
    [all...]
TextDiagnostic.h 45 /// \brief Print the diagonstic level to a raw_ostream.
47 /// This is a static helper that handles colorizing the level and formatting
53 DiagnosticsEngine::Level Level,
79 DiagnosticsEngine::Level Level, StringRef Message,
84 DiagnosticsEngine::Level Level,
87 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
DiagnosticRenderer.h 63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level changes
67 DiagnosticsEngine::Level LastLevel;
75 DiagnosticsEngine::Level Level,
81 DiagnosticsEngine::Level Level,
85 DiagnosticsEngine::Level Level,
    [all...]
TextDiagnostic.h 45 /// \brief Print the diagonstic level to a raw_ostream.
47 /// This is a static helper that handles colorizing the level and formatting
53 DiagnosticsEngine::Level Level,
79 DiagnosticsEngine::Level Level, StringRef Message,
84 DiagnosticsEngine::Level Level,
87 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
DiagnosticRenderer.h 63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level changes
67 DiagnosticsEngine::Level LastLevel;
75 DiagnosticsEngine::Level Level,
81 DiagnosticsEngine::Level Level,
85 DiagnosticsEngine::Level Level,
    [all...]
TextDiagnostic.h 45 /// \brief Print the diagonstic level to a raw_ostream.
47 /// This is a static helper that handles colorizing the level and formatting
53 DiagnosticsEngine::Level Level,
79 DiagnosticsEngine::Level Level, StringRef Message,
84 DiagnosticsEngine::Level Level,
87 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
DiagnosticRenderer.h 63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level changes
67 DiagnosticsEngine::Level LastLevel;
75 DiagnosticsEngine::Level Level,
81 DiagnosticsEngine::Level Level,
85 DiagnosticsEngine::Level Level,
    [all...]
TextDiagnostic.h 45 /// \brief Print the diagonstic level to a raw_ostream.
47 /// This is a static helper that handles colorizing the level and formatting
53 DiagnosticsEngine::Level Level,
79 DiagnosticsEngine::Level Level, StringRef Message,
84 DiagnosticsEngine::Level Level,
87 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
DiagnosticRenderer.h 63 /// \brief The level of the last diagnostic emitted.
65 /// The level of the last diagnostic emitted. Used to detect level changes
67 DiagnosticsEngine::Level LastLevel;
75 DiagnosticsEngine::Level Level,
81 DiagnosticsEngine::Level Level,
85 DiagnosticsEngine::Level Level,
    [all...]
TextDiagnostic.h 45 /// \brief Print the diagonstic level to a raw_ostream.
47 /// This is a static helper that handles colorizing the level and formatting
53 DiagnosticsEngine::Level Level,
79 DiagnosticsEngine::Level Level, StringRef Message,
84 DiagnosticsEngine::Level Level,
87 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
    [all...]
  /libcore/luni/src/test/java/libcore/sun/util/logging/
PlatformLoggerTest.java 23 import java.util.logging.Level;
32 * {@link Level#intValue()}. This constraint is mentioned in a comment
36 assertLogLevel("SEVERE", Level.SEVERE);
37 assertLogLevel("WARNING", Level.WARNING);
38 assertLogLevel("INFO", Level.INFO);
39 assertLogLevel("CONFIG", Level.CONFIG);
40 assertLogLevel("FINE", Level.FINE);
41 assertLogLevel("FINER", Level.FINER);
42 assertLogLevel("FINEST", Level.FINEST);
43 assertLogLevel("ALL", Level.ALL)
    [all...]
  /libcore/ojluni/src/main/java/sun/util/logging/
PlatformLogger.java 67 * global logging level = INFO
69 * java.util.logging.ConsoleHandler.level = INFO
88 // The integer values must match that of {@code java.util.logging.Level}
103 public static enum Level {
104 // The name and value must match that of {@code java.util.logging.Level}s.
117 * Associated java.util.logging.Level lazily initialized in
122 /* java.util.logging.Level */ Object javaLevel;
135 static Level valueOf(int level) {
136 switch (level) {
282 public Level level() { method in class:PlatformLogger
440 volatile Level level; \/\/ current level set for this node (may be null) field in class:PlatformLogger.DefaultLoggerProxy
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/io/
DebugWriter.java 4 import java.util.logging.Level;
11 private Level level = Level.WARNING; field in class:DebugWriter
30 return level == Level.INFO;
34 level = enabled ? Level.INFO : Level.WARNING;
  /external/llvm/include/llvm/Support/
CodeGen.h 33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 };
37 enum Level { Default=0, Small=1, Large=2 };
50 // Code generation optimization level.
52 enum Level {
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTX.h 1 //===-- PTX.h - Top-level interface for PTX representation ------*- C++ -*-===//
29 CodeGenOpt::Level OptLevel);
32 CodeGenOpt::Level OptLevel);
35 CodeGenOpt::Level OptLevel);

Completed in 622 milliseconds

1 2 3 4 5 6 7 8 91011>>