Searched refs:Warn (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | log.cpp | 32 Log::Warn("Re-initializing logger"); in Initialize() 55 void Log::Warn(const char *format, ...) { in Warn() function in android::Log 56 LOG_EX_VARARGS(LogLevel::Warn, format); in Warn() 111 case LogLevel::Warn: in LevelAbbrev()
|
D | log.h | 33 #define LOGW(fmt, ...) Log::Warn(fmt, ##__VA_ARGS__) 55 Warn, enumerator 67 static void Warn(const char *format, ...);
|
D | nanotool.cpp | 414 Log::Initialize(new PrintfLogger(), Log::LogLevel::Warn); in main()
|
/device/google/cuttlefish/host/commands/secure_env/rust/ |
D | lib.rs | 282 log::Level::Warn => 3, in log()
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1918 process_ncq_command_aux(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Attempt to use… 1919 process_ncq_command_prioicc(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupporte… 1920 process_ncq_command_fua(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported at… 1921 process_ncq_command_rarc(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported a… 1922 … int port, uint8_t tag, size_t prdtl, size_t size) "ahci(%p)[%d][tag:%d]: Warn: PRDTL (0x%zx) does…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1918 process_ncq_command_aux(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Attempt to use… 1919 process_ncq_command_prioicc(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupporte… 1920 process_ncq_command_fua(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported at… 1921 process_ncq_command_rarc(void *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported a… 1922 … int port, uint8_t tag, size_t prdtl, size_t size) "ahci(%p)[%d][tag:%d]: Warn: PRDTL (0x%zx) does…
|