/third_party/benchmark/src/ |
H A D | log.h | 19 class LogType { class 20 friend LogType& GetNullLogInstance(); 21 friend LogType& GetErrorLogInstance(); 25 friend LogType& operator<<(LogType&, Tp const&); 26 friend LogType& operator<<(LogType&, EndLType*); 29 LogType(std::ostream* out) : out_(out) {} in LogType() function in benchmark::internal::LogType 35 LogType(const LogType [all...] |
H A D | check.h | 53 LogType& GetLog() { return log_; } in GetLog() 72 LogType& log_;
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | hilog_adapter.h | 37 } LogType; typedef 50 hidden int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) 53 hidden int HiLogAdapterPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, 55 hidden int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,
|
/third_party/musl/src/internal/ |
H A D | hilog_adapter.h | 44 } LogType; typedef 63 hidden int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) 66 hidden int HiLogAdapterPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, 68 hidden int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,
|
/third_party/musl/porting/linux/user/src/hilog/ |
H A D | hilog_adapter.c | 129 const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterPrintArgs() 150 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint() 165 int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterVaList()
|
/third_party/musl/src/hilog/linux/ |
H A D | hilog_adapter.c | 192 const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterPrintArgs() 213 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint() 228 int HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterVaList()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_hilog.cpp | 132 const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) in HiLogAdapterPrintArgs1() 152 int HiLogAdapterPrint1(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint1()
|
/third_party/libuv/src/unix/ohos/ |
H A D | log_ohos.c | 21 extern int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag,
|
/third_party/skia/src/ports/ |
H A D | SkDebug_ohos.cpp | 21 int HiLogPrintArgs(LogType type, LogLevel level, unsigned int domain, const char* tag, const char* fmt, va_list ap);
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 1685 ImGuiLogType LogType; // Capture target 1844 LogType = ImGuiLogType_None;
|
H A D | imgui.cpp | 10520 g.LogType = type; in LogBegin() 10597 switch (g.LogType) in LogFinish() 10619 g.LogType = ImGuiLogType_None; in LogFinish()
|