Home
last modified time | relevance | path

Searched defs:log_msg (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/include/android_stub/log/
Dlog_read.h57 struct log_msg { struct
71 if (hdr_size >= sizeof(struct log_msg) - sizeof(entry)) { in msg() argument
76 unsigned int len() { return entry.hdr_size + entry.len; } in len()
/third_party/abseil-cpp/absl/base/
Draw_logging_test.cc60 std::string log_msg = "Internal Log"; in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Draw_logging_test.cc60 std::string log_msg = "Internal Log"; in TEST() local
/third_party/libunwind/tests/
Dtest-coredump-unwind.c154 void log_msg(const char *s, ...) in log_msg() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap.h102 void (*log_msg)(void *ctx, const char *msg); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap.h102 void (*log_msg)(void *ctx, const char *msg); member
/third_party/libinput/src/
Dlibinput.c275 log_msg(struct libinput *libinput, in log_msg() function