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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Compression.h 36 CompressionLevel Level = DefaultCompression);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
BreadthFirstIterator.h 14 // * Normal breadth-first iteration - visit a graph level-by-level.
64 // Current level.
65 unsigned Level;
70 Level = 0;
101 Level += 1;
145 unsigned getLevel() const { return Level; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Passes/
PassBuilder.h 49 /// \brief LLVM-provided high-level optimization levels.
51 /// This enumerates the LLVM-provided high-level optimization levels. Each
52 /// level has a specific goal and rationale.
61 /// FIXME: The current and historical behavior of this level does *not*
65 /// This level is tuned to produce a result from the optimizer as quickly
82 /// The key idea is that optimizations at this level should "pay for
93 /// This is expected to be a good default optimization level for the vast
130 /// execution time impact. You should expect this level to produce rather
187 /// Note that \p Level cannot be `O0` here. The pipelines produced are
192 buildFunctionSimplificationPipeline(OptimizationLevel Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Compression.h 36 CompressionLevel Level = DefaultCompression);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
BreadthFirstIterator.h 14 // * Normal breadth-first iteration - visit a graph level-by-level.
64 // Current level.
65 unsigned Level;
70 Level = 0;
101 Level += 1;
145 unsigned getLevel() const { return Level; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Passes/
PassBuilder.h 49 /// \brief LLVM-provided high-level optimization levels.
51 /// This enumerates the LLVM-provided high-level optimization levels. Each
52 /// level has a specific goal and rationale.
61 /// FIXME: The current and historical behavior of this level does *not*
65 /// This level is tuned to produce a result from the optimizer as quickly
82 /// The key idea is that optimizations at this level should "pay for
93 /// This is expected to be a good default optimization level for the vast
130 /// execution time impact. You should expect this level to produce rather
187 /// Note that \p Level cannot be `O0` here. The pipelines produced are
192 buildFunctionSimplificationPipeline(OptimizationLevel Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Compression.h 36 CompressionLevel Level = DefaultCompression);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
BreadthFirstIterator.h 14 // * Normal breadth-first iteration - visit a graph level-by-level.
64 // Current level.
65 unsigned Level;
70 Level = 0;
101 Level += 1;
145 unsigned getLevel() const { return Level; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Passes/
PassBuilder.h 49 /// \brief LLVM-provided high-level optimization levels.
51 /// This enumerates the LLVM-provided high-level optimization levels. Each
52 /// level has a specific goal and rationale.
61 /// FIXME: The current and historical behavior of this level does *not*
65 /// This level is tuned to produce a result from the optimizer as quickly
82 /// The key idea is that optimizations at this level should "pay for
93 /// This is expected to be a good default optimization level for the vast
130 /// execution time impact. You should expect this level to produce rather
187 /// Note that \p Level cannot be `O0` here. The pipelines produced are
192 buildFunctionSimplificationPipeline(OptimizationLevel Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Compression.h 36 CompressionLevel Level = DefaultCompression);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BreadthFirstIterator.h 14 // * Normal breadth-first iteration - visit a graph level-by-level.
64 // Current level.
65 unsigned Level;
70 Level = 0;
101 Level += 1;
145 unsigned getLevel() const { return Level; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Passes/
PassBuilder.h 49 /// \brief LLVM-provided high-level optimization levels.
51 /// This enumerates the LLVM-provided high-level optimization levels. Each
52 /// level has a specific goal and rationale.
61 /// FIXME: The current and historical behavior of this level does *not*
65 /// This level is tuned to produce a result from the optimizer as quickly
82 /// The key idea is that optimizations at this level should "pay for
93 /// This is expected to be a good default optimization level for the vast
130 /// execution time impact. You should expect this level to produce rather
187 /// Note that \p Level cannot be `O0` here. The pipelines produced are
192 buildFunctionSimplificationPipeline(OptimizationLevel Level,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Compression.h 36 CompressionLevel Level = DefaultCompression);
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 82 DiagnosticsEngine::Level Level,
90 beginDiagnostic(D, Level);
94 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D);
121 emitIncludeStack(Loc, PLoc, Level, *SM);
124 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D);
125 emitCaret(Loc, Level, MutableRanges, FixItHints, *SM);
130 emitMacroExpansions(UnexpandedLoc, Level, MutableRanges, FixItHints, *SM);
135 LastLevel = Level;
137 endDiagnostic(D, Level);
    [all...]
  /external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
HttpLoggingInterceptorTest.java 24 import com.squareup.okhttp.logging.HttpLoggingInterceptor.Level;
60 private void setLevel(Level level) {
61 networkInterceptor.setLevel(level);
62 applicationInterceptor.setLevel(level);
76 assertEquals(Level.NONE, applicationInterceptor.getLevel());
78 for (Level level : Level.values()) {
79 applicationInterceptor.setLevel(level);
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 139 unsigned Level) {
142 if (!SI && Level == 0 && IsLeft)
151 for (unsigned i = 0, e = (1 << Level), val = !IsLeft; i != e; ++i, val += 2)
159 unsigned Level, unsigned NumLevels) {
160 // Match one level of pairwise operations.
176 if (!LS && Level)
179 if (!RS && Level)
182 // On level 0 we can omit one shufflevector instruction.
183 if (!Level && !RS && !LS)
196 } else if (Level == 0 && (NextLevelOpR || NextLevelOpL))
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 31 import java.util.logging.Level;
90 props.put(".level", "FINE");
91 props.put("java.util.logging.ConsoleHandler.level", "OFF");
95 props.put("LogManagerTestFoo.level", "WARNING");
328 assertEquals(Level.FINE, root.getLevel());
347 assertEquals(Level.FINE, root.getLevel());
351 assertEquals(Level.INFO, root.getLevel());
360 // assertEquals(Level.FINE, root.getLevel());
368 assertEquals(Level.FINE, root.getLevel());
373 assertEquals(Level.INFO, root.getLevel())
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
CY8C9540A.asi 25 GpioInt (Level, ActiveLow, Exclusive, PullDefault, , "\\_SB.PCI0.GIP0.GPO", 0, ResourceConsumer, , ) {QUARK_GPIO5_MAPPING} /* GPIO<5> is INT_S0 */
PciIrq.asi 61 {IRQ(Level,ActiveLow,Shared){0}})
81 {IRQ(Level,ActiveLow,Shared){12,11,10,9,7,5,4,3}})
128 {IRQ(Level,ActiveLow,Shared){0}})
147 {IRQ(Level,ActiveLow,Shared){12,11,10,9,7,5,4,3}})
194 {IRQ(Level,ActiveLow,Shared){0}})
212 {IRQ(Level,ActiveLow,Shared){12,11,10,9,7,5,4,3}})
258 {IRQ(Level,ActiveLow,Shared){0}})
276 {IRQ(Level,ActiveLow,Shared){12,11,10,9,7,5,4,3}})
323 {IRQ(Level,ActiveLow,Shared){0}})
343 {IRQ(Level,ActiveLow,Shared){12,11,10,9,7,5,4,3}})
    [all...]
  /external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 42 /// The level of the diagnostic.
43 DiagnosticsEngine::Level DiagnosticLevel;
79 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhEngineHandshakeBenchmark.java 39 import org.openjdk.jmh.annotations.Level;
66 @Setup(Level.Iteration)
  /external/guava/guava/src/com/google/common/util/concurrent/
SerializingExecutor.java 24 import java.util.logging.Level;
151 log.log(Level.SEVERE, "Exception while executing runnable "
  /external/guava/guava-testlib/src/com/google/common/testing/
TearDownStack.java 27 import java.util.logging.Level;
68 logger.log(Level.INFO, "exception thrown during tearDown", t);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelDAGToDAG.cpp 41 CodeGenOpt::Level OptLevel)
116 CodeGenOpt::Level OptLevel) {
  /external/llvm/unittests/Support/
CompressionTest.cpp 26 void TestZlibCompression(StringRef Input, zlib::CompressionLevel Level) {
29 EXPECT_EQ(zlib::StatusOK, zlib::compress(Input, Compressed, Level));

Completed in 1056 milliseconds

<<11121314151617181920>>