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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 45 CodeGenOpt::Level OL, bool isLittle);
80 CodeGenOpt::Level OL);
91 CodeGenOpt::Level OL);
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 40 CodeGenOpt::Level OP, bool is64bit);
75 CodeGenOpt::Level OL);
84 CodeGenOpt::Level OL);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCTargetMachine.cpp 10 // Top-level implementation for the PowerPC target.
64 CodeGenOpt::Level OptLevel) {
71 CodeGenOpt::Level OptLevel) {
78 CodeGenOpt::Level OptLevel,
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 28 import java.util.logging.Level;
40 * <th>logger level</th>
41 * <th>Android level</th>
126 int level = getAndroidLevel(record.getLevel()); local
128 if (!Log.isLoggable(tag, level)) {
134 Log.println(level, tag, message);
140 public void publish(Logger source, String tag, Level level, String message) {
142 int priority = getAndroidLevel(level);
155 * Converts a {@link java.util.logging.Logger} logging level into an Android one
    [all...]
  /frameworks/compile/libbcc/include/bcc/
CompilerConfig.h 50 llvm::CodeGenOpt::Level mOptLevel;
92 inline llvm::CodeGenOpt::Level getOptimizationLevel() const
94 inline void setOptimizationLevel(llvm::CodeGenOpt::Level pOptLvl)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 106 getDAGScheduler(CodeGenOpt::Level) const {
147 /// for preRA scheduling with the source level scheduler.
200 // For use with PostRAScheduling: get the minimum optimization level needed
202 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 106 getDAGScheduler(CodeGenOpt::Level) const {
147 /// for preRA scheduling with the source level scheduler.
200 // For use with PostRAScheduling: get the minimum optimization level needed
202 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 106 getDAGScheduler(CodeGenOpt::Level) const {
147 /// for preRA scheduling with the source level scheduler.
200 // For use with PostRAScheduling: get the minimum optimization level needed
202 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 106 getDAGScheduler(CodeGenOpt::Level) const {
147 /// for preRA scheduling with the source level scheduler.
200 // For use with PostRAScheduling: get the minimum optimization level needed
202 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 106 getDAGScheduler(CodeGenOpt::Level) const {
147 /// for preRA scheduling with the source level scheduler.
200 // For use with PostRAScheduling: get the minimum optimization level needed
202 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 106 getDAGScheduler(CodeGenOpt::Level) const {
147 /// for preRA scheduling with the source level scheduler.
200 // For use with PostRAScheduling: get the minimum optimization level needed
202 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 106 getDAGScheduler(CodeGenOpt::Level) const {
147 /// for preRA scheduling with the source level scheduler.
200 // For use with PostRAScheduling: get the minimum optimization level needed
202 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 106 getDAGScheduler(CodeGenOpt::Level) const {
147 /// for preRA scheduling with the source level scheduler.
200 // For use with PostRAScheduling: get the minimum optimization level needed
202 virtual CodeGenOpt::Level getOptLevelToEnablePostRAScheduler() const {
210 virtual bool enableRALocalReassignment(CodeGenOpt::Level OptLevel) const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmuse.h 16 NET_API_STATUS WINAPI NetUseAdd(LMSTR UncServerName,DWORD Level,LPBYTE Buf,LPDWORD ParmError);
18 NET_API_STATUS WINAPI NetUseEnum(LMSTR UncServerName,DWORD Level,LPBYTE *BufPtr,DWORD PreferedMaximumSize,LPDWORD EntriesRead,LPDWORD TotalEntries,LPDWORD ResumeHandle);
19 NET_API_STATUS WINAPI NetUseGetInfo(LMSTR UncServerName,LMSTR UseName,DWORD Level,LPBYTE *BufPtr);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
ReportExporter.java 33 import java.util.logging.Level;
56 LOG.log(Level.WARNING, "External storage is not writable.");
76 LOG.log(Level.WARNING, "I/O exception writing report to storage.", e);
84 LOG.log(Level.WARNING, "I/O exception closing report.", e);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SimpleFormatterTest.java 22 import java.util.logging.Level;
45 lr = new LogRecord(Level.FINE, MSG);
54 sf.format(new LogRecord(Level.SEVERE, null));
104 assertTrue(str.indexOf(Level.FINE.getLocalizedName()) > 0);
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 118 /// \brief The level of the diagnostic, after it has been through mapping.
119 enum Level {
132 /// level.
140 unsigned getCustomDiagID(Level L, StringRef FormatString);
180 /// \brief Return the lowest-level warning option that enables the specified
252 /// \brief Classify the specified diagnostic ID into a Level, consumable by
260 DiagnosticIDs::Level
276 void EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const;
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 71 DiagnosticsEngine::Level Level,
78 DiagnosticsEngine::Level Level,
86 DiagnosticsEngine::Level Level,
92 DiagnosticsEngine::Level Level) override;
94 DiagnosticsEngine::Level Level) override
    [all...]
  /external/guava/guava/src/com/google/common/base/internal/
Finalizer.java 25 import java.util.logging.Level;
95 logger.log(Level.INFO, "Failed to clear thread local values inherited"
166 logger.log(Level.SEVERE, "Error cleaning up after reference.", t);
208 logger.log(Level.INFO, "Couldn't access Thread.inheritableThreadLocals."
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
PrefixFileReader.java 26 import java.util.logging.Level;
59 logger.log(Level.WARNING, e.toString());
87 logger.log(Level.WARNING, e.toString());
98 logger.log(Level.WARNING, e.toString());
  /external/llvm/include/llvm/Support/
Compression.h 44 CompressionLevel Level = DefaultCompression);
  /external/llvm/lib/Target/AArch64/
AArch64.h 1 //==-- AArch64.h - Top-level interface for AArch64 --------------*- C++ -*-==//
35 CodeGenOpt::Level OptLevel);
  /external/llvm/lib/Target/ARM/
ARM.h 1 //===-- ARM.h - Top-level interface for ARM representation ------*- C++ -*-===//
34 CodeGenOpt::Level OptLevel);
  /external/llvm/lib/Target/AVR/
AVR.h 1 //===-- AVR.h - Top-level interface for AVR representation ------*- C++ -*-===//
27 CodeGenOpt::Level OptLevel);
AVRTargetMachine.h 33 CodeModel::Model CM, CodeGenOpt::Level OL);

Completed in 1066 milliseconds

1 2 3 4 5 6 7 8 91011>>