HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 26 - 50 of 1355) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SchedulerRegistry.h 37 CodeGenOpt::Level);
63 CodeGenOpt::Level OptLevel);
68 CodeGenOpt::Level OptLevel);
75 CodeGenOpt::Level);
78 /// aware list scheduler that tries to increase instruction level parallelism
82 CodeGenOpt::Level);
87 CodeGenOpt::Level OptLevel);
93 CodeGenOpt::Level OptLevel);
97 CodeGenOpt::Level OptLevel);
102 CodeGenOpt::Level OptLevel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SchedulerRegistry.h 37 CodeGenOpt::Level);
63 CodeGenOpt::Level OptLevel);
68 CodeGenOpt::Level OptLevel);
75 CodeGenOpt::Level);
78 /// aware list scheduler that tries to increase instruction level parallelism
82 CodeGenOpt::Level);
87 CodeGenOpt::Level OptLevel);
93 CodeGenOpt::Level OptLevel);
97 CodeGenOpt::Level OptLevel);
102 CodeGenOpt::Level OptLevel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SchedulerRegistry.h 37 CodeGenOpt::Level);
63 CodeGenOpt::Level OptLevel);
68 CodeGenOpt::Level OptLevel);
75 CodeGenOpt::Level);
78 /// aware list scheduler that tries to increase instruction level parallelism
82 CodeGenOpt::Level);
87 CodeGenOpt::Level OptLevel);
93 CodeGenOpt::Level OptLevel);
97 CodeGenOpt::Level OptLevel);
102 CodeGenOpt::Level OptLevel)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SchedulerRegistry.h 37 CodeGenOpt::Level);
63 CodeGenOpt::Level OptLevel);
68 CodeGenOpt::Level OptLevel);
75 CodeGenOpt::Level);
78 /// aware list scheduler that tries to increase instruction level parallelism
82 CodeGenOpt::Level);
87 CodeGenOpt::Level OptLevel);
93 CodeGenOpt::Level OptLevel);
97 CodeGenOpt::Level OptLevel);
102 CodeGenOpt::Level OptLevel)
    [all...]
  /external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
JDK14LoggerAdapter.java 27 import java.util.logging.Level;
60 * Is this logger instance enabled for the FINEST level?
62 * @return True if this Logger is enabled for level FINEST, false otherwise.
65 return logger.isLoggable(Level.FINEST);
69 * Log a message object at level FINEST.
75 if (logger.isLoggable(Level.FINEST)) {
76 log(SELF, Level.FINEST, msg, null);
81 * Log a message at level FINEST according to the specified format and
86 * for level FINEST.
95 if (logger.isLoggable(Level.FINEST))
    [all...]
  /external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
Log4jLoggerAdapter.java 29 import org.apache.log4j.Level;
44 * href="http://logging.apache.org/log4j/docs/api/org/apache/log4j/Level.html">
45 * <code>org.apache.log4j.Level</code></a> class.
48 * The TRACE level was introduced in log4j version 1.2.12. In order to avoid
50 * 1.2.12, the TRACE level will be mapped as DEBUG. See also <a
67 // Does the log4j version in use recognize the TRACE level?
68 // The trace level was introduced in log4j 1.2.12.
90 * Is this logger instance enabled for the TRACE level?
92 * @return True if this Logger is enabled for level TRACE, false otherwise.
103 * Log a message object at level TRACE
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 22 import java.util.logging.Level;
52 protected static final Level dummyLevel = Level.FINE;
87 private void log( Level level, String msg, Throwable ex ) {
90 if (logger.isLoggable(level)) {
103 logger.logp( level, cname, method, msg );
105 logger.logp( level, cname, method, msg, ex );
112 * Logs a message with <code>java.util.logging.Level.FINE</code>.
118 log(Level.FINE, String.valueOf(message), null)
    [all...]
  /external/clang/include/clang/Frontend/
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,
86 DiagnosticsEngine::Level Level,
91 DiagnosticsEngine::Level Level,
    [all...]
DiagnosticRenderer.h 64 /// \brief The level of the last diagnostic emitted.
66 /// The level of the last diagnostic emitted. Used to detect level changes
68 DiagnosticsEngine::Level LastLevel;
76 DiagnosticsEngine::Level Level,
83 DiagnosticsEngine::Level Level,
88 DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
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,
86 DiagnosticsEngine::Level Level,
91 DiagnosticsEngine::Level Level,
    [all...]
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,
82 DiagnosticsEngine::Level Level,
87 DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
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,
86 DiagnosticsEngine::Level Level,
91 DiagnosticsEngine::Level Level,
    [all...]
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,
82 DiagnosticsEngine::Level Level,
87 DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
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,
86 DiagnosticsEngine::Level Level,
91 DiagnosticsEngine::Level Level,
    [all...]
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,
82 DiagnosticsEngine::Level Level,
87 DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
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,
86 DiagnosticsEngine::Level Level,
91 DiagnosticsEngine::Level Level,
    [all...]
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,
82 DiagnosticsEngine::Level Level,
87 DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
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,
86 DiagnosticsEngine::Level Level,
91 DiagnosticsEngine::Level Level,
    [all...]
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,
82 DiagnosticsEngine::Level Level,
87 DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
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,
86 DiagnosticsEngine::Level Level,
91 DiagnosticsEngine::Level Level,
    [all...]
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,
82 DiagnosticsEngine::Level Level,
87 DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
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,
86 DiagnosticsEngine::Level Level,
91 DiagnosticsEngine::Level Level,
    [all...]
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,
82 DiagnosticsEngine::Level Level,
87 DiagnosticsEngine::Level Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
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,
86 DiagnosticsEngine::Level Level,
91 DiagnosticsEngine::Level Level,
    [all...]
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,
82 DiagnosticsEngine::Level Level,
87 DiagnosticsEngine::Level Level,
    [all...]

Completed in 200 milliseconds

12 3 4 5 6 7 8 91011>>