HomeSort by relevance Sort by last modified time
    Searched defs:LogLevel (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/google-benchmark/src/
log.h 44 inline int& LogLevel() {
60 if (level <= LogLevel()) {
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingListener.java 26 public static enum LogLevel {
73 void onLogMessage(LogLevel level, String message);
  /external/libcxx/utils/google-benchmark/src/
log.h 44 inline int& LogLevel() {
60 if (level <= LogLevel()) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
log.h 44 inline int& LogLevel() {
60 if (level <= LogLevel()) {
  /cts/suite/audio_quality/lib/include/
Log.h 28 enum LogLevel {
40 void printf(LogLevel level, const char* fmt, ...);
41 void setLogLevel(LogLevel level);
42 LogLevel getLogLevel() {
52 LogLevel mLogLevel;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenCrc32/
GenCrc32.c 133 UINT64 LogLevel;
142 LogLevel = 0;
219 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
224 if (LogLevel > 9) {
225 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
228 SetPrintLevel (LogLevel);
  /device/google/contexthub/util/nanotool/
log.h 51 enum class LogLevel {
61 static void Initialize(Logger *logger, LogLevel level);
79 static void SetLevel(LogLevel level);
82 static char LevelAbbrev(LogLevel level);
83 static void LogEx(LogLevel level, const char *format, va_list arg_list);
86 static LogLevel level_;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFv.c 198 UINT64 LogLevel, TempNumber;
211 LogLevel = 0;
543 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
548 if (LogLevel > 9) {
549 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
552 SetPrintLevel (LogLevel);
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.h 50 unsigned LogLevel;
59 LogLevel(0)
ExtractCallbackConsole.h 132 unsigned LogLevel;
137 LogLevel(0)
  /system/keymaster/include/keymaster/
logger.h 29 enum LogLevel {
37 virtual int log_msg(LogLevel level, const char* fmt, va_list args) const = 0;
39 static int Log(LogLevel level, const char* fmt, va_list args);
40 static int Log(LogLevel level, const char* fmt, ...);
  /external/perf_data_converter/src/quipper/mybase/base/
logging.h 19 // LogLevel is an enumeration that holds the log levels like libbase does.
20 enum LogLevel {
67 Log(LogLevel level, const char* level_str, const char* file, int line)
78 LogLevel level_;
84 PLog(LogLevel level, const char* level_str, const char* file, int line)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 489 UINT64 LogLevel;
496 LogLevel = 0;
719 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
724 if (LogLevel > 9) {
725 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
728 SetPrintLevel (LogLevel);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 308 UINT64 LogLevel;
388 EfiStatus = AsciiStringToUint64 (argv[Index + 1], FALSE, &LogLevel);
393 if (LogLevel > 9) {
394 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
397 SetPrintLevel (LogLevel);
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 105 unsigned LogLevel;
124 LogLevel(0)
  /external/protobuf/src/google/protobuf/stubs/
logging.h 43 enum LogLevel {
75 LogMessage(LogLevel level, const char* filename, int line);
97 LogLevel level_;
203 typedef void LogHandler(LogLevel level, const char* filename, int line,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
logging.h 43 enum LogLevel {
75 LogMessage(LogLevel level, const char* filename, int line);
97 LogLevel level_;
203 typedef void LogHandler(LogLevel level, const char* filename, int line,
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
Util.java 45 public static LogLevel sLoggingLevel = LogLevel.Off;
255 return sLoggingLevel.ordinal() >= LogLevel.Debug.ordinal();
259 return sLoggingLevel.ordinal() >= LogLevel.Verbose.ordinal();
278 public static void setLoggingLevel(LogLevel level) {
299 public enum LogLevel {Off, Debug, Verbose}
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c     [all...]
  /device/google/contexthub/firmware/os/inc/
seos.h 301 enum LogLevel {
310 void osLog(enum LogLevel level, const char *str, ...) PRINTF_ATTRIBUTE(2, 3);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GenBootSector.c 665 UINT64 LogLevel;
743 EfiStatus = AsciiStringToUint64 (argv[Index + 1], FALSE, &LogLevel);
748 if (LogLevel > 9) {
749 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
752 SetPrintLevel (LogLevel);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 239 UINT64 LogLevel;
261 LogLevel = 0;
365 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
370 if (LogLevel > 9) {
371 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
374 SetPrintLevel (LogLevel);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c     [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 308 /*! @typedef LogLevel
313 typedef int32_t LogLevel;
    [all...]

Completed in 665 milliseconds

1 2 3 4 5 6 7 8