/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/swiftshader/third_party/LLVM/lib/CodeGen/ |
MachineFunctionAnalysis.cpp | 23 CodeGenOpt::Level OL) :
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
BlackfinTargetMachine.h | 60 CodeGenOpt::Level OptLevel);
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUSubtarget.cpp | 51 CodeGenOpt::Level OptLevel,
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeSubtarget.cpp | 56 enablePostRAScheduler(CodeGenOpt::Level OptLevel,
|
MBlazeSubtarget.h | 57 bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZTargetMachine.h | 63 virtual bool addInstSelector(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
XCoreTargetMachine.h | 58 virtual bool addInstSelector(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
|
/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/base/tools/aapt2/jni/ |
aapt2_jni.cpp | 88 void Log(Level level, aapt::DiagMessageActual& actual_msg) override { 90 switch (level) { 91 case Level::Error: 95 case Level::Warn: 99 case Level::Note:
|
/frameworks/compile/slang/ |
slang_diagnostic_buffer.cpp | 36 clang::DiagnosticsEngine::Level DiagLevel,
|
/libcore/ojluni/src/main/java/java/util/logging/ |
ConsoleHandler.java | 40 * <li> <handler-name>.level 41 * specifies the default level for the <tt>Handler</tt> 42 * (defaults to <tt>Level.INFO</tt>). </li> 56 * <li> java.util.logging.ConsoleHandler.level=INFO </li> 62 * <li> com.foo.MyHandler.level=INFO </li> 76 setLevel(manager.getLevelProperty(cname +".level", Level.INFO));
|
/prebuilts/go/darwin-x86/src/syscall/ |
sockcmsg_linux.go | 17 h.Level = SOL_SOCKET 28 if m.Header.Level != SOL_SOCKET {
|
/prebuilts/go/linux-x86/src/syscall/ |
sockcmsg_linux.go | 17 h.Level = SOL_SOCKET 28 if m.Header.Level != SOL_SOCKET {
|
/test/vts/web/dashboard/src/main/java/com/android/vts/util/ |
EmailHelper.java | 32 import java.util.logging.Level; 99 logger.log(Level.WARNING, "Error sending email to recipient " + email + " : ", e); 118 logger.log(Level.WARNING, "Error sending email : ", e); 148 logger.log(Level.WARNING, "Error composing email : ", e);
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldFileHandlerTest.java | 33 import java.util.logging.Level; 56 props.put("java.util.logging.FileHandler.level", "FINE"); 78 r = new LogRecord(Level.CONFIG, "msg"); 100 assertEquals("is non equal to actual value", Level.FINE, handler 124 assertEquals("is non equal to actual value", Level.FINE, handler 210 assertEquals("is non equal to actual value", Level.FINE, handler 248 assertEquals("is non equal to actual value", Level.FINE, handler 296 assertEquals("is non equal to actual value", Level.FINE, handler 455 LogRecord[] r = new LogRecord[] { new LogRecord(Level.CONFIG, "msg__"), 456 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,
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/ |
Dsdt.asl | 57 Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 197 }
69 Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 192 }
89 Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 115 }
105 Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) {149} // INT ID=149 GIC IRQ ID=117 for Juno SoC USB EHCI Controller
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/AcpiTables/ |
Dsdt.asl | 57 Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 197 }
69 Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 192 }
89 Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 115 }
105 Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) {149} // INT ID=149 GIC IRQ ID=117 for Juno SoC USB EHCI Controller
|
/device/linaro/bootloader/edk2/CorebootModulePkg/Include/Library/ |
CbParseLib.h | 132 @param Level Level of the search depth
141 IN UINTN Level,
|
/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);
|