Home
last modified time | relevance | path

Searched defs:log_debug (Results 1 – 5 of 5) sorted by relevance

/third_party/f2fs-tools/fsck/
Dcommon.h23 # define log_debug(format, arg ...) \ macro
27 # define log_debug(...) macro
/third_party/python/PC/layout/support/
Dlogging.py63 def log_debug(msg, *args, **kwargs): function
/third_party/python/Lib/distutils/
Dutil.py504 def log_debug(self, msg, *args): member in run_2to3.DistutilsRefactoringTool
/third_party/python/Lib/lib2to3/
Drefactor.py269 def log_debug(self, msg, *args): member in RefactoringTool
/third_party/libinput/src/
Dlibinput-private.h436 #define log_debug(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__) macro