/prebuilts/clang/host/darwin-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-3957855/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-3960126/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-3977809/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-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...] |
/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; 46 @Setup(Level.Iteration) 73 @Setup(Level.Iteration) 78 @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/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...] |
/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);
|
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/ |
DNSResolverTask.java | 6 import java.util.logging.Level; 65 if (logger.isLoggable(Level.FINER)) { 82 logger.log(Level.WARNING, this.getName() + ".run() exception ", e);
|
/external/llvm/include/llvm/Passes/ |
PassBuilder.h | 38 /// \brief LLVM-provided high-level optimization levels. 40 /// This enumerates the LLVM-provided high-level optimization levels. Each 41 /// level has a specific goal and rationale. 50 /// FIXME: The current and historical behavior of this level does *not* 54 /// This level is tuned to produce a result from the optimizer as quickly 71 /// The key idea is that optimizations at this level should "pay for 82 /// This is expected to be a good default optimization level for the vast 119 /// execution time impact. You should expect this level to produce rather 173 OptimizationLevel Level, 184 OptimizationLevel Level, [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64TargetMachine.h | 33 CodeGenOpt::Level OL, bool IsLittleEndian); 60 CodeGenOpt::Level OL); 71 CodeGenOpt::Level OL);
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetMachine.h | 40 CodeGenOpt::Level OL); 69 CodeGenOpt::Level OL); 80 CodeGenOpt::Level OL);
|
/external/lzma/CPP/7zip/UI/Common/ |
ZipRegistry.h | 40 UInt32 Level;
53 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1);
63 UInt32 Level;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/ |
AbstractDescriptorBox.java | 25 import java.util.logging.Level; 75 log.log(Level.WARNING, "Error parsing ObjectDescriptor", e); 78 log.log(Level.WARNING, "Error parsing ObjectDescriptor", e);
|