Searched defs:log_debug (Results 1 – 5 of 5) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | common.h | 23 # define log_debug(format, arg ...) \ macro 27 # define log_debug(...) macro
|
/third_party/python/PC/layout/support/ |
D | logging.py | 63 def log_debug(msg, *args, **kwargs): function
|
/third_party/python/Lib/distutils/ |
D | util.py | 504 def log_debug(self, msg, *args): member in run_2to3.DistutilsRefactoringTool
|
/third_party/python/Lib/lib2to3/ |
D | refactor.py | 269 def log_debug(self, msg, *args): member in RefactoringTool
|
/third_party/libinput/src/ |
D | libinput-private.h | 436 #define log_debug(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__) macro
|