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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
157 /// level.
158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; }
161 /// particular level.
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
170 virtual bool isPeelLast(unsigned Level) const { return false; }
174 virtual bool isSplitable(unsigned Level) const { return false; }
176 /// isScalar - Returns true if a particular level is scalar; that is,
178 /// variable associated with the loop at this level
    [all...]
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhClientSocketBenchmark.java 23 import org.openjdk.jmh.annotations.Level;
46 @Setup(Level.Iteration)
73 @Setup(Level.Iteration)
78 @TearDown(Level.Iteration)
JmhServerSocketBenchmark.java 23 import org.openjdk.jmh.annotations.Level;
45 @Setup(Level.Iteration)
72 @Setup(Level.Iteration)
77 @TearDown(Level.Iteration)
JmhEngineWrapBenchmark.java 39 import org.openjdk.jmh.annotations.Level;
70 @Setup(Level.Iteration)
75 @TearDown(Level.Iteration)
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 32 CodeGenOpt::Level OL, bool is64bit);
53 CodeGenOpt::Level OL);
64 CodeGenOpt::Level OL);
74 CodeGenOpt::Level OL);
  /external/llvm/lib/Target/WebAssembly/
WebAssembly.h 1 //===-- WebAssembly.h - Top-level interface for WebAssembly ----*- C++ -*-===//
31 CodeGenOpt::Level OptLevel);
  /external/pdfium/xfa/fxfa/parser/
cxfa_level.cpp 16 constexpr wchar_t kName[] = L"level";
25 XFA_Element::Level,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetSubtargetInfo.h 53 // scheduling and the specified optimization level meets the requirement
57 virtual bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CTargetMachine.h 31 CodeGenOpt::Level OptLevel,
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPTargetMachine.h 33 CodeGenOpt::Level OptLevel,
  /libcore/ojluni/src/main/java/java/util/logging/
Logger.java 66 * Each Logger has a "Level" associated with it. This reflects
67 * a minimum Level that this logger cares about. If a Logger's
68 * level is set to <tt>null</tt>, then its effective level is inherited
72 * The log level can be configured based on the properties from the
75 * by calls on the Logger.setLevel method. If a logger's level is
77 * logger that has <tt>null</tt> as its level will inherit its
78 * effective level from its parent.
81 * check of the request level (e.g., SEVERE or FINE) against the
82 * effective log level of the logger. If the request level i
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
writer.h 65 os_(&os), level_stack_(stackAllocator, levelDepth * sizeof(Level)), hasRoot_(false) {}
69 os_(0), level_stack_(allocator, levelDepth * sizeof(Level)), hasRoot_(false) {}
136 new (level_stack_.template Push<Level>()) Level(false);
144 RAPIDJSON_ASSERT(level_stack_.GetSize() >= sizeof(Level));
145 RAPIDJSON_ASSERT(!level_stack_.template Top<Level>()->inArray);
146 level_stack_.template Pop<Level>(1);
155 new (level_stack_.template Push<Level>()) Level(true);
161 RAPIDJSON_ASSERT(level_stack_.GetSize() >= sizeof(Level));
320 Level* level = level_stack_.template Top<Level>(); local
    [all...]
  /system/libvintf/include/vintf/
CompatibilityMatrix.h 26 #include "Level.h"
48 Level level() const;
72 // Require other->level() > this->level(), otherwise do nothing.
84 // - If level() == UNSPECIFIED, use it as the base matrix (for non-HAL, non-XML-file
86 // - If level() < deviceLevel, ignore
87 // - If level() == deviceLevel, all HAL versions and XML files are added as is
89 // - If level() > deviceLevel, all HAL versions and XML files are added as optional.
91 static CompatibilityMatrix* combine(Level deviceLevel
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecDebug.h 21 #define IPSEC_DUMP_ADDRESS(Level, Ip, Version) IpSecDumpAddress (Level, Ip, Version)
37 @param[in] Level Debug print error level. Pass to DEBUG().
44 IN UINTN Level,
  /external/guava/guava/src/com/google/common/io/
Closeables.java 26 import java.util.logging.Level;
82 logger.log(Level.WARNING,
112 logger.log(Level.SEVERE, "IOException should not have been thrown.", e);
  /external/guava/guava-testlib/test/com/google/common/testing/
TestLogHandlerTest.java 21 import java.util.logging.Level;
58 assertEquals(Level.INFO, record.getLevel());
94 logger.log(Level.INFO, "message", EXCEPTION);
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordClass.java 6 import java.util.logging.Level;
116 logger.log(Level.WARNING, "Could not find record class for name: " + name);
129 logger.log(Level.WARNING, "Could not find record class for index: " + index);

Completed in 1952 milliseconds

<<11121314151617181920>>