HomeSort by relevance Sort by last modified time
    Searched refs:log_debug (Results 1 - 19 of 19) sorted by null

  /external/e2fsprogs/lib/support/
common.h 29 # define log_debug(format, arg ...) \ macro
33 # define log_debug(...) macro
mkquota.c 100 log_debug("setting quota ino in superblock: ino=%u, type=%d", ino,
113 log_debug("Couldn't read bitmaps: %s", error_message(retval));
141 log_debug("Couldn't write bitmaps: %s", error_message(retval));
178 log_debug("Unable to allocate quota handle: %s",
185 log_debug("Couldn't read bitmaps: %s", error_message(retval));
199 log_debug("Cannot initialize io on quotafile: %s",
207 log_debug("Cannot finish IO on new quotafile: %s",
224 log_debug("Couldn't write bitmaps: %s", error_message(retval));
301 log_debug("Failed to allocate quota context");
317 log_debug("Failed to allocate dictionary")
    [all...]
quotaio_tree.c 261 log_debug("inserting in tree: treeblk=%u, depth=%d", *treeblk, depth);
323 log_debug("writing ddquot 1: off=%llu, info->dqi_entry_size=%u",
338 log_debug("writing ddquot 2: off=%llu, info->dqi_entry_size=%u",
quotaio.c 235 log_debug("Opening quota ino=%u, type=%d", qf_ino, qtype);
371 log_debug("Creating quota ino=%u, type=%d", qf_inum, qtype);
  /external/f2fs-tools/fsck/
common.h 23 # define log_debug(format, arg ...) \ macro
27 # define log_debug(...) macro
mkquota.c 76 log_debug("Unable to allocate quota handle");
84 log_debug("Cannot initialize io on quotafile");
153 log_debug("Failed to allocate quota context");
165 log_debug("Failed to allocate dictionary");
330 log_debug("[QUOTA WARNING] Usage inconsistent for ID %u:"
376 log_debug("Open quota file failed");
386 log_debug("Error scanning dquots");
395 log_debug("[QUOTA WARNING] "
quotaio_tree.c 261 log_debug("inserting in tree: treeblk=%u, depth=%d", *treeblk, depth);
329 log_debug("writing ddquot 1: off=%llu, info->dqi_entry_size=%u",
347 log_debug("writing ddquot 2: off=%llu, info->dqi_entry_size=%u",
quotaio.c 170 log_debug("Creating quota ino=%u, type=%d", qf_inum, qtype);
  /external/selinux/mcstrans/src/
mcstransd.c 40 //#define log_debug(fmt, ...) syslog(LOG_DEBUG, fmt, __VA_ARGS__)
41 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro
43 #define log_debug(fmt, ...) ; macro
72 log_debug("%s\n", "cleanup_exit");
80 log_debug("%s\n", "clean_exit");
208 log_debug("Failed to read request header %d != %u\n",(int)count,
216 log_debug("Header invalid data1_size=%u data2_size=%u\n",
223 log_debug("Could not allocate %d bytes\n", data1_size);
229 log_debug("Could not allocate %d bytes\n", data2_size)
    [all...]
mcstrans.c 44 #define log_debug(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro
46 #define log_debug(fmt, ...) ; macro
456 log_debug("%s\n", "add_constraint");
643 log_debug(" add_cache (%s,%s)\n", raw, trans);
730 log_debug("%d: %s", lineno, buffer);
943 log_debug(" found %s in hashtable returning %s\n", range, trans);
1017 log_debug(">>> %s classification regexp=%s\n", domain->name, buffer);
1029 log_debug(">>> %s %s prefix regexp=%s\n", domain->name, g->name, buffer);
1070 log_debug(">>> %s %s modifier regexp=%s\n", domain->name, g->name, buffer);
1080 log_debug(">>> %s %s suffix regexp=%s\n", domain->name, g->name, buffer)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 256 self.log_debug("Adding transformation: %s", fix_name)
279 def log_debug(self, msg, *args): member in class:RefactoringTool
307 self.log_debug("Descending into %s", dirpath)
342 self.log_debug("Refactoring doctests in %s", filename)
347 self.log_debug("No doctest changes in %s", filename)
355 self.log_debug("No changes in %s", filename)
380 self.log_debug("Refactoring %s", name)
387 self.log_debug("Refactoring doctests in stdin")
392 self.log_debug("No doctest changes in stdin")
398 self.log_debug("No changes in stdin")
    [all...]
  /external/python/cpython2/Lib/lib2to3/
refactor.py 261 self.log_debug("Adding transformation: %s", fix_name)
284 def log_debug(self, msg, *args): member in class:RefactoringTool
312 self.log_debug("Descending into %s", dirpath)
347 self.log_debug("Refactoring doctests in %s", filename)
352 self.log_debug("No doctest changes in %s", filename)
360 self.log_debug("No changes in %s", filename)
385 self.log_debug("Refactoring %s", name)
392 self.log_debug("Refactoring doctests in stdin")
397 self.log_debug("No doctest changes in stdin")
403 self.log_debug("No changes in stdin"
    [all...]
  /external/python/cpython3/Lib/lib2to3/
refactor.py 242 self.log_debug("Adding transformation: %s", fix_name)
265 def log_debug(self, msg, *args): member in class:RefactoringTool
293 self.log_debug("Descending into %s", dirpath)
328 self.log_debug("Refactoring doctests in %s", filename)
333 self.log_debug("No doctest changes in %s", filename)
341 self.log_debug("No changes in %s", filename)
366 self.log_debug("Refactoring %s", name)
373 self.log_debug("Refactoring doctests in stdin")
378 self.log_debug("No doctest changes in stdin")
384 self.log_debug("No changes in stdin"
    [all...]
  /external/python/setuptools/setuptools/
lib2to3_ex.py 24 def log_debug(self, msg, *args): member in class:DistutilsRefactoringTool
  /external/python/cpython3/PC/layout/support/
logging.py 63 def log_debug(msg, *args, **kwargs): function
  /external/python/cpython3/PC/layout/
main.py 416 log_debug("Processing {!s}", src)
436 log_debug("Copy {} -> {}", src, ns.copy / dest)
444 log_debug("Zip {} into {}", src, ns.zip)
459 log_debug("Zip {} into {}", c, ns.zip)
  /external/python/cpython2/Lib/lib2to3/tests/
test_refactor.py 203 rt.log_debug = mock_log_debug
  /external/python/cpython3/Lib/distutils/
util.py 489 def log_debug(self, msg, *args): member in class:run_2to3.DistutilsRefactoringTool
  /external/python/cpython3/Lib/lib2to3/tests/
test_refactor.py 187 rt.log_debug = mock_log_debug

Completed in 297 milliseconds