Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dcommon.h23 # define log_debug(format, arg ...) \ macro
27 # define log_debug(...) macro
/external/e2fsprogs/lib/support/
Dcommon.h29 # define log_debug(format, arg ...) \ macro
33 # define log_debug(...) macro
/external/python/setuptools/setuptools/
Dlib2to3_ex.py24 def log_debug(self, msg, *args): member in DistutilsRefactoringTool
/external/python/cpython3/PC/layout/support/
Dlogging.py63 def log_debug(msg, *args, **kwargs): function
/external/selinux/mcstrans/src/
Dmcstransd.c41 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro
43 #define log_debug(fmt, ...) ; macro
Dmcstrans.c44 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro
46 #define log_debug(fmt, ...) ; macro
/external/python/cpython3/Lib/distutils/
Dutil.py489 def log_debug(self, msg, *args): member in run_2to3.DistutilsRefactoringTool
/external/python/cpython3/Lib/lib2to3/
Drefactor.py265 def log_debug(self, msg, *args): member in RefactoringTool
/external/python/cpython2/Lib/lib2to3/
Drefactor.py284 def log_debug(self, msg, *args): member in RefactoringTool