/external/llvm/lib/Target/Hexagon/ |
HexagonTargetMachine.h | 34 CodeGenOpt::Level OL);
|
/external/llvm/lib/Target/MSP430/ |
MSP430TargetMachine.cpp | 10 // Top-level implementation for the MSP430 target. 32 CodeGenOpt::Level OL)
|
/external/llvm/lib/Target/SystemZ/ |
SystemZTargetMachine.h | 33 CodeGenOpt::Level OL);
|
/external/llvm/lib/Target/ |
TargetMachine.cpp | 139 /// getOptLevel - Returns the optimization level: None, Less, 141 CodeGenOpt::Level TargetMachine::getOptLevel() const { 147 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) const { 149 CodeGenInfo->setOptLevel(Level);
|
TargetSubtargetInfo.cpp | 46 CodeGenOpt::Level OptLevel) const {
|
/external/llvm/lib/Target/X86/ |
X86TargetMachine.h | 34 CodeModel::Model CM, CodeGenOpt::Level OL);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUTargetMachine.h | 45 CodeGenOpt::Level OL);
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
XLogger.java | 75 public enum Level { 80 private final int level; field in class:XLogger.Level 87 return this.level; 90 private Level(String name, int level) { 92 this.level = level; 152 * Log an exception being thrown. The generated log event uses Level ERROR. 165 * Log an exception being thrown allowing the log level to be specified. 167 * @param level [all...] |
/external/webrtc/webrtc/voice_engine/ |
level_indicator.cc | 52 // Check speech level (works for 2 channels as well) 64 // Update level approximately 10 times per second 89 int8_t AudioLevel::Level() const
|
/frameworks/base/tools/aapt/ |
SourcePos.cpp | 13 enum Level { 22 Level level; member in struct:ErrorPos 26 ErrorPos(const String8& file, int line, const String8& error, Level level); 35 :line(-1), level(NOTE) 43 level(that.level) 47 ErrorPos::ErrorPos(const String8& f, int l, const String8& e, Level lev) 51 level(lev [all...] |
/frameworks/compile/slang/ |
slang_diagnostic_buffer.cpp | 36 clang::DiagnosticsEngine::Level DiagLevel,
|
/libcore/ojluni/src/main/java/java/util/logging/ |
ConsoleHandler.java | 41 * <li> java.util.logging.ConsoleHandler.level 42 * specifies the default level for the <tt>Handler</tt> 43 * (defaults to <tt>Level.INFO</tt>). 66 setLevel(manager.getLevelProperty(cname +".level", Level.INFO));
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldFileHandlerTest.java | 33 import java.util.logging.Level; 55 props.put("java.util.logging.FileHandler.level", "FINE"); 77 r = new LogRecord(Level.CONFIG, "msg"); 99 assertEquals("is non equal to actual value", Level.FINE, handler 123 assertEquals("is non equal to actual value", Level.FINE, handler 205 assertEquals("is non equal to actual value", Level.FINE, handler 243 assertEquals("is non equal to actual value", Level.FINE, handler 291 assertEquals("is non equal to actual value", Level.FINE, handler 450 LogRecord[] r = new LogRecord[] { new LogRecord(Level.CONFIG, "msg__"), 451 new LogRecord(Level.WARNING, "message") [all...] |
/development/tools/idegen/src/com/android/idegen/ |
ModuleIndexes.java | 30 import java.util.logging.Level; 62 logger.log(Level.WARNING,
|
/external/clang/lib/Format/ |
UnwrappedLineParser.h | 43 /// \brief The indent level of the \c UnwrappedLine. 44 unsigned Level; 129 // FIXME: We are constantly running into bugs where Line.Level is incorrectly 130 // subtracted from beyond 0. Introduce a method to subtract from Line.Level 184 // branches) for each nesting level of preprocessor branches. 185 // \c PPBranchLevel stores the current nesting level of preprocessor 190 // for each nesting level. 193 // Contains the maximum number of branches at each nesting level. 196 // Contains the number of branches per nesting level we are currently 215 : Level(0), InPPDirective(false), MustBeDeclaration(false) { [all...] |
UnwrappedLineParser.cpp | 63 PreviousLineLevel(Line.Level), PreviousTokenSource(TokenSource), 66 Line.Level = 0; 74 Line.Level = PreviousLineLevel; 130 Parser.Line->Level = PreBlockLine->Level; 255 // The top-level context in a file always has declarations, except for pre- 299 (Style.IndentCaseLabels || (Line->InPPDirective && Line->Level == 1))) 300 ++Line->Level; 408 unsigned InitialLevel = Line->Level; 419 ++Line->Level; [all...] |
/external/doclava/res/assets/templates/components/ |
api_filter.cs | 3 <div id="api-level-toggle"> 5 <label for="apiLevelCheckbox" class="disabled">Filter by API Level: </label>
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ExecutionList.java | 23 import java.util.logging.Level; 161 log.log(Level.SEVERE, "RuntimeException while executing runnable "
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
LoggerRuntime.java | 15 import java.util.logging.Level; 29 * {@link Logger#log(Level, String, Object[])} with the class identifier in the 57 l.setLevel(Level.ALL); 70 // Logger.getLogger(CHANNEL).log(Level.INFO, key, args); 105 mv.visitFieldInsn(Opcodes.GETSTATIC, "java/util/logging/Level", "INFO", 106 "Ljava/util/logging/Level;"); 108 // Stack[3]: Ljava/util/logging/Level; 116 // Stack[2]: Ljava/util/logging/Level; 124 // Stack[2]: Ljava/util/logging/Level; 132 // Stack[2]: Ljava/util/logging/Level; [all...] |
/external/jsilver/src/org/clearsilver/ |
FactoryLoader.java | 22 import java.util.logging.Level; 114 logger.log(Level.SEVERE, errMsg, e);
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyISelDAGToDAG.cpp | 41 CodeGenOpt::Level OptLevel) 126 CodeGenOpt::Level OptLevel) {
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_image.c | 29 /* Work back from the specified level of the image to the baselevel and create a 48 if (intelImage->base.Base.Level > intelObj->base.BaseLevel && 52 /* For this combination, we're at some lower mipmap level and 54 * likely base level width/height/depth for a full mipmap stack 55 * from this info, so just allocate this one level. 57 firstLevel = intelImage->base.Base.Level; 58 lastLevel = intelImage->base.Base.Level; 60 /* If this image disrespects BaseLevel, allocate from level zero. 63 if (intelImage->base.Base.Level < intelObj->base.BaseLevel) 68 /* Figure out image dimensions at start level. * 279 int level = 0, internalFormat = 0; local [all...] |
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/ |
DebugWebSocketServer.java | 37 import java.util.logging.Level; 105 DebugWebSocketServer.LOG.log(Level.SEVERE, "exception occured", exception);
|
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 98 DiagnosticsEngine::Level Level) override { 104 if (Level != DiagnosticsEngine::Note) 111 if (Level != DiagnosticsEngine::Note) 116 DiagnosticsEngine::Level Level, 134 DiagnosticsEngine::Level Level, 139 DiagnosticsEngine::Level Level, [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSIncoming.java | 13 import java.util.logging.Level; 237 logger.log(Level.WARNING, "DNSIncoming() dump " + print(true) + "\n exception ", e); 274 logger.log(Level.SEVERE, "Could not find record type: " + this.print(true)); 286 logger.log(Level.SEVERE, "Could not find record type. domain: " + domain + "\n" + this.print(true)); 291 logger.log(Level.SEVERE, "Could not find record class. domain: " + domain + " type: " + type + "\n" + this.print(true)); 312 logger.log(Level.WARNING, "PTR record of class: " + recordClass + ", there was a problem reading the service name of the answer for domain:" + domain); 354 logger.log(Level.WARNING, "There was a problem reading the OPT record. Ignoring."); 361 logger.log(Level.WARNING, "There was a problem reading the OPT record. Ignoring."); 402 if (logger.isLoggable(Level.FINE)) { 410 if (logger.isLoggable(Level.FINE)) [all...] |