Home
last modified time | relevance | path

Searched refs:print_debug (Results 1 – 6 of 6) 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/python/cpython3/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/bcc/src/lua/src/
Dsquish.lua25 local print_err, print_info, print_verbose, print_debug = noprint, noprint, noprint, noprint;
30 if opts.very_verbose then print_debug = print; end
191 print_debug("Looking for "..c)
194 print_debug("Found!");
222 print_debug("Packing "..modulename.." ("..path..")...");
225 print_debug("Fetching: ".. module.url:gsub("%?", module.path))
300 print_debug("Finalising...")
/external/autotest/site_utils/
Dgenerate_test_report525 if self._options.print_debug:
938 if options.csv and (options.print_debug or options.crash_detection):
940 options.print_debug = False
/external/elfutils/src/
DChangeLog431 * readelf.c (print_debug): Record and reset section_info status in
445 (print_debug): Handle .debug_str_offsets as section_str. Reset
458 (print_debug): Add NEW_SECTION (addr). Reset known_addrbases.
481 (print_debug): Recognize .debug_loclists. Reset known_locsptr and
495 (print_debug): Use new functions to find skeleton DWARF file to use
510 (print_debug): Recognize .debug_rnglists. Reset known_rnglistptr.
549 * readelf.c (print_debug): Also recognize .dwo section name variants.
595 * readelf.c (print_debug): If .debug_info is needed implicitly by
610 (print_debug): Handle ".debug_line_str" like ".debug_str".
1460 * readelf.c (print_debug): Don't return, but always use dummy_dbg.
[all …]
Dreadelf.c300 static void print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr);
998 print_debug (dwflmod, ebl, ehdr); in process_elf_file()
10942 print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr) in print_debug() function