Home
last modified time | relevance | path

Searched refs:print_debug (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dpysource.py29 def print_debug(msg): function
37 print_debug("%s: permission denied: %s" % (fullpath, err))
41 print_debug("%s: the file is too big: %d bytes" % (fullpath, size))
47 print_debug("%s: access denied: %s" % (fullpath, err))
63 print_debug("%s: appears to be binary" % fullpath)
85 print_debug("%s: cannot compile: %s" % (fullpath, err))
105 print_debug("testing: %s" % path)
110 print_debug(" it is a directory")
117 print_debug("testing: %s" % fullpath)
121 print_debug(" unknown type")
/external/autotest/site_utils/
Dgenerate_test_report525 if self._options.print_debug:
741 if options.csv and (options.print_debug or options.crash_detection):
743 options.print_debug = False
/external/elfutils/src/
DChangeLog397 * readelf.c (print_debug): Don't return, but always use dummy_dbg.
718 * readelf.c (print_debug): Skip section if name is NULL.
1326 (print_debug): Add NEW_SECTION (macro).
1426 * readelf.c (print_debug): Initialize DUMMY_DBG.elf.
1537 (print_debug): Add gdb_index to debug_sections.
1591 (print_debug) [USE_ZLIB]: Match .zdebug_* sections too.
1655 (print_debug): Call reset_listptr on both tables.
1710 (print_debug): Add types to the sections table.
1737 * readelf.c (print_debug): Don't bail if libdw setup fails.
1828 OR them together for print_debug check.
[all …]
Dreadelf.c263 static void print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr);
924 print_debug (dwflmod, ebl, ehdr); in process_elf_file()
8298 print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr) in print_debug() function