HomeSort by relevance Sort by last modified time
    Searched defs:LOG_F (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
logging.h 37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
135 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
137 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
140 #define LOG_API0() LOG_F(LS_VERBOSE)
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.h 184 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
186 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.h 190 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
192 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.h 43 // LOG_F(sev) Like LOG(), but includes the name of the current function.
45 // LOG_T_F(sev) Like LOG_F(), but includes the this pointer.
314 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
317 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
346 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
  /external/chromium_org/third_party/webrtc/base/
logging.h 26 // LOG_F(sev) Like LOG(), but includes the name of the current function.
28 // LOG_T_F(sev) Like LOG_F(), but includes the this pointer.
297 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
300 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
329 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "

Completed in 221 milliseconds