OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Level
(Results
401 - 425
of
1786
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
LogDiagnosticPrinter.h
42
/// The
level
of the diagnostic.
43
DiagnosticsEngine::
Level
DiagnosticLevel;
79
void HandleDiagnostic(DiagnosticsEngine::
Level
DiagLevel,
/external/llvm/include/llvm/Target/
TargetMachine.h
93
CodeGenOpt::
Level
OptLevel = CodeGenOpt::Default;
184
/// Returns the optimization
level
: None, Less, Default, or Aggressive.
185
CodeGenOpt::
Level
getOptLevel() const;
187
/// \brief Overrides the optimization
level
.
188
void setOptLevel(CodeGenOpt::
Level
Level
);
286
CodeGenOpt::
Level
OL);
/external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/
SLF4JBridgeHandler.java
31
import java.util.logging.
Level
;
78
* SLF4J logger is disabled for the given
level
. <b>Consequently, j.u.l. to
105
private static final int TRACE_LEVEL_THRESHOLD =
Level
.FINEST.intValue();
106
private static final int DEBUG_LEVEL_THRESHOLD =
Level
.FINE.intValue();
107
private static final int INFO_LEVEL_THRESHOLD =
Level
.INFO.intValue();
108
private static final int WARN_LEVEL_THRESHOLD =
Level
.WARNING.intValue();
275
* This handler ignores the
Level
attached to the LogRecord, as SLF4J cares
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetMachine.cpp
112
CodeGenOpt::
Level
OptLevel) {
124
CodeGenOpt::
Level
OptLevel) {
130
CodeGenOpt::
Level
OptLevel) {
136
CodeGenOpt::
Level
OptLevel) {
153
CodeGenOpt::
Level
OptLevel,
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h
82
CodeGenOpt::
Level
OptLevel = CodeGenOpt::Default;
176
/// Returns the optimization
level
: None, Less, Default, or Aggressive.
177
CodeGenOpt::
Level
getOptLevel() const;
179
/// \brief Overrides the optimization
level
.
180
void setOptLevel(CodeGenOpt::
Level
Level
);
272
CodeModel::Model CM, CodeGenOpt::
Level
OL);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetMachine.h
81
CodeGenOpt::
Level
OptLevel = CodeGenOpt::Default;
175
/// Returns the optimization
level
: None, Less, Default, or Aggressive.
176
CodeGenOpt::
Level
getOptLevel() const;
178
/// \brief Overrides the optimization
level
.
179
void setOptLevel(CodeGenOpt::
Level
Level
);
270
CodeModel::Model CM, CodeGenOpt::
Level
OL);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetMachine.h
81
CodeGenOpt::
Level
OptLevel = CodeGenOpt::Default;
175
/// Returns the optimization
level
: None, Less, Default, or Aggressive.
176
CodeGenOpt::
Level
getOptLevel() const;
178
/// \brief Overrides the optimization
level
.
179
void setOptLevel(CodeGenOpt::
Level
Level
);
270
CodeModel::Model CM, CodeGenOpt::
Level
OL);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetMachine.h
82
CodeGenOpt::
Level
OptLevel = CodeGenOpt::Default;
176
/// Returns the optimization
level
: None, Less, Default, or Aggressive.
177
CodeGenOpt::
Level
getOptLevel() const;
179
/// \brief Overrides the optimization
level
.
180
void setOptLevel(CodeGenOpt::
Level
Level
);
278
CodeModel::Model CM, CodeGenOpt::
Level
OL);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetMachine.h
82
CodeGenOpt::
Level
OptLevel = CodeGenOpt::Default;
176
/// Returns the optimization
level
: None, Less, Default, or Aggressive.
177
CodeGenOpt::
Level
getOptLevel() const;
179
/// \brief Overrides the optimization
level
.
180
void setOptLevel(CodeGenOpt::
Level
Level
);
278
CodeModel::Model CM, CodeGenOpt::
Level
OL);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetMachine.h
82
CodeGenOpt::
Level
OptLevel = CodeGenOpt::Default;
176
/// Returns the optimization
level
: None, Less, Default, or Aggressive.
177
CodeGenOpt::
Level
getOptLevel() const;
179
/// \brief Overrides the optimization
level
.
180
void setOptLevel(CodeGenOpt::
Level
Level
);
278
CodeModel::Model CM, CodeGenOpt::
Level
OL);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetMachine.h
82
CodeGenOpt::
Level
OptLevel = CodeGenOpt::Default;
176
/// Returns the optimization
level
: None, Less, Default, or Aggressive.
177
CodeGenOpt::
Level
getOptLevel() const;
179
/// \brief Overrides the optimization
level
.
180
void setOptLevel(CodeGenOpt::
Level
Level
);
278
CodeModel::Model CM, CodeGenOpt::
Level
OL);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h
82
CodeGenOpt::
Level
OptLevel = CodeGenOpt::Default;
176
/// Returns the optimization
level
: None, Less, Default, or Aggressive.
177
CodeGenOpt::
Level
getOptLevel() const;
179
/// \brief Overrides the optimization
level
.
180
void setOptLevel(CodeGenOpt::
Level
Level
);
272
CodeModel::Model CM, CodeGenOpt::
Level
OL);
Completed in 1159 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>