/third_party/f2fs-tools/fsck/ |
D | mkquota.c | 80 log_debug("Unable to allocate quota handle"); in quota_write_inode() 88 log_debug("Cannot initialize io on quotafile"); in quota_write_inode() 157 log_debug("Failed to allocate quota context"); in quota_init_context() 169 log_debug("Failed to allocate dictionary"); in quota_init_context() 334 log_debug("[QUOTA WARNING] Usage inconsistent for ID %u:" in scan_dquots_callback() 380 log_debug("Open quota file failed"); in quota_compare_and_update() 391 log_debug("Error scanning dquots"); in quota_compare_and_update() 400 log_debug("[QUOTA WARNING] " in quota_compare_and_update()
|
D | common.h | 23 # define log_debug(format, arg ...) \ macro 27 # define log_debug(...) macro
|
D | quotaio_tree.c | 260 log_debug("inserting in tree: treeblk=%u, depth=%d", *treeblk, depth); in do_insert_tree() 328 log_debug("writing ddquot 1: off=%llu, info->dqi_entry_size=%u", in qtree_write_dquot() 346 log_debug("writing ddquot 2: off=%llu, info->dqi_entry_size=%u", in qtree_write_dquot()
|
D | quotaio.c | 179 log_debug("Creating quota ino=%u, type=%d", qf_inum, qtype); in quota_file_create()
|
/third_party/python/Lib/lib2to3/ |
D | refactor.py | 246 self.log_debug("Adding transformation: %s", fix_name) 269 def log_debug(self, msg, *args): member in RefactoringTool 297 self.log_debug("Descending into %s", dirpath) 332 self.log_debug("Refactoring doctests in %s", filename) 337 self.log_debug("No doctest changes in %s", filename) 345 self.log_debug("No changes in %s", filename) 370 self.log_debug("Refactoring %s", name) 377 self.log_debug("Refactoring doctests in stdin") 382 self.log_debug("No doctest changes in stdin") 388 self.log_debug("No changes in stdin") [all …]
|
/third_party/python/PC/layout/ |
D | main.py | 408 log_debug("Processing {!s}", src) 413 log_debug("Copy {} -> {}", src, ns.copy / dest) 418 log_debug("Zip {} into {}", src, ns.zip) 440 log_debug("Copy {} -> {}", src, ns.copy / dest) 448 log_debug("Zip {} into {}", src, ns.zip) 463 log_debug("Zip {} into {}", c, ns.zip)
|
/third_party/python/PC/layout/support/ |
D | logging.py | 63 def log_debug(msg, *args, **kwargs): function
|
/third_party/libinput/src/ |
D | udev-seat.c | 195 log_debug(&input->base, in udev_input_add_devices()
|
D | libinput-private.h | 436 #define log_debug(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__) macro
|
D | evdev.c | 2305 log_debug(libinput, "%s: device is ignored\n", sysname); in evdev_device_create()
|
D | libinput.c | 3140 log_debug(libinput, "Queuing %s\n", event_type_to_str(event->type)); in libinput_post_event()
|
/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/tests/ |
D | test_refactor.py | 191 rt.log_debug = mock_log_debug
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 3744 #define log_debug(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__) 6581 log_debug(&input->base,
|