Home
last modified time | relevance | path

Searched refs:event_log (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libevent/
Dlog.c67 static void event_log(int severity, const char *msg);
150 event_log(severity, buf); in _warn_helper()
162 event_log(int severity, const char *msg) in event_log() function
/external/skia/src/views/
DSkEvent.cpp277 static void event_log(const char s[]) in event_log() function
282 #define EVENT_LOG(s) event_log(s)
283 …#define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n); event_log(str…
331 event_log(str.c_str()); in Post()
367 event_log(str.c_str()); in PostTime()